update to 2.4.2 [release 2.4.2-1mamba;Sun Nov 24 2024]

This commit is contained in:
Silvan Calarco 2024-11-25 16:54:48 +01:00
parent e6adf86d13
commit d22048dae2

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-QtPy
Version: 2.4.1
Version: 2.4.2
Release: 1mamba
Summary: Abstraction layer for PyQt5/PyQt4/PySide2/PySide
Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/QtPy/
Source: https://pypi.debian.net/QtPy/QtPy-%{version}.tar.gz
Source: https://pypi.debian.net/QtPy/qtpy-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
@ -25,7 +25,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n QtPy-%{version}
%setup -q -n qtpy-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -57,6 +57,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog
* Sun Nov 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-1mamba
- update to 2.4.2
* Tue Oct 24 2023 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
- automatic version update by autodist