Accepting request 1169514 from home:bnavigator:branches:KDE:Qt:PyQt
- 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. OBS-URL: https://build.opensuse.org/request/show/1169514 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=24
This commit is contained in:
parent
b19da33728
commit
234d7745f7
22
LICENSE
22
LICENSE
@ -1,22 +0,0 @@
|
|||||||
Copyright 2024 Phil Thompson <phil@riverbankcomputing.com>
|
|
||||||
|
|
||||||
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.
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:47bbd2cfa5430020108f9f40301e166cbea98b6ef3e53953350bdd4c6b31ab18
|
|
||||||
size 3670068
|
|
3
pyqt_builder-1.16.1.tar.gz
Normal file
3
pyqt_builder-1.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0112763f2f49415ddb0e46ed561f47e5e207c857e871a1dec3847fdf0942987a
|
||||||
|
size 3670824
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 21 14:08:07 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Tue Apr 9 07:36:05 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
%define mname pyqt-builder
|
%define mname pyqt-builder
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 1.16.0
|
Version: 1.16.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The PEP 517 compliant PyQt build system
|
Summary: The PEP 517 compliant PyQt build system
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/Python-PyQt/PyQt-builder
|
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://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%%{version}.tar.gz
|
||||||
# https://github.com/Python-PyQt/PyQt-builder/issues/7
|
Source0: https://www.riverbankcomputing.com/pypi/packages/snapshots/PyQt-builder/pyqt_builder-%{version}.tar.gz
|
||||||
Source1: https://github.com/Python-PyQt/PyQt-builder/raw/4763ecdaf4fd799336948367701818528859c3d5/LICENSE
|
|
||||||
# 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
|
# 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
|
Patch0: support-python3.6.patch
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
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.
|
sip-install or pip can then be used to build and install the project.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n PyQt-builder-%{version}
|
%autosetup -p1 -n pyqt_builder-%{version}
|
||||||
cp %{SOURCE1} ./
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
@ -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.1.orig/PKG-INFO
|
||||||
+++ PyQt-builder-1.16.0/PKG-INFO
|
+++ pyqt_builder-1.16.1/PKG-INFO
|
||||||
@@ -5,7 +5,7 @@ Summary: The PyQt build system
|
@@ -28,7 +28,7 @@ License: Copyright 2024 Phil Thompson <p
|
||||||
Author-email: Phil Thompson <phil@riverbankcomputing.com>
|
|
||||||
Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder
|
Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder
|
||||||
Classifier: License :: OSI Approved :: BSD License
|
Classifier: License :: OSI Approved :: BSD License
|
||||||
-Requires-Python: >=3.8
|
-Requires-Python: >=3.8
|
||||||
+Requires-Python: >=3.6
|
+Requires-Python: >=3.6
|
||||||
Description-Content-Type: text/markdown
|
Description-Content-Type: text/markdown
|
||||||
|
License-File: LICENSE
|
||||||
Requires-Dist: packaging
|
Requires-Dist: packaging
|
||||||
Requires-Dist: sip<7,>=6.7
|
Index: pyqt_builder-1.16.1/pyproject.toml
|
||||||
Index: PyQt-builder-1.16.0/pyproject.toml
|
|
||||||
===================================================================
|
===================================================================
|
||||||
--- PyQt-builder-1.16.0.orig/pyproject.toml
|
--- pyqt_builder-1.16.1.orig/pyproject.toml
|
||||||
+++ PyQt-builder-1.16.0/pyproject.toml
|
+++ pyqt_builder-1.16.1/pyproject.toml
|
||||||
@@ -13,7 +13,7 @@ description = "The PyQt build system"
|
@@ -13,7 +13,7 @@ description = "The PyQt build system"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
||||||
dependencies = ["packaging", "sip >=6.7, <7"]
|
dependencies = ["packaging", "sip >=6.7, <7"]
|
||||||
-requires-python = ">=3.8"
|
-requires-python = ">=3.8"
|
||||||
+requires-python = ">=3.6"
|
+requires-python = ">=3.6"
|
||||||
|
license = {file = "LICENSE"}
|
||||||
classifiers = ["License :: OSI Approved :: BSD License"]
|
classifiers = ["License :: OSI Approved :: BSD License"]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user