Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyqt-builder for
openSUSE:Factory checked in at 2024-04-23 18:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyqt-builder (Old)
and /work/SRC/openSUSE:Factory/.python-pyqt-builder.new.27645 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyqt-builder"
Tue Apr 23 18:55:00 2024 rev:21 rq:1169516 version:1.16.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyqt-builder/python-pyqt-builder.changes
2024-04-09 16:46:33.246583624 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyqt-builder.new.27645/python-pyqt-builder.changes
2024-04-23 18:55:13.052613899 +0200
@@ -1,0 +2,9 @@
+Sun Apr 21 14:08:07 UTC 2024 - Ben Greiner <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
LICENSE
PyQt-builder-1.16.0.tar.gz
New:
----
pyqt_builder-1.16.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyqt-builder.spec ++++++
--- /var/tmp/diff_new_pack.DhDGmg/_old 2024-04-23 18:55:14.104651788 +0200
+++ /var/tmp/diff_new_pack.DhDGmg/_new 2024-04-23 18:55:14.104651788 +0200
@@ -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 [email protected] -- 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 @@
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
++++++ support-python3.6.patch ++++++
--- /var/tmp/diff_new_pack.DhDGmg/_old 2024-04-23 18:55:14.128652652 +0200
+++ /var/tmp/diff_new_pack.DhDGmg/_new 2024-04-23 18:55:14.128652652 +0200
@@ -1,27 +1,27 @@
-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 <[email protected]>
+--- pyqt_builder-1.16.1.orig/PKG-INFO
++++ pyqt_builder-1.16.1/PKG-INFO
+@@ -28,7 +28,7 @@ License: Copyright 2024 Phil Thompson <p
+
Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder
Classifier: License :: OSI Approved :: BSD License
-Requires-Python: >=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"]
-