Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qtdatavis3d-qt5 for openSUSE:Factory checked in at 2023-01-12 22:44:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5 (Old) and /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtdatavis3d-qt5" Thu Jan 12 22:44:29 2023 rev:12 rq:1057815 version:5.15.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5/python-qtdatavis3d-qt5.changes 2021-09-14 21:15:00.296441266 +0200 +++ /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.32243/python-qtdatavis3d-qt5.changes 2023-01-12 22:44:31.988945751 +0100 @@ -1,0 +2,11 @@ +Wed Jan 11 14:57:31 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Merge -sip and -api package into -devel + +------------------------------------------------------------------- +Wed Jan 11 09:24:08 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 5.15.5 + * Added support for Python v3.10. + +------------------------------------------------------------------- Old: ---- PyQtDataVisualization-5.15.4.tar.gz New: ---- PyQtDataVisualization-5.15.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qtdatavis3d-qt5.spec ++++++ --- /var/tmp/diff_new_pack.kiZxP0/_old 2023-01-12 22:44:32.936951073 +0100 +++ /var/tmp/diff_new_pack.kiZxP0/_new 2023-01-12 22:44:32.940951095 +0100 @@ -16,12 +16,12 @@ # -%define oldpython python +%define plainpython python %define mname qtdatavis3d-qt5 -%{?!python_module:%define python_module() python3-%{**}} + %define skip_python2 1 Name: python-%{mname} -Version: 5.15.4 +Version: 5.15.5 Release: 0 Summary: Python bindings for the Qt5 Data Visualization library License: GPL-3.0-only @@ -45,25 +45,26 @@ PyQtDataVisualization is a set of Python bindings for the Qt5 Data Visualization library. -%package api -Summary: Eric API files for %{name} -Group: Development/Libraries/C and C++ -Supplements: packageand(eric:python-%{mname}) - -%description api -This package provides Qt5 Data Visualization library API files for the -Eric IDE. -%package sip -Summary: Sip files for %{name} +%package devel +Summary: Sip and eric API files for %{name} Group: Development/Libraries/Python -Provides: %{oldpython}-%{mname}-sip = %{version}-%{release} -Obsoletes: %{oldpython}-%{mname}-sip < %{version}-%{release} +Provides: python-%{mname}-sip = %{version}-%{release} +Obsoletes: python-%{mname}-sip < %{version}-%{release} +Provides: python-%{mname}-api = %{version}-%{release} +Obsoletes: python-%{mname}-api < %{version}-%{release} +Provides: %{plainpython}-%{mname}-sip = %{version}-%{release} +Obsoletes: %{plainpython}-%{mname}-sip < %{version}-%{release} +Provides: %{plainpython}-%{mname}-api = %{version}-%{release} +Obsoletes: %{plainpython}-%{mname}-api < %{version}-%{release} Requires: python-qt5-devel - -%description sip -This package provides the SIP files used to generate the Python bindings for -%{name} +Requires: %{plainpython}(abi) = %{python_version} +Supplements: (eric and python-%{mname}) +Supplements: (python-qt5-devel and python-%{mname}) + +%description devel +This package provides the SIP files used to generate the Python bindings +and Qt5 Data Visualization library API files for the Eric IDE for %{name}. %package doc Summary: Examples for %{name} @@ -91,15 +92,12 @@ %{python_sitearch}/PyQt5/QtDataVisualization.* %{python_sitearch}/PyQtDataVisualization-%{version}.dist-info/ -%files %{python_files api} +%files %{python_files devel} %license LICENSE +%{pyqt5_sipdir}/QtDataVisualization/ %dir %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/ %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/PyQtDataVisualization.api -%files %{python_files sip} -%license LICENSE -%{pyqt5_sipdir}/QtDataVisualization/ - %files %{python_files doc} %license LICENSE %{_docdir}/%{python_prefix}-%{mname} ++++++ PyQtDataVisualization-5.15.4.tar.gz -> PyQtDataVisualization-5.15.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/ChangeLog new/PyQtDataVisualization-5.15.5/ChangeLog --- old/PyQtDataVisualization-5.15.4/ChangeLog 2021-03-05 11:04:11.752673000 +0100 +++ new/PyQtDataVisualization-5.15.5/ChangeLog 2021-11-21 13:46:50.988911400 +0100 @@ -1,5 +1,26 @@ +2021-11-21 Phil Thompson <p...@riverbankcomputing.com> + + * PyQtDataVisualization.msp: + Updated the version of the project file. + [29fca56f0897] [5.15.5] <5.15-maint> + + * NEWS: + Create a new version so that the Python v3.10 compatible wheel names + are used. + [f53e85071628] <5.15-maint> + +2021-08-10 Phil Thompson <p...@riverbankcomputing.com> + + * README: + Fixed the README. + [5f78100315b1] <5.15-maint> + 2021-03-04 Phil Thompson <p...@riverbankcomputing.com> + * .hgtags: + Added tag 5.15.4 for changeset 4bea79f48f8f + [afac9c293107] <5.15-maint> + * NEWS: Released as v5.15.4. [4bea79f48f8f] [5.15.4] <5.15-maint> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/NEWS new/PyQtDataVisualization-5.15.5/NEWS --- old/PyQtDataVisualization-5.15.4/NEWS 2021-03-05 11:03:34.392238000 +0100 +++ new/PyQtDataVisualization-5.15.5/NEWS 2021-11-21 13:46:27.601165000 +0100 @@ -1,3 +1,6 @@ +v5.15.5 21st November 2021 + - Added support for Python v3.10. + v5.15.4 4th March 2021 - Packaging bug fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/PKG-INFO new/PyQtDataVisualization-5.15.5/PKG-INFO --- old/PyQtDataVisualization-5.15.4/PKG-INFO 2021-03-05 11:04:13.631580400 +0100 +++ new/PyQtDataVisualization-5.15.5/PKG-INFO 2021-11-21 13:46:51.895637000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyQtDataVisualization -Version: 5.15.4 +Version: 5.15.5 Requires-Python: >=3.6 Summary: Python bindings for the Qt Data Visualization library Home-Page: https://www.riverbankcomputing.com/software/pyqtdatavisualization/ @@ -48,8 +48,6 @@ pip install PyQtDataVisualization -The wheels include a copy of the required parts of the LGPL version of Qt. - ``pip`` will also build and install the bindings from the sdist package but Qt's ``qmake`` tool must be on ``PATH``. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/README new/PyQtDataVisualization-5.15.5/README --- old/PyQtDataVisualization-5.15.4/README 2021-03-05 11:04:11.763516000 +0100 +++ new/PyQtDataVisualization-5.15.5/README 2021-11-21 13:46:50.994922900 +0100 @@ -37,8 +37,6 @@ pip install PyQtDataVisualization -The wheels include a copy of the required parts of the LGPL version of Qt. - ``pip`` will also build and install the bindings from the sdist package but Qt's ``qmake`` tool must be on ``PATH``. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/configure.py new/PyQtDataVisualization-5.15.5/configure.py --- old/PyQtDataVisualization-5.15.4/configure.py 2021-03-05 11:04:11.760366000 +0100 +++ new/PyQtDataVisualization-5.15.5/configure.py 2021-11-21 13:46:50.993424400 +0100 @@ -55,7 +55,7 @@ # The version of the module as a string. Set it to None if you don't # provide version information. - version = '5.15.4' + version = '5.15.5' # The name of the PEP 376 .dist-info directory to be created. distinfo_name = 'PyQtDataVisualization' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/pyproject.toml new/PyQtDataVisualization-5.15.5/pyproject.toml --- old/PyQtDataVisualization-5.15.4/pyproject.toml 2021-03-05 11:04:11.764811000 +0100 +++ new/PyQtDataVisualization-5.15.5/pyproject.toml 2021-11-21 13:46:50.995683700 +0100 @@ -6,7 +6,7 @@ # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "PyQtDataVisualization" -version = "5.15.4" +version = "5.15.5" summary = "Python bindings for the Qt Data Visualization library" home-page = "https://www.riverbankcomputing.com/software/pyqtdatavisualization/" author = "Riverbank Computing Limited" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQtDataVisualization-5.15.4/sip/QtDataVisualization/qdatavisualizationglobal.sip new/PyQtDataVisualization-5.15.5/sip/QtDataVisualization/qdatavisualizationglobal.sip --- old/PyQtDataVisualization-5.15.4/sip/QtDataVisualization/qdatavisualizationglobal.sip 2021-03-05 11:04:12.758884000 +0100 +++ new/PyQtDataVisualization-5.15.5/sip/QtDataVisualization/qdatavisualizationglobal.sip 2021-11-21 13:46:51.562126400 +0100 @@ -25,6 +25,6 @@ const char *PYQT_DATAVISUALIZATION_VERSION_STR; %ModuleCode -static int PYQT_DATAVISUALIZATION_VERSION = 0x050f04; -static const char *PYQT_DATAVISUALIZATION_VERSION_STR = "5.15.4"; +static int PYQT_DATAVISUALIZATION_VERSION = 0x050f05; +static const char *PYQT_DATAVISUALIZATION_VERSION_STR = "5.15.5"; %End