diff --git a/LICENSE b/LICENSE deleted file mode 100644 index daf12b5..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright 2024 Phil Thompson - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/PyQt-builder-1.16.0.tar.gz b/PyQt-builder-1.16.0.tar.gz deleted file mode 100644 index cf4f1ed..0000000 --- a/PyQt-builder-1.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47bbd2cfa5430020108f9f40301e166cbea98b6ef3e53953350bdd4c6b31ab18 -size 3670068 diff --git a/pyqt_builder-1.16.1.tar.gz b/pyqt_builder-1.16.1.tar.gz new file mode 100644 index 0000000..2dfade5 --- /dev/null +++ b/pyqt_builder-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0112763f2f49415ddb0e46ed561f47e5e207c857e871a1dec3847fdf0942987a +size 3670824 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 67a9149..6488916 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 21 14:08:07 UTC 2024 - Ben Greiner + +- Update to 1.16.1 + * The QtQuick3DHelpersImpl, QtQuickControls2MacOSStyleImpl and + QtQuickTimelineBlendTrees libraries added to Qt v6.7.0 are now + bundled. + * The missing `LICENSE` file was added. + ------------------------------------------------------------------- Tue Apr 9 07:36:05 UTC 2024 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 74b473b..44b3877 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -19,14 +19,13 @@ %define mname pyqt-builder %{?sle15_python_module_pythons} Name: python-%{mname} -Version: 1.16.0 +Version: 1.16.1 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 -# https://github.com/Python-PyQt/PyQt-builder/issues/7 -Source1: https://github.com/Python-PyQt/PyQt-builder/raw/4763ecdaf4fd799336948367701818528859c3d5/LICENSE +#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 # 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} @@ -58,8 +57,7 @@ optional project.py script. Any PEP 517 compliant frontend, for example sip-install or pip can then be used to build and install the project. %prep -%autosetup -p1 -n PyQt-builder-%{version} -cp %{SOURCE1} ./ +%autosetup -p1 -n pyqt_builder-%{version} %build %pyproject_wheel diff --git a/support-python3.6.patch b/support-python3.6.patch index 2fbd99d..dd80cca 100644 --- a/support-python3.6.patch +++ b/support-python3.6.patch @@ -1,26 +1,26 @@ -Index: PyQt-builder-1.16.0/PKG-INFO +Index: pyqt_builder-1.16.1/PKG-INFO =================================================================== ---- PyQt-builder-1.16.0.orig/PKG-INFO -+++ PyQt-builder-1.16.0/PKG-INFO -@@ -5,7 +5,7 @@ Summary: The PyQt build system - Author-email: Phil Thompson +--- pyqt_builder-1.16.1.orig/PKG-INFO ++++ pyqt_builder-1.16.1/PKG-INFO +@@ -28,7 +28,7 @@ License: Copyright 2024 Phil Thompson

=3.8 +Requires-Python: >=3.6 Description-Content-Type: text/markdown + License-File: LICENSE Requires-Dist: packaging - Requires-Dist: sip<7,>=6.7 -Index: PyQt-builder-1.16.0/pyproject.toml +Index: pyqt_builder-1.16.1/pyproject.toml =================================================================== ---- PyQt-builder-1.16.0.orig/pyproject.toml -+++ PyQt-builder-1.16.0/pyproject.toml +--- pyqt_builder-1.16.1.orig/pyproject.toml ++++ pyqt_builder-1.16.1/pyproject.toml @@ -13,7 +13,7 @@ description = "The PyQt build system" readme = "README.md" urls.homepage = "https://github.com/Python-PyQt/PyQt-builder" dependencies = ["packaging", "sip >=6.7, <7"] -requires-python = ">=3.8" +requires-python = ">=3.6" + license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: BSD License"] dynamic = ["version"] -