Accepting request 748386 from home:TheBlackCat:branches:KDE:Qt5
Update to 5.13.1 OBS-URL: https://build.opensuse.org/request/show/748386 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-qtcharts-qt5?expand=0&rev=14
This commit is contained in:
parent
27521ddd6b
commit
f40d8df3c9
3
PyQtChart-5.13.1.tar.gz
Normal file
3
PyQtChart-5.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49960a1483527857b38c1527f9b6328d30bdcc84521f579c0a561a892f54130e
|
||||
size 65027
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21742b84343a3d598956f291cb971a734be849a47cd30ec74d1538e95c074a49
|
||||
size 64350
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 15:20:05 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 5.13.1
|
||||
* Added support for SIP v5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 10:22:09 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-qtcharts-qt5
|
||||
Version: 5.13.0
|
||||
Version: 5.13.1
|
||||
Release: 0
|
||||
Summary: Python bindings for the Qt5 Charts library
|
||||
License: GPL-3.0-only
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://www.riverbankcomputing.com/software/pyqtchart/intro
|
||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtChart/%{version}/PyQtChart_gpl-%{version}.tar.gz
|
||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtChart/%{version}/PyQtChart-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module qt5-devel}
|
||||
BuildRequires: %{python_module sip-devel >= 4.19.1}
|
||||
@ -71,7 +71,7 @@ BuildArch: noarch
|
||||
This package provides %{name} examples.
|
||||
|
||||
%prep
|
||||
%setup -q -n PyQtChart_gpl-%{version}
|
||||
%setup -q -n PyQtChart-%{version}
|
||||
%{python_expand mkdir build_%{$python_bin_suffix}
|
||||
cp *.py build_%{$python_bin_suffix}
|
||||
cp -r sip build_%{$python_bin_suffix}
|
||||
|
Loading…
Reference in New Issue
Block a user