Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyQt6-Charts for
openSUSE:Factory checked in at 2023-03-16 22:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-Charts (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-Charts"
Thu Mar 16 22:57:39 2023 rev:7 rq:1072207 version:6.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQt6-Charts/python-PyQt6-Charts.changes
2022-10-04 20:37:44.696917932 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-Charts.new.31432/python-PyQt6-Charts.changes
2023-03-16 22:57:52.847323896 +0100
@@ -1,0 +2,6 @@
+Wed Mar 15 14:01:43 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Add patch to support python 3.6 in order to build for SLE/Leap:
+ * support-python3.6.patch
+
+-------------------------------------------------------------------
New:
----
support-python3.6.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-Charts.spec ++++++
--- /var/tmp/diff_new_pack.7gxY6A/_old 2023-03-16 22:57:53.447326802 +0100
+++ /var/tmp/diff_new_pack.7gxY6A/_new 2023-03-16 22:57:53.451326822 +0100
@@ -28,8 +28,9 @@
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtchart
Source:
https://files.pythonhosted.org/packages/source/P/%{mname}/PyQt6_%{qtlib}-%{version}.tar.gz
+Patch0: support-python3.6.patch
BuildRequires: %{python_module PyQt6-devel >= 6.2}
-BuildRequires: %{python_module devel >= 3.7}
+BuildRequires: %{python_module devel >= 3.6}
BuildRequires: %{python_module pyqt-builder >= 1.10}
BuildRequires: %{python_module sip-devel >= 6}
BuildRequires: fdupes
@@ -57,7 +58,7 @@
used to generate the Python bindings for %{name}
%prep
-%setup -q -n PyQt6_%{qtlib}-%{version}
+%autosetup -p1 -n PyQt6_%{qtlib}-%{version}
%build
%pyqt_build
++++++ support-python3.6.patch ++++++
Index: PyQt6_Charts-6.4.0/PKG-INFO
===================================================================
--- PyQt6_Charts-6.4.0.orig/PKG-INFO
+++ PyQt6_Charts-6.4.0/PKG-INFO
@@ -1,7 +1,7 @@
Metadata-Version: 2.1
Name: PyQt6-Charts
Version: 6.4.0
-Requires-Python: >=3.7
+Requires-Python: >=3.6
Summary: Python bindings for the Qt Charts library
Home-Page: https://www.riverbankcomputing.com/software/pyqtchart/
Author: Riverbank Computing Limited