forked from pool/python3-pyside2
Accepting request 779430 from home:cgiboudeaux:branches:KDE:Qt5
- Update to 5.14.1 * [PYSIDE-841] Add example for Threads and Signals * [PYSIDE-1135] qApp: Ensure QtCore import when embedded QApplication subclass is used * [PYSIDE-1158] Let qApp be noApp instead of pretending to be None * [PYSIDE-1164] qApp: make sure to create the right instance when embedding * [PYSIDE-1165] designer: patch rpath for unix * [PYSIDE-1192] libpyside: Set default signal name only if previously assigned * [PYSIDE-1201] docs: Fix pre overlap and improve reading * [PYSIDE-1205] libpyside: avoid freeing char* * [PYSIDE-1207] Fix ownership of QTextDocument::createObject * [PYSIDE-1191] shiboken: Introduce "until" version attribute as opposite of "since" OBS-URL: https://build.opensuse.org/request/show/779430 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=38
This commit is contained in:
parent
500e84dc52
commit
b2490b772c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c2ad1901a99165ed7bac8f522ee351ae3ebadd580024248f5a1db52e4a94b30
|
||||
size 3203908
|
3
pyside-setup-opensource-src-5.14.1.tar.xz
Normal file
3
pyside-setup-opensource-src-5.14.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41ce931695567639c92acb68a9d66ed5609f067011af9a94b53fc0d697ad1d1c
|
||||
size 3217008
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 13:08:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.14.1
|
||||
* [PYSIDE-841] Add example for Threads and Signals
|
||||
* [PYSIDE-1135] qApp: Ensure QtCore import when embedded QApplication subclass is used
|
||||
* [PYSIDE-1158] Let qApp be noApp instead of pretending to be None
|
||||
* [PYSIDE-1164] qApp: make sure to create the right instance when embedding
|
||||
* [PYSIDE-1165] designer: patch rpath for unix
|
||||
* [PYSIDE-1192] libpyside: Set default signal name only if previously assigned
|
||||
* [PYSIDE-1201] docs: Fix pre overlap and improve reading
|
||||
* [PYSIDE-1205] libpyside: avoid freeing char*
|
||||
* [PYSIDE-1207] Fix ownership of QTextDocument::createObject
|
||||
* [PYSIDE-1191] shiboken: Introduce "until" version attribute as opposite of "since"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 09:12:02 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python3-pyside2
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Name: python3-pyside2
|
||||
Version: 5.14.0
|
||||
Version: 5.14.1
|
||||
Release: 0
|
||||
Summary: Python bindings for Qt
|
||||
# Legal:
|
||||
|
Loading…
x
Reference in New Issue
Block a user