commit python-qt3d-qt5 for openSUSE:Factory

2020-10-07 Thread root
Hello community,

here is the log from the commit of package python-qt3d-qt5 for openSUSE:Factory 
checked in at 2020-10-07 14:17:04

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


Package is "python-qt3d-qt5"

Wed Oct  7 14:17:04 2020 rev:6 rq:839653 version:5.15.1

Changes:

--- /work/SRC/openSUSE:Factory/python-qt3d-qt5/python-qt3d-qt5.changes  
2020-09-15 16:28:51.374629305 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.4249/python-qt3d-qt5.changes
2020-10-07 14:17:28.069437081 +0200
@@ -1,0 +2,6 @@
+Sat Sep 26 18:09:37 UTC 2020 - Benjamin Greiner 
+
+- Fix openSUSE:Leap:15.1:Update failure: Qt3DAnimation is only 
+  built for Qt >= 5.10
+
+---



Other differences:
--
++ python-qt3d-qt5.spec ++
--- /var/tmp/diff_new_pack.TgrXzm/_old  2020-10-07 14:17:28.801437662 +0200
+++ /var/tmp/diff_new_pack.TgrXzm/_new  2020-10-07 14:17:28.805437666 +0200
@@ -16,6 +16,14 @@
 #
 
 
+# This definition is for projects which include the PyQt5 packages in recent
+# versions but use default (old) Qt libraries e.g. from Leap, which does not
+# have Qt >= 5.10. In that case, no Qt3DAnimation module will be built per
+# sip %%If directives in the sip/Qt3DAnimation/*.sip files
+%if %{pkg_vcmp libQt53DAnimation-devel >= 5.10}
+%define have_qt3danimation 1
+%endif
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qt3d-qt5
 Version:5.15.1
@@ -85,6 +93,7 @@
 %build
 %{python_expand pushd build_%{$python_bin_suffix}
 $python configure.py \
+-w \
 --no-dist-info \
 --no-stubs \
 --qmake=%{_bindir}/qmake-qt5
@@ -106,7 +115,7 @@
 %license LICENSE
 %doc NEWS README
 %dir %{python_sitearch}/PyQt5/
-%{python_sitearch}/PyQt5/Qt3DAnimation.so
+%{?have_qt3danimation:%{python_sitearch}/PyQt5/Qt3DAnimation.so}
 %{python_sitearch}/PyQt5/Qt3DCore.so
 %{python_sitearch}/PyQt5/Qt3DExtras.so
 %{python_sitearch}/PyQt5/Qt3DInput.so
@@ -121,7 +130,7 @@
 
 %files -n %{name}-sip
 %license LICENSE
-%{_datadir}/sip/PyQt5/Qt3DAnimation/
+%{?have_qt3danimation:%{_datadir}/sip/PyQt5/Qt3DAnimation/}
 %{_datadir}/sip/PyQt5/Qt3DCore/
 %{_datadir}/sip/PyQt5/Qt3DExtras/
 %{_datadir}/sip/PyQt5/Qt3DInput/




commit python-qt3d-qt5 for openSUSE:Factory

2020-09-15 Thread root
Hello community,

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

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


Package is "python-qt3d-qt5"

Tue Sep 15 16:28:49 2020 rev:5 rq:834341 version:5.15.1

Changes:

--- /work/SRC/openSUSE:Factory/python-qt3d-qt5/python-qt3d-qt5.changes  
2020-09-04 11:10:05.834969981 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.4249/python-qt3d-qt5.changes
2020-09-15 16:28:51.374629305 +0200
@@ -1,0 +2,6 @@
+Mon Sep 14 15:53:23 UTC 2020 - Benjamin Greiner 
+
+- Update to Version 5.15.1
+  * A bug-fix release.
+
+---

Old:

  PyQt3D-5.15.0.tar.gz

New:

  PyQt3D-5.15.1.tar.gz



Other differences:
--
++ python-qt3d-qt5.spec ++
--- /var/tmp/diff_new_pack.VxpHgL/_old  2020-09-15 16:28:51.998629903 +0200
+++ /var/tmp/diff_new_pack.VxpHgL/_new  2020-09-15 16:28:52.002629907 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qt3d-qt5
-Version:5.15.0
+Version:5.15.1
 Release:0
 Summary:Python bindings for the Qt5 3D framework
 License:GPL-3.0-only

++ PyQt3D-5.15.0.tar.gz -> PyQt3D-5.15.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-qt3d-qt5/PyQt3D-5.15.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.4249/PyQt3D-5.15.1.tar.gz 
differ: char 5, line 1




commit python-qt3d-qt5 for openSUSE:Factory

2020-09-04 Thread root
Hello community,

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

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


Package is "python-qt3d-qt5"

Fri Sep  4 11:09:28 2020 rev:4 rq:831619 version:5.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-qt3d-qt5/python-qt3d-qt5.changes  
2019-11-26 16:53:21.940227581 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.3399/python-qt3d-qt5.changes
2020-09-04 11:10:05.834969981 +0200
@@ -1,0 +2,18 @@
+Wed Sep  2 16:00:38 UTC 2020 - Benjamin Greiner 
+
+- Remove the superfluous Tumbleweed python2 hack
+
+---
+Thu Aug 27 20:09:03 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:44:58 UTC 2020 - Christophe Giboudeaux 
+
+- Stop building the python2 package for openSUSE Tumbleweed.
+
+---

Old:

  PyQt3D-5.13.1.tar.gz

New:

  PyQt3D-5.15.0.tar.gz



Other differences:
--
++ python-qt3d-qt5.spec ++
--- /var/tmp/diff_new_pack.2q6p8N/_old  2020-09-04 11:10:07.742970940 +0200
+++ /var/tmp/diff_new_pack.2q6p8N/_new  2020-09-04 11:10:07.746970942 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qt3d-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
@@ -18,16 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qt3d-qt5
-Version:5.13.1
+Version:5.15.0
 Release:0
 Summary:Python bindings for the Qt5 3D framework
 License:GPL-3.0-only
 Group:  Development/Libraries/Python
 URL:https://www.riverbankcomputing.com/software/pyqtchart/intro
-Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQt3D/%{version}/PyQt3D-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/P/PyQt3D/PyQt3D-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module qt5-devel}
-BuildRequires:  %{python_module sip-devel >= 4.19.1}
+BuildRequires:  %{python_module sip-devel >= 4.19.4}
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(Qt53DAnimation)
 BuildRequires:  pkgconfig(Qt53DCore)

