1
0

7 Commits

Author SHA256 Message Date
e4e91213cc Accepting request 1284353 from KDE:Qt:PyQt
lowercase distinfo

OBS-URL: https://build.opensuse.org/request/show/1284353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtcharts-qt5?expand=0&rev=15
2025-06-11 14:21:29 +00:00
85fd3d4595 - Allow lowercase distinfo due to new pyqt-builder following PEP 639
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qtcharts-qt5?expand=0&rev=7
2025-06-09 19:15:21 +00:00
753f996d09 Accepting request 1222708 from KDE:Qt:PyQt
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/request/show/1222708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtcharts-qt5?expand=0&rev=14
2024-11-08 11:01:27 +00:00
9b27ec9ca9 >=
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qtcharts-qt5?expand=0&rev=6
2024-11-08 09:57:19 +00:00
643d91dc61 - Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qtcharts-qt5?expand=0&rev=5
2024-11-08 09:27:32 +00:00
6439578d51 Accepting request 1221360 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtcharts-qt5?expand=0&rev=13
2024-11-05 14:42:01 +00:00
fbeb192def - Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qtcharts-qt5?expand=0&rev=4
2024-11-05 09:20:53 +00:00
2 changed files with 18 additions and 2 deletions

View File

@@ -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>

View File

@@ -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}
@@ -88,7 +88,7 @@ This package provides %{name} examples.
%doc NEWS README
%dir %{python_sitearch}/PyQt5/
%{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}
%license LICENSE