Accepting request 984225 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/984225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtcharts-qt5?expand=0&rev=11
This commit is contained in:
commit
c7a96d0b89
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e47750632851e105eabc27fdfa8180989d120b822181e512f6643b3c5c4d8074
|
|
||||||
size 69252
|
|
BIN
PyQtChart-5.15.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
PyQtChart-5.15.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 21 11:33:52 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 5.15.6
|
||||||
|
* Added the missing QXYSeries.points().
|
||||||
|
- Release 5.15.5
|
||||||
|
* Added support for Python v3.10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 18 21:46:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Fri Jun 18 21:46:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 5.15.4
|
Version: 5.15.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the Qt5 Charts library
|
Summary: Python bindings for the Qt5 Charts library
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -30,13 +30,13 @@ URL: https://www.riverbankcomputing.com/software/pyqtchart/intro
|
|||||||
Source: https://files.pythonhosted.org/packages/source/P/PyQtChart/PyQtChart-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/PyQtChart/PyQtChart-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.9}
|
BuildRequires: %{python_module pyqt-builder >= 1.9}
|
||||||
BuildRequires: %{python_module qt5-devel}
|
BuildRequires: %{python_module qt5-devel >= 5.15.4}
|
||||||
BuildRequires: %{python_module sip-devel >= 5.3}
|
BuildRequires: %{python_module sip-devel >= 5.3}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-pyqt-rpm-macros
|
BuildRequires: python-pyqt-rpm-macros
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(Qt5Charts)
|
BuildRequires: pkgconfig(Qt5Charts)
|
||||||
Requires: python-qt5 >= %{version}
|
%requires_ge python-qt5
|
||||||
Requires: python-qt5-sip
|
Requires: python-qt5-sip
|
||||||
# PyPI name is without the s at the end
|
# PyPI name is without the s at the end
|
||||||
Provides: python-PyQtChart = %{version}-%{release}
|
Provides: python-PyQtChart = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user