Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyQt6-DataVisualization for openSUSE:Factory checked in at 2023-03-16 22:57:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyQt6-DataVisualization (Old) and /work/SRC/openSUSE:Factory/.python-PyQt6-DataVisualization.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-DataVisualization" Thu Mar 16 22:57:42 2023 rev:7 rq:1072210 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyQt6-DataVisualization/python-PyQt6-DataVisualization.changes 2022-10-04 20:37:45.840919558 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyQt6-DataVisualization.new.31432/python-PyQt6-DataVisualization.changes 2023-03-16 22:57:57.951348619 +0100 @@ -1,0 +2,6 @@ +Wed Mar 15 14:04:04 UTC 2023 - Antonio Larrosa <alarr...@suse.com> + +- 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-DataVisualization.spec ++++++ --- /var/tmp/diff_new_pack.fOfStm/_old 2023-03-16 22:57:58.507351312 +0100 +++ /var/tmp/diff_new_pack.fOfStm/_new 2023-03-16 22:57:58.511351332 +0100 @@ -28,8 +28,9 @@ Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization 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 ++++++ support-python3.6.patch ++++++ Index: PyQt6_DataVisualization-6.4.0/PKG-INFO =================================================================== --- PyQt6_DataVisualization-6.4.0.orig/PKG-INFO +++ PyQt6_DataVisualization-6.4.0/PKG-INFO @@ -1,7 +1,7 @@ Metadata-Version: 2.1 Name: PyQt6-DataVisualization Version: 6.4.0 -Requires-Python: >=3.7 +Requires-Python: >=3.6 Summary: Python bindings for the Qt Data Visualization library Home-Page: https://www.riverbankcomputing.com/software/pyqtdatavisualization/ Author: Riverbank Computing Limited