cleanup
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=84
This commit is contained in:
committed by
Git OBS Bridge
parent
69cc0b1566
commit
dd68d08ee4
@@ -15,7 +15,6 @@ Thu Oct 10 20:20:00 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0. Check the installed changes-6.8.0 file for the
|
||||
full list of changes
|
||||
- Disable tests completely on x86
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 08:37:04 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
@@ -46,7 +46,7 @@ Name: %{mypython}-%{pyside_flavor}
|
||||
Version: 6.8.0
|
||||
Release: 0
|
||||
Summary: Python bindings for Qt 6
|
||||
License: (GPL-2.0-only AND (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0) OR LGPL-3.0-only
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-2.0-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-%{version}-src/%{tar_name}-%{short_version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE
|
||||
@@ -55,7 +55,7 @@ Patch0: 0001-Always-link-to-python-libraries.patch
|
||||
Patch1: fix-pytest-qt.patch
|
||||
# PATCH-FIX-UPSTREAM https://bugreports.qt.io/browse/PYSIDE-2888
|
||||
Patch2: 0001-Lazy-Init-Support-Lazy-Subtypes-amended.patch
|
||||
# PATCH-FIX-UPSTREAM (not submitted yet)
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch3: 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
|
||||
# SECTION common_dependencies
|
||||
BuildRequires: clang-devel
|
||||
@@ -229,9 +229,6 @@ cp -r *.egg-info $sitearch
|
||||
%fdupes -s %{buildroot}%{_libdir}/cmake
|
||||
|
||||
%check
|
||||
# Tests are crashing on x86 with pyside 6.8
|
||||
%ifnarch %{ix86}
|
||||
|
||||
# the pyside tests need to know the path to the 'qmake' executable
|
||||
export PATH=%{_qt6_bindir}:$PATH
|
||||
|
||||
@@ -288,8 +285,6 @@ ctest \
|
||||
%{?excluded_tests:--exclude-regex "($ctest_exclude_regex)"}
|
||||
popd
|
||||
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
|
Reference in New Issue
Block a user