From d2f5bdb43ce8543d3e2cff290c89aa66839a0ffa527fbf32f583d5d2f92ed07c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 14 Nov 2019 08:38:45 +0000 Subject: [PATCH] Accepting request 748391 from home:TheBlackCat:branches:KDE:Qt5 Update to 5.13.1 OBS-URL: https://build.opensuse.org/request/show/748391 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qt3d-qt5?expand=0&rev=5 --- PyQt3D-5.13.1.tar.gz | 3 +++ PyQt3D_gpl-5.13.0.tar.gz | 3 --- python-qt3d-qt5.changes | 6 ++++++ python-qt3d-qt5.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 PyQt3D-5.13.1.tar.gz delete mode 100644 PyQt3D_gpl-5.13.0.tar.gz diff --git a/PyQt3D-5.13.1.tar.gz b/PyQt3D-5.13.1.tar.gz new file mode 100644 index 0000000..a5652f9 --- /dev/null +++ b/PyQt3D-5.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f545a4f873827be0f57652e22296a2a6fab4927007c484e0e6136fbe0ba1b3f6 +size 7487778 diff --git a/PyQt3D_gpl-5.13.0.tar.gz b/PyQt3D_gpl-5.13.0.tar.gz deleted file mode 100644 index 15ac8e2..0000000 --- a/PyQt3D_gpl-5.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:169e2196ffcbd12ef9ce5384cb0794ac7f3a58d31fa5085e9cbe3051db021115 -size 7487867 diff --git a/python-qt3d-qt5.changes b/python-qt3d-qt5.changes index 120b009..3ab39a5 100644 --- a/python-qt3d-qt5.changes +++ b/python-qt3d-qt5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 13 15:17:51 UTC 2019 - Todd R + +- Update to 5.13.1 + * Added support for SIP v5. + ------------------------------------------------------------------- Fri Jul 12 10:16:17 UTC 2019 - Christophe Giboudeaux diff --git a/python-qt3d-qt5.spec b/python-qt3d-qt5.spec index 395c8f1..9c7a490 100644 --- a/python-qt3d-qt5.spec +++ b/python-qt3d-qt5.spec @@ -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 @@ BuildArch: noarch 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}