diff --git a/pyqt_builder-1.16.1.tar.gz b/pyqt_builder-1.16.1.tar.gz deleted file mode 100644 index 2dfade5..0000000 --- a/pyqt_builder-1.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0112763f2f49415ddb0e46ed561f47e5e207c857e871a1dec3847fdf0942987a -size 3670824 diff --git a/pyqt_builder-1.16.4.tar.gz b/pyqt_builder-1.16.4.tar.gz new file mode 100644 index 0000000..5537523 --- /dev/null +++ b/pyqt_builder-1.16.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4515e41ae379be2e54f88a89ecf47cd6e4cac43e862c4abfde18389c2666afdf +size 3672095 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 6488916..acfc778 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 4 13:05:02 UTC 2024 - Daniel Garcia + +- Use pypi url for source +- Update to 1.16.4 + * Support for Windows on Arm for Qt6 + * Support for Linux on Arm for Qt6 +1.16.3: + * Link to the stable SIP documentation + * missing multimedia libraries in Qt v6.7 + * Added support for sub-wheels to pyqt-qt-wheel +1.16.2: + * The links to the SIP documentation have been fixed. + * The ICU libraries were missing from the Linux Qt v6.7 wheels. + ------------------------------------------------------------------- Sun Apr 21 14:08:07 UTC 2024 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 44b3877..0854d72 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -19,13 +19,12 @@ %define mname pyqt-builder %{?sle15_python_module_pythons} Name: python-%{mname} -Version: 1.16.1 +Version: 1.16.4 Release: 0 Summary: The PEP 517 compliant PyQt build system License: BSD-2-Clause URL: https://github.com/Python-PyQt/PyQt-builder -#Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%%{version}.tar.gz -Source0: https://www.riverbankcomputing.com/pypi/packages/snapshots/PyQt-builder/pyqt_builder-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/pyqt_builder-%{version}.tar.gz # PATCH-FEATURE-SUSE support-python3.6.patch alarrosa@suse.com -- The PyQt5 packages have the SLE15 python module macro, but it is disable in some maintance projects Patch0: support-python3.6.patch BuildRequires: %{python_module base >= 3.6}