Sync from SUSE:SLFO:Main python-pyqt-builder revision e6f4dad1597b6ff98751a749107fc2ac

This commit is contained in:
2025-04-25 00:23:53 +02:00
parent 485792b91d
commit 866775c85d
4 changed files with 19 additions and 5 deletions

BIN
pyqt_builder-1.17.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pyqt_builder-1.18.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 4 01:13:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support older and current versions of setuptools WRT to the case of
the metadata directory.
-------------------------------------------------------------------
Thu Apr 3 16:50:22 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 1.18.1
* The QtEglFSDeviceIntegration library is now bundled for Qt5 and
Qt6.
* Added support for the QtStateMachine module.
-------------------------------------------------------------------
Wed Jan 8 15:25:39 UTC 2025 - Ben Greiner <code@bnavigator.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyqt-builder
Version: 1.17.1
Version: 1.18.1
Release: 0
Summary: The PEP 517 compliant PyQt build system
License: BSD-2-Clause
@@ -89,6 +89,6 @@ $python -c 'import pyqtbuild'
%python_alternative %{_bindir}/pyqt-bundle
%python_alternative %{_bindir}/pyqt-qt-wheel
%{python_sitelib}/pyqtbuild
%{python_sitelib}/PyQt_builder-%{version}.dist-info
%{python_sitelib}/[Pp]y[Qq]t_builder-%{version}.dist-info
%changelog