Compare commits
28 Commits
Author | SHA256 | Date | |
---|---|---|---|
9590ba7cd5 | |||
306c293a97 | |||
0a8a64fae4 | |||
d058c895c3 | |||
9da28ed1a6 | |||
184dd3d4f6 | |||
dc7a08fb29 | |||
04df66e048 | |||
c251532b79 | |||
bff07b9f95 | |||
255104ddec | |||
fe148c62fe | |||
1e534ae351 | |||
|
eb19b5f902 | ||
|
84381ead24 | ||
bdf9f803ad | |||
d54f0b4116 | |||
f7ddd68839 | |||
c3dc64a2d2 | |||
aeff0f0b6f | |||
a1ee92a977 | |||
2352b07dba | |||
98e195446f | |||
86bc13759c | |||
60a00393d8 | |||
f9b907cf82 | |||
7fa490606f | |||
efb5c1b71b |
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 08:37:07 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Drop pyside2 support for Leap 16 and factory (boo#1243916)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 02:09:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:25:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -28,10 +28,11 @@ BuildArch: noarch
|
||||
%bcond_without pyqt5
|
||||
%bcond_without pyqt6
|
||||
%ifnarch %power64 s390x
|
||||
%if 0%{?suse_version} < 1600
|
||||
%bcond_without pyside2
|
||||
%endif
|
||||
%bcond_without pyside6
|
||||
%else
|
||||
%bcond_with pyside2
|
||||
%bcond_with pyside6
|
||||
%endif
|
||||
# make sure using pytest-3.11 on Leap 15.6
|
||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
||||
@@ -90,7 +91,11 @@ BuildRequires: %{python_module PyQt6-WebEngine}
|
||||
%endif
|
||||
%endif
|
||||
%if %{with pyside2}
|
||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
||||
BuildRequires: %{python_module pyside2}
|
||||
%else
|
||||
BuildRequires: python3-pyside2
|
||||
%endif
|
||||
%endif
|
||||
%if %{with pyside6}
|
||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
||||
@@ -206,7 +211,7 @@ popd
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/qtpy
|
||||
%exclude %{python_sitelib}/qtpy/tests
|
||||
%{python_sitelib}/[qQ]t[pP]y-%{version}.dist-info
|
||||
%{python_sitelib}/[Qq]t[Pp]y-%{version}.dist-info
|
||||
%python_alternative %{_bindir}/qtpy
|
||||
|
||||
%files %{python_files test}
|
||||
|
Reference in New Issue
Block a user