diff --git a/python-QtPy.spec b/python-QtPy.spec index 8f545e9..145b1b3 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -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 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 2.4.2-1mamba +- update to 2.4.2 + * Tue Oct 24 2023 Automatic Build System 2.4.1-1mamba - automatic version update by autodist