diff --git a/pyside-setup-everywhere-src-5.13.1.tar.xz b/pyside-setup-everywhere-src-5.13.1.tar.xz deleted file mode 100644 index 17cd59d..0000000 --- a/pyside-setup-everywhere-src-5.13.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c57c71ddece90b29d0934cf5fac1e1634719484637b56dcbe49eb277c1c01536 -size 2936204 diff --git a/pyside-setup-opensource-src-5.13.2.tar.xz b/pyside-setup-opensource-src-5.13.2.tar.xz new file mode 100644 index 0000000..46750ff --- /dev/null +++ b/pyside-setup-opensource-src-5.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543 +size 3123964 diff --git a/python3-pyside2.changes b/python3-pyside2.changes index f879344..0de3f2b 100644 --- a/python3-pyside2.changes +++ b/python3-pyside2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Dec 7 08:51:07 UTC 2019 - Christophe Giboudeaux + +- Update to 5.13.2 + * [PYSIDE-785] Release ownership in QAbstractVideoFilterWrapper::createFilterRunnable + * [PYSIDE-820] Fix booleans and empty list cases in QSettings + * [PYSIDE-849] Add inject-code for QVideoFrame::bits() + * [PYSIDE-1007] Remove extra ref on QDataStream::setDevice + * [PYSIDE-1019] libpyside: Fix compiler warning + * [PYSIDE-1049] Split build instructions to build and packaging + * [PYSIDE-1051] Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7 + * [PYSIDE-1089] Fix formatting of the deployment documentation + * [PYSIDE-1093] Fix bad shutdown effect on QApplication.instance() + * [PYSIDE-1095] shiboken: Fix handling of modified default expressions + ------------------------------------------------------------------- Sun Sep 8 13:59:35 UTC 2019 - Christophe Giboudeaux diff --git a/python3-pyside2.spec b/python3-pyside2.spec index 38c934d..c2b39a8 100644 --- a/python3-pyside2.spec +++ b/python3-pyside2.spec @@ -1,7 +1,7 @@ # # spec file for package python3-pyside2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,14 +22,14 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools Name: python3-pyside2 -Version: 5.13.1 +Version: 5.13.2 Release: 0 Summary: Python bindings for Qt # shiboken2 is licensed under GPL-3.0-with-Qt-Company-Qt-exception-1.1 License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-with-Qt-Company-Qt-exception-1.1 Group: Development/Languages/Python URL: http://wiki.qt.io/Qt_for_Python -Source0: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-%{version}-src/pyside-setup-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-%{version}-src/pyside-setup-opensource-src-%{version}.tar.xz Patch0: lib64.patch # PATCH-FIX-UPSTREAM - PYSIDE-881 Patch1: 0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch