rebuilt with python3 == 3.11 [release 0.19.5-2mamba;Thu Jan 11 2024]

This commit is contained in:
Silvan Calarco 2024-01-11 21:12:00 +01:00
parent cfaa04dd68
commit bd5e1b5ce6

View File

@ -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.5 Version: 0.19.5
Release: 1mamba Release: 2mamba
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: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: python3.10dist(pillow) BuildRequires: python3.11dist(pillow)
BuildRequires: python3.10dist(python-xlib) BuildRequires: python3.11dist(python-xlib)
BuildRequires: python3.10dist(six) BuildRequires: python3.11dist(six)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -22,8 +22,7 @@ BuildRequires: python3.10dist(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
@ -53,6 +52,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc COPYING %doc COPYING
%changelog %changelog
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.5-2mamba
- rebuilt with python3 == 3.11
* Mon Sep 18 2023 Automatic Build System <autodist@mambasoft.it> 0.19.5-1mamba * Mon Sep 18 2023 Automatic Build System <autodist@mambasoft.it> 0.19.5-1mamba
- automatic version update by autodist - automatic version update by autodist