commit python-qtdatavis3d-qt5 for openSUSE:Factory

2020-09-15 Thread root
Hello community,

here is the log from the commit of package python-qtdatavis3d-qt5 for 
openSUSE:Factory checked in at 2020-09-15 16:28:59

Comparing /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.4249 (New)


Package is "python-qtdatavis3d-qt5"

Tue Sep 15 16:28:59 2020 rev:6 rq:834347 version:5.15.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5/python-qtdatavis3d-qt5.changes
2020-09-04 11:09:54.118964093 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.4249/python-qtdatavis3d-qt5.changes
  2020-09-15 16:29:01.802639290 +0200
@@ -1,0 +2,7 @@
+Mon Sep 14 17:26:31 UTC 2020 - Benjamin Greiner 
+
+- Update to Version 5.15.1
+  * A bug-fix release.
+- remove the superfluous Tumbleweed python2 skip hack
+
+---

Old:

  PyQtDataVisualization-5.15.0.tar.gz

New:

  PyQtDataVisualization-5.15.1.tar.gz



Other differences:
--
++ python-qtdatavis3d-qt5.spec ++
--- /var/tmp/diff_new_pack.P9El21/_old  2020-09-15 16:29:02.774640220 +0200
+++ /var/tmp/diff_new_pack.P9El21/_new  2020-09-15 16:29:02.774640220 +0200
@@ -16,13 +16,9 @@
 #
 
 
-%if 0%{?suse_version} <= 1500
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%else
-%{?!python_module:%define python_module() python3-%{**}}
-%endif
 Name:   python-qtdatavis3d-qt5
-Version:5.15.0
+Version:5.15.1
 Release:0
 Summary:Python bindings for the Qt5 Data Visualization library
 License:GPL-3.0-only

++ PyQtDataVisualization-5.15.0.tar.gz -> 
PyQtDataVisualization-5.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization-5.15.0/ChangeLog 
new/PyQtDataVisualization-5.15.1/ChangeLog
--- old/PyQtDataVisualization-5.15.0/ChangeLog  2020-05-31 14:14:10.309662000 
+0200
+++ new/PyQtDataVisualization-5.15.1/ChangeLog  2020-09-11 16:07:08.513768000 
+0200
@@ -1,5 +1,29 @@
+2020-09-11  Phil Thompson  
+
+   * NEWS:
+   Released as v5.15.1.
+   [80b2425a2405] [5.15.1] <5.15-maint>
+
+   * NEWS:
+   Updated the NEWS file.
+   [2554bb1e3e3b] <5.15-maint>
+
+2020-08-22  Phil Thompson  
+
+   * pyproject.toml:
+   Set the name of the sip module explicitly.
+   [13325e252a2d] <5.15-maint>
+
+   * pyproject.toml:
+   Fixed the specification of the sip module ABI version.
+   [f03226c21392] <5.15-maint>
+
 2020-05-30  Phil Thompson  
 
+   * .hgtags:
+   Added tag 5.15.0 for changeset ebb711afe9cf
+   [ecc72dfd913d]
+
* NEWS:
Released as v5.15.0.
[ebb711afe9cf] [5.15.0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization-5.15.0/NEWS 
new/PyQtDataVisualization-5.15.1/NEWS
--- old/PyQtDataVisualization-5.15.0/NEWS   2020-05-31 14:13:51.799237000 
+0200
+++ new/PyQtDataVisualization-5.15.1/NEWS   2020-09-11 16:06:50.185436000 
+0200
@@ -1,3 +1,6 @@
+v5.15.1 12th September 2020
+  - A bug-fix release.
+
 v5.15.0 1st June 2020
   - Added support for Qt v5.15.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization-5.15.0/PKG-INFO 
new/PyQtDataVisualization-5.15.1/PKG-INFO
--- old/PyQtDataVisualization-5.15.0/PKG-INFO   2020-05-31 14:14:11.208907100 
+0200
+++ new/PyQtDataVisualization-5.15.1/PKG-INFO   2020-09-11 16:07:09.182089300 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQtDataVisualization
-Version: 5.15.0
+Version: 5.15.1
 Requires-Python: >=3.5
 Summary: Python bindings for the Qt Data Visualization library
 Home-Page: https://www.riverbankcomputing.com/software/pyqtdatavisualization/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization-5.15.0/configure.py 
new/PyQtDataVisualization-5.15.1/configure.py
--- old/PyQtDataVisualization-5.15.0/configure.py   2020-05-31 
14:14:10.312597000 +0200
+++ new/PyQtDataVisualization-5.15.1/configure.py   2020-09-11 
16:07:08.516229000 +0200
@@ -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.0'
+version = '5.15.1'
 
 # 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.0/pyproject.toml 
new/PyQtDataVisualization-5.15.1/pyproject.toml
--- old/PyQtDataVisualization-5.15.0/pyproject.toml 2020-05-31

commit python-qtdatavis3d-qt5 for openSUSE:Factory

2020-09-04 Thread root
Hello community,

here is the log from the commit of package python-qtdatavis3d-qt5 for 
openSUSE:Factory checked in at 2020-09-04 11:09:21

Comparing /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.3399 (New)


Package is "python-qtdatavis3d-qt5"

Fri Sep  4 11:09:21 2020 rev:5 rq:830359 version:5.15.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5/python-qtdatavis3d-qt5.changes
2019-11-26 16:53:33.668223340 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.3399/python-qtdatavis3d-qt5.changes
  2020-09-04 11:09:54.118964093 +0200
@@ -1,0 +2,13 @@
+Thu Aug 27 20:04:47 UTC 2020 - Benjamin Greiner 
+
+- Update to 5.15.0
+  * Added support for Qt v5.15.0.
+- v5.14.0 added support for Qt v5.14.0 in December 2019
+- The source location has changed to PyPI 
+
+---
+Fri Mar 13 12:46:21 UTC 2020 - Christophe Giboudeaux 
+
+- Stop building the python2 package for openSUSE Tumbleweed.
+
+---

Old:

  PyQtDataVisualization-5.13.1.tar.gz

New:

  PyQtDataVisualization-5.15.0.tar.gz



Other differences:
--
++ python-qtdatavis3d-qt5.spec ++
--- /var/tmp/diff_new_pack.CrYUt3/_old  2020-09-04 11:09:56.602965341 +0200
+++ /var/tmp/diff_new_pack.CrYUt3/_new  2020-09-04 11:09:56.606965343 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qtdatavis3d-qt5
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,19 @@
 #
 
 
+%if 0%{?suse_version} <= 1500
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%else
+%{?!python_module:%define python_module() python3-%{**}}
+%endif
 Name:   python-qtdatavis3d-qt5
-Version:5.13.1
+Version:5.15.0
 Release:0
 Summary:Python bindings for the Qt5 Data Visualization library
 License:GPL-3.0-only
 Group:  Development/Libraries/Python
 URL:
https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro
-Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQtDataVisualization/%{version}/PyQtDataVisualization-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/P/PyQtDataVisualization/PyQtDataVisualization-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module sip-devel >= 4.19.1}

++ PyQtDataVisualization-5.13.1.tar.gz -> 
PyQtDataVisualization-5.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization-5.13.1/ChangeLog 
new/PyQtDataVisualization-5.15.0/ChangeLog
--- old/PyQtDataVisualization-5.13.1/ChangeLog  2019-11-02 19:58:40.0 
+0100
+++ new/PyQtDataVisualization-5.15.0/ChangeLog  2020-05-31 14:14:10.309662000 
+0200
@@ -1,5 +1,85 @@
+2020-05-30  Phil Thompson  
+
+   * NEWS:
+   Released as v5.15.0.
+   [ebb711afe9cf] [5.15.0]
+
+2020-05-29  Phil Thompson  
+
+   * NEWS:
+   Updated the NEWS file.
+   [515d75c9f0b2]
+
+2020-05-28  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Updates for the the final release of Qt v5.15.0.
+   [1791b7d922d9]
+
+2020-05-17  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Updated for Qt v5.15.0.
+   [a4f42be9281a]
+
+2020-05-16  Phil Thompson  
+
+   * Merged the 5.14-maint branch.
+   [50f3bcd462f6]
+
+   * .hgignore:
+   Updated .hgignore.
+   [8547bf8bb05a] <5.14-maint>
+
+2020-05-09  Phil Thompson  
+
+   * pyproject.toml:
+   The minimum ABI version is 12.8 which requires SIP v5.3.
+   [6eb04b5a0841] <5.14-maint>
+
+2020-02-08  Phil Thompson  
+
+   * pyproject.toml:
+   Fixed METADATA for the commercial wheels.
+   [69405a12e7bc] <5.14-maint>
+
+2019-12-18  Phil Thompson  
+
+   * .hgtags:
+   Added tag 5.14.0 for changeset 66d5be61758f
+   [67f1b863f1e3]
+
+   * NEWS:
+   Released as v5.14.0.
+   [66d5be61758f] [5.14.0]
+
+   * pyproject.toml:
+   Fixed requires-dist for commercial wheels.
+   [378d83a2a9d9]
+
+2019-12-16  Phil Thompson  
+
+   * NEWS:
+   Updated the NEWS file.
+   [0ddbe9dd2430]
+
+2019-12-14  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Updated for Qt v5.14.0.
+   [787a3b49a427]
+
+2019-12-12  Phil Thompson  
+
+   * Merged the 5.13-maint branch.

commit python-qtdatavis3d-qt5 for openSUSE:Factory

2019-11-26 Thread root
Hello community,

here is the log from the commit of package python-qtdatavis3d-qt5 for 
openSUSE:Factory checked in at 2019-11-26 16:53:16

Comparing /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.26869 (New)


Package is "python-qtdatavis3d-qt5"

Tue Nov 26 16:53:16 2019 rev:4 rq:748565 version:5.13.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5/python-qtdatavis3d-qt5.changes
2019-07-16 08:40:26.515018537 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.26869/python-qtdatavis3d-qt5.changes
 2019-11-26 16:53:33.668223340 +0100
@@ -1,0 +2,6 @@
+Wed Nov 13 15:20:49 UTC 2019 - Todd R 
+
+- Update to 5.13.1
+  * Added support for SIP v5.
+
+---

Old:

  PyQtDataVisualization_gpl-5.13.0.tar.gz

New:

  PyQtDataVisualization-5.13.1.tar.gz



Other differences:
--
++ python-qtdatavis3d-qt5.spec ++
--- /var/tmp/diff_new_pack.nH2CZi/_old  2019-11-26 16:53:35.324222741 +0100
+++ /var/tmp/diff_new_pack.nH2CZi/_new  2019-11-26 16:53:35.324222741 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qtdatavis3d-qt5
-Version:5.13.0
+Version:5.13.1
 Release:0
 Summary:Python bindings for the Qt5 Data Visualization library
 License:GPL-3.0-only
 Group:  Development/Libraries/Python
 URL:
https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro
-Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQtDataVisualization/%{version}/PyQtDataVisualization_gpl-%{version}.tar.gz
+Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQtDataVisualization/%{version}/PyQtDataVisualization-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module sip-devel >= 4.19.1}
@@ -73,7 +73,7 @@
 This package provides %{name} examples.
 
 %prep
-%setup -q -n PyQtDataVisualization_gpl-%{version}
+%setup -q -n PyQtDataVisualization-%{version}
 %{python_expand mkdir build_%{$python_bin_suffix}
 cp *.py build_%{$python_bin_suffix}
 cp -r sip build_%{$python_bin_suffix}




commit python-qtdatavis3d-qt5 for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package python-qtdatavis3d-qt5 for 
openSUSE:Factory checked in at 2019-07-16 08:40:25

Comparing /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.1887 (New)


Package is "python-qtdatavis3d-qt5"

Tue Jul 16 08:40:25 2019 rev:3 rq:714848 version:5.13.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5/python-qtdatavis3d-qt5.changes
2019-03-05 12:26:26.356831044 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.1887/python-qtdatavis3d-qt5.changes
  2019-07-16 08:40:26.515018537 +0200
@@ -1,0 +2,6 @@
+Fri Jul 12 10:24:01 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.13.0
+  * Bindings updated for QtDataVis 5.13.0.
+
+---

Old:

  PyQtDataVisualization_gpl-5.12.tar.gz

New:

  PyQtDataVisualization_gpl-5.13.0.tar.gz



Other differences:
--
++ python-qtdatavis3d-qt5.spec ++
--- /var/tmp/diff_new_pack.ejzBbv/_old  2019-07-16 08:40:27.119018739 +0200
+++ /var/tmp/diff_new_pack.ejzBbv/_new  2019-07-16 08:40:27.123018740 +0200
@@ -18,18 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qtdatavis3d-qt5
-Version:5.12
+Version:5.13.0
 Release:0
 Summary:Python bindings for the Qt5 Data Visualization library
 License:GPL-3.0-only
 Group:  Development/Libraries/Python
 URL:
https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro
-Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQtDataVisualization/PyQtDataVisualization_gpl-%{version}.tar.gz
-BuildRequires:  pkgconfig(Qt5DataVisualization)
+Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQtDataVisualization/%{version}/PyQtDataVisualization_gpl-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module sip-devel >= 4.19.1}
 BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(Qt5DataVisualization)
 Requires:   python-qt5
 Requires:   python-sip(api) = %{python_sip_api_ver}
 

++ PyQtDataVisualization_gpl-5.12.tar.gz -> 
PyQtDataVisualization_gpl-5.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization_gpl-5.12/ChangeLog 
new/PyQtDataVisualization_gpl-5.13.0/ChangeLog
--- old/PyQtDataVisualization_gpl-5.12/ChangeLog2019-02-04 
16:20:37.0 +0100
+++ new/PyQtDataVisualization_gpl-5.13.0/ChangeLog  2019-07-04 
18:47:50.0 +0200
@@ -1,5 +1,57 @@
+2019-07-03  Phil Thompson  
+
+   * NEWS:
+   Released as v5.13.0.
+   [ad358c94a194] [5.13.0]
+
+2019-07-02  Phil Thompson  
+
+   * NEWS:
+   Updated the NEWS file.
+   [9910e942a83a]
+
+2019-06-29  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Updated for Qt v5.13.0.
+   [b9081a443f01]
+
+2019-06-20  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Merged the 5.12-maint branch.
+   [015a6eafc97a]
+
+   * PyQtDataVisualization.msp:
+   Updated for Qt v5.12.4.
+   [0c40a20eaee9] <5.12-maint>
+
+   * rb-product:
+   Updated the minimum PyQt5 wheel.
+   [44e599689223]
+
+   * PyQtDataVisualization.msp:
+   Merged the 5.12-maint branch.
+   [f4bf32587234]
+
+2019-04-19  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Added support for Qt v5.12.3.
+   [9a505e28d4e9] <5.12-maint>
+
+2019-03-17  Phil Thompson  
+
+   * PyQtDataVisualization.msp:
+   Updated for Qt v5.12.2.
+   [65877b995045] <5.12-maint>
+
 2019-02-04  Phil Thompson  
 
+   * .hgtags:
+   Added tag 5.12 for changeset 0780887f1728
+   [eaa09b4f36eb]
+
* NEWS:
Released as v5.12.
[0780887f1728] [5.12]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization_gpl-5.12/NEWS 
new/PyQtDataVisualization_gpl-5.13.0/NEWS
--- old/PyQtDataVisualization_gpl-5.12/NEWS 2019-02-04 16:20:13.0 
+0100
+++ new/PyQtDataVisualization_gpl-5.13.0/NEWS   2019-07-04 18:47:33.0 
+0200
@@ -1,3 +1,6 @@
+v5.13.0 5th July 2019
+  - Added support for Qt v5.13.0.
+
 v5.12 10th February 2019
   - Added support for Qt v5.12.0 and Qt v5.12.1.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQtDataVisualization_gpl-5.12/configure.py 
new/PyQtDataVisualization_gpl-5.13.0/configure.py
--- old/PyQtDataVisualization_gpl-5.12/configure.py 2019-02-04 
16:20:37.0 +0

commit python-qtdatavis3d-qt5 for openSUSE:Factory

2019-03-05 Thread root
Hello community,

here is the log from the commit of package python-qtdatavis3d-qt5 for 
openSUSE:Factory checked in at 2019-03-05 12:26:24

Comparing /work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.28833 (New)


Package is "python-qtdatavis3d-qt5"

Tue Mar  5 12:26:24 2019 rev:2 rq:681640 version:5.12

Changes:

--- 
/work/SRC/openSUSE:Factory/python-qtdatavis3d-qt5/python-qtdatavis3d-qt5.changes
2019-02-27 17:29:03.639322679 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qtdatavis3d-qt5.new.28833/python-qtdatavis3d-qt5.changes
 2019-03-05 12:26:26.356831044 +0100
@@ -1,0 +2,7 @@
+Wed Feb 27 20:00:44 UTC 2019 - Todd R 
+
+- Make eric api files supplement eric.
+- Make sip api files supplement sip.
+- Fix sip api dependency.
+
+---



Other differences:
--
++ python-qtdatavis3d-qt5.spec ++
--- /var/tmp/diff_new_pack.hLpvKU/_old  2019-03-05 12:26:26.872831137 +0100
+++ /var/tmp/diff_new_pack.hLpvKU/_new  2019-03-05 12:26:26.872831137 +0100
@@ -31,13 +31,7 @@
 BuildRequires:  %{python_module sip-devel >= 4.19.1}
 BuildRequires:  python-rpm-macros
 Requires:   python-qt5
-
-%ifpython2
-%requires_python_sip_api
-%endif
-%ifpython3
-%requires_python3_sip_api
-%endif
+Requires:   python-sip(api) = %{python_sip_api_ver}
 
 %python_subpackages
 
@@ -46,18 +40,23 @@
 Visualization library.
 
 %package -n %{name}-api
-Summary:Eric6 API files for %{name}
+Summary:Eric API files for %{name}
 Group:  Development/Libraries/Python
 Provides:   %{python_module qtdatavis3d-qt5-api = %{version}}
+Supplements:packageand(eric:%{python2_prefix}-qtdatavis3d-qt5)
+Supplements:packageand(eric:python3-qtdatavis3d-qt5)
 BuildArch:  noarch
 
 %description -n %{name}-api
-This package provides Qt5 Data Visualization library API files for eric6.
+This package provides Qt5 Data Visualization library API files for the
+Eric IDE.
 
 %package -n %{name}-sip
 Summary:Sip files for %{name}
 Group:  Development/Tools/IDE
 Provides:   %{python_module qtdatavis3d-qt5-sip = %{version}}
+Supplements:
packageand(%{python2_prefix}-sip:%{python2_prefix}-qtdatavis3d-qt5)
+Supplements:packageand(python3-sip:python3-qtdatavis3d-qt5)
 BuildArch:  noarch
 
 %description -n %{name}-sip