rebuilt with python 3.10 only [release 0.19.4-4mamba;Wed Mar 22 2023]
This commit is contained in:
parent
f8ca6c0d7f
commit
3187c0e784
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pystray
|
Name: python-pystray
|
||||||
Version: 0.19.4
|
Version: 0.19.4
|
||||||
Release: 2mamba
|
Release: 4mamba
|
||||||
Summary: Python library to create a system tray icon
|
Summary: Python library to create a system tray icon
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,10 +11,10 @@ URL: https://github.com/moses-palmer/pystray
|
|||||||
Source: https://github.com/moses-palmer/pystray.git/v%{version}/pystray-%{version}.tar.bz2
|
Source: https://github.com/moses-palmer/pystray.git/v%{version}/pystray-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: python3.7dist(pillow)
|
BuildRequires: python3.10dist(pillow)
|
||||||
BuildRequires: python3.7dist(python-xlib)
|
BuildRequires: python3.10dist(python-xlib)
|
||||||
BuildRequires: python3.7dist(six)
|
BuildRequires: python3.10dist(six)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -22,7 +22,8 @@ BuildRequires: python3.7dist(six)
|
|||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
Requires: libappindicator3
|
Requires: libappindicator3 \
|
||||||
|
Obsoletes: python-pystray-py3 < 0.19.4-4mamba
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -52,6 +53,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-4mamba
|
||||||
|
- rebuilt with python 3.10 only
|
||||||
|
|
||||||
|
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-3mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Mon Jan 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-2mamba
|
* Mon Jan 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-2mamba
|
||||||
- require libappindicator3
|
- require libappindicator3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user