forked from pool/python-qtcharts-qt5
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
753f996d09 | ||
9b27ec9ca9 | |||
643d91dc61 | |||
|
6439578d51 | ||
fbeb192def |
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -35,7 +35,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-pyqt-rpm-macros
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(Qt5Charts)
|
||||
%requires_ge python-qt5
|
||||
Requires: python-qt5 >= %(rpm -q --whatprovides python-qt5 --qf "%%{version}")
|
||||
Requires: python-qt5-sip
|
||||
# PyPI name is without the s at the end
|
||||
Provides: python-PyQtChart = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user