Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9590ba7cd5 |
@@ -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>
|
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 pyqt5
|
||||||
%bcond_without pyqt6
|
%bcond_without pyqt6
|
||||||
%ifnarch %power64 s390x
|
%ifnarch %power64 s390x
|
||||||
%if 0%{?suse_version} < 1600
|
|
||||||
%bcond_without pyside2
|
%bcond_without pyside2
|
||||||
%endif
|
|
||||||
%bcond_without pyside6
|
%bcond_without pyside6
|
||||||
|
%else
|
||||||
|
%bcond_with pyside2
|
||||||
|
%bcond_with pyside6
|
||||||
%endif
|
%endif
|
||||||
# make sure using pytest-3.11 on Leap 15.6
|
# make sure using pytest-3.11 on Leap 15.6
|
||||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
||||||
@@ -90,7 +91,11 @@ BuildRequires: %{python_module PyQt6-WebEngine}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{with pyside2}
|
%if %{with pyside2}
|
||||||
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
||||||
BuildRequires: %{python_module pyside2}
|
BuildRequires: %{python_module pyside2}
|
||||||
|
%else
|
||||||
|
BuildRequires: python3-pyside2
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{with pyside6}
|
%if %{with pyside6}
|
||||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150500
|
||||||
@@ -206,7 +211,7 @@ popd
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/qtpy
|
%{python_sitelib}/qtpy
|
||||||
%exclude %{python_sitelib}/qtpy/tests
|
%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
|
%python_alternative %{_bindir}/qtpy
|
||||||
|
|
||||||
%files %{python_files test}
|
%files %{python_files test}
|
||||||
|
|||||||
Reference in New Issue
Block a user