forked from pool/python3-pyside2
Accepting request 1093025 from home:jsrain:branches:KDE:Qt5
- update _constrainsts to 8GB of disk to avoid random build failures OBS-URL: https://build.opensuse.org/request/show/1093025 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=72
This commit is contained in:
parent
da30ad737c
commit
ff509ed1bd
@ -1,7 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">4</size>
|
||||
<size unit="G">8</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<size unit="G">7</size>
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 06:18:31 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||
|
||||
- update _constrainsts to 8GB of disk to avoid random build
|
||||
failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 11:02:38 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -29,7 +29,7 @@ Summary: Python bindings for Qt
|
||||
# Most files are LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
# pyside2-tools is GPL-2.0-only
|
||||
# shiboken2 contains files under GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
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
|
||||
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
|
||||
URL: https://wiki.qt.io/Qt_for_Python
|
||||
Source0: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.9-src/pyside-setup-opensource-src-5.15.9-1.tar.xz
|
||||
# PATCH-FIX-OPENSUSE
|
||||
@ -122,7 +122,7 @@ application and UI framework.
|
||||
|
||||
%package devel
|
||||
Summary: Header Files for PySide2
|
||||
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
|
||||
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
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user