From 289a5f90ee458be3f5a02ffefab9ea96c1529d08c99795b405c3e6da2e5bc360 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 28 Aug 2020 20:58:49 +0000 Subject: [PATCH] Accepting request 830220 from home:bnavigator:branches:KDE:Qt5 - 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 OBS-URL: https://build.opensuse.org/request/show/830220 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qt3d-qt5?expand=0&rev=8 --- PyQt3D-5.13.1.tar.gz | 3 --- PyQt3D-5.15.0.tar.gz | 3 +++ python-qt3d-qt5.changes | 8 ++++++++ python-qt3d-qt5.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 PyQt3D-5.13.1.tar.gz create mode 100644 PyQt3D-5.15.0.tar.gz diff --git a/PyQt3D-5.13.1.tar.gz b/PyQt3D-5.13.1.tar.gz deleted file mode 100644 index a5652f9..0000000 --- a/PyQt3D-5.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f545a4f873827be0f57652e22296a2a6fab4927007c484e0e6136fbe0ba1b3f6 -size 7487778 diff --git a/PyQt3D-5.15.0.tar.gz b/PyQt3D-5.15.0.tar.gz new file mode 100644 index 0000000..fbf403c --- /dev/null +++ b/PyQt3D-5.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba03c6a8fea2d6a0e2ff0a54dcdb86ed6904fd462a9e6e58583badcf6a81afc +size 7500366 diff --git a/python-qt3d-qt5.changes b/python-qt3d-qt5.changes index b58b3d8..04f202d 100644 --- a/python-qt3d-qt5.changes +++ b/python-qt3d-qt5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/python-qt3d-qt5.spec b/python-qt3d-qt5.spec index da9c386..27b0d0b 100644 --- a/python-qt3d-qt5.spec +++ b/python-qt3d-qt5.spec @@ -22,16 +22,16 @@ %{?!python_module:%define python_module() python3-%{**}} %endif 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)