1 Commits

Author SHA256 Message Date
9590ba7cd5 Import openSUSE:Leap:16.0 modifications 2025-08-12 12:17:38 +02:00
2 changed files with 8 additions and 13 deletions

View File

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

View File

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