forked from pool/python-qtcharts-qt5
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
e4e91213cc | |||
85fd3d4595 | |||
753f996d09 | |||
9b27ec9ca9 | |||
643d91dc61 | |||
6439578d51 | |||
fbeb192def |
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 9 19:15:16 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Allow lowercase distinfo due to new pyqt-builder following PEP 639
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 09:25:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 5 08:33:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Avoid using requires_eq, which after the last modifications
|
||||||
|
conflicts with python singlespec (order of expansion).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 20:48:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 25 20:48:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -35,7 +35,7 @@ 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_ge python-qt5
|
Requires: python-qt5 >= %(rpm -q --whatprovides python-qt5 --qf "%%{version}")
|
||||||
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}
|
||||||
@@ -88,7 +88,7 @@ This package provides %{name} examples.
|
|||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
%dir %{python_sitearch}/PyQt5/
|
%dir %{python_sitearch}/PyQt5/
|
||||||
%{python_sitearch}/PyQt5/QtChart.*
|
%{python_sitearch}/PyQt5/QtChart.*
|
||||||
%{python_sitearch}/PyQtChart-%{version}.dist-info
|
%{python_sitearch}/[Pp]y[Qq]t[Cc]hart-%{version}.dist-info
|
||||||
|
|
||||||
%files %{python_files api}
|
%files %{python_files api}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user