++ PyQt3D-5.13.1.tar.gz -> PyQt3D-5.15.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-qt3d-qt5/PyQt3D-5.13.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.3399/PyQt3D-5.15.0.tar.gz 
differ: char 5, line 1




commit python-qt3d-qt5 for openSUSE:Factory

2019-11-26 Thread root
Hello community,

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

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


Package is "python-qt3d-qt5"

Tue Nov 26 16:53:10 2019 rev:3 rq:748563 version:5.13.1

Changes:

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

Old:

  PyQt3D_gpl-5.13.0.tar.gz

New:

  PyQt3D-5.13.1.tar.gz



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




commit python-qt3d-qt5 for openSUSE:Factory

2019-07-15 Thread root
Hello community,

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

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


Package is "python-qt3d-qt5"

Tue Jul 16 08:40:31 2019 rev:2 rq:714851 version:5.13.0

Changes:

--- /work/SRC/openSUSE:Factory/python-qt3d-qt5/python-qt3d-qt5.changes  
2019-03-06 15:48:50.584427671 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.1887/python-qt3d-qt5.changes
2019-07-16 08:40:39.743022959 +0200
@@ -1,0 +2,6 @@
+Fri Jul 12 10:16:17 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.13.0
+  Update bindings for Qt3D 5.13.
+
+---

Old:

  PyQt3D_gpl-5.12.tar.gz

New:

  PyQt3D_gpl-5.13.0.tar.gz



Other differences:
--
++ python-qt3d-qt5.spec ++
--- /var/tmp/diff_new_pack.0uvkXu/_old  2019-07-16 08:40:40.311023149 +0200
+++ /var/tmp/diff_new_pack.0uvkXu/_new  2019-07-16 08:40:40.311023149 +0200
@@ -18,23 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qt3d-qt5
-Version:5.12
+Version:5.13.0
 Release:0
 Summary:Python bindings for the Qt5 3D framework
 License:GPL-3.0-only
 Group:  Development/Libraries/Python
 URL:https://www.riverbankcomputing.com/software/pyqtchart/intro
-Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQt3D/PyQt3D_gpl-%{version}.tar.gz
+Source: 
https://www.riverbankcomputing.com/static/Downloads/PyQt3D/%{version}/PyQt3D_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(Qt53DAnimation)
 BuildRequires:  pkgconfig(Qt53DCore)
 BuildRequires:  pkgconfig(Qt53DExtras)
 BuildRequires:  pkgconfig(Qt53DInput)
 BuildRequires:  pkgconfig(Qt53DLogic)
 BuildRequires:  pkgconfig(Qt53DRender)
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module qt5-devel}
-BuildRequires:  %{python_module sip-devel >= 4.19.1}
-BuildRequires:  python-rpm-macros
 Requires:   python-qt5
 Requires:   python-sip(api) = %{python_sip_api_ver}
 

++ PyQt3D_gpl-5.12.tar.gz -> PyQt3D_gpl-5.13.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-qt3d-qt5/PyQt3D_gpl-5.12.tar.gz 
/work/SRC/openSUSE:Factory/.python-qt3d-qt5.new.1887/PyQt3D_gpl-5.13.0.tar.gz 
differ: char 5, line 1