SHA256
1
0
forked from pool/python-qt5

7 Commits

Author SHA256 Message Date
b1550f12ec Accepting request 1284342 from KDE:Qt:PyQt
lowercase distinfo

OBS-URL: https://build.opensuse.org/request/show/1284342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qt5?expand=0&rev=68
2025-06-11 14:20:18 +00:00
9607eb2176 - Allow lowercase distinfo due to new pyqt-builder following PEP 639
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5?expand=0&rev=19
2025-06-09 19:14:21 +00:00
9445baf2e0 Accepting request 1222706 from KDE:Qt:PyQt
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/request/show/1222706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qt5?expand=0&rev=67
2024-11-09 19:52:50 +00:00
f8f670f39b >=
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5?expand=0&rev=18
2024-11-08 09:55:50 +00:00
1834ba5b22 - Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5?expand=0&rev=17
2024-11-08 09:26:00 +00:00
d5f39aeeba Accepting request 1221358 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qt5?expand=0&rev=66
2024-11-06 15:49:34 +00:00
ace8cf790d - 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-qt5?expand=0&rev=16
2024-11-05 09:18:34 +00:00
2 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jun 9 19:13:51 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:36:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
-------------------------------------------------------------------
Sun Oct 15 13:57:31 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -79,7 +79,7 @@ BuildRequires: %{python_module pyqt-builder >= 1.14.1}
BuildRequires: %{python_module qt5-sip >= 12.13}
BuildRequires: %{python_module sip-devel >= 6.7.12}
Requires: python-qt5-sip >= 12.13
%requires_ge python-dbus-python
Requires: python-dbus-python >= %(rpm -q --whatprovides python-dbus-python --qf "%%{version}")
Provides: python-PyQt5 = %{version}-%{release}
Suggests: python-%{mname}-quick3d
@@ -295,7 +295,7 @@ fi
%license LICENSE
%doc README NEWS ChangeLog
%{python_sitearch}/PyQt5/
%{python_sitearch}/PyQt5-%{version}.dist-info/
%{python_sitearch}/[Pp]y[Qq]t5-%{version}.dist-info/
%exclude %pyqt5_sipdir
%dir %{python_sitelib}/dbus
%dir %{python_sitelib}/dbus/mainloop