Accepting request 1282339 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1282339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-QtPy?expand=0&rev=28
This commit is contained in:
2025-06-03 15:51:35 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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,11 +28,10 @@ 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
@@ -91,11 +90,7 @@ 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
@@ -211,7 +206,7 @@ popd
%license LICENSE.txt
%{python_sitelib}/qtpy
%exclude %{python_sitelib}/qtpy/tests
%{python_sitelib}/QtPy-%{version}.dist-info
%{python_sitelib}/[qQ]t[pP]y-%{version}.dist-info
%python_alternative %{_bindir}/qtpy
%files %{python_files test}