Hello community,

here is the log from the commit of package python3-pyside2 for openSUSE:Factory 
checked in at 2019-09-09 12:36:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside2 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyside2.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyside2"

Mon Sep  9 12:36:59 2019 rev:7 rq:729264 version:5.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside2/python3-pyside2.changes  
2019-07-11 13:18:36.858763216 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyside2.new.7948/python3-pyside2.changes    
    2019-09-09 12:37:06.269455439 +0200
@@ -1,0 +2,28 @@
+Sun Sep  8 13:59:35 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.13.1
+  * [Fixes https://github.com/spyder-ide/qtpy/issues/195] Fix RuntimeError: 
dictionary changed size during iteration
+  * [PYSIDE-634] Add support for parameterNames in Signals
+  * [PYSIDE-951] Cleanup signature module before substantial change
+  * [PYSIDE-951] correct QtPrintSupport dependency
+  * [PYSIDE-1010] Add optional support for types in QSettings::value
+  * [PYSIDE-1020] Fix pyside2-uic to generate correct code for QWebview and 
QQuickWidget
+  * [PYSIDE-1028] Leave QVariantMap as a name, not a type
+  * [PYSIDE-1033] CMake modularization: macros creation
+  * [PYSIDE-1035] Fix pyside2-uic to generate correct code for QTableWidget
+  * [PYSIDE-1051] Fix heaptype conflict with QtCore.QObject.__new__in Python 
2.7
+  * [PYSIDE-1052] Add QtCore.Slot.__signature__ and much more manually
+  * [PYSIDE-1059] Documentation: update QInputDialog snippets
+  * [PYSIDE-1066] Fix Xcode sdk value embedded into PySide2 binaries
+  * [PYSIDE-1067] Update docs style
+  * [PYSIDE-1073] Fix a typing bug in Python 2.7 and update
+  * [PYSIDE-1077] Fix wrong Python init return codes
+  * [PYSIDE-1079] signature: Support typing.Optional[T] and refine a bit
+  * [PYSIDE-1024] shiboken: Generate code for smart pointers only within 
declaring package
+  * [PYSIDE-1037] shiboken: Allow for "auto" as target of type for 
CONVERTTOCPP in injected code
+- Drop patches, now upstream:
+  * 0002-Fix-qApp-import-of-QCoreApplication.patch
+  * 0003-PySide2-QtCore-Remove-duplicated-type-entry-for-bool.patch
+- Refresh lib64.patch
+
+-------------------------------------------------------------------

Old:
----
  0002-Fix-qApp-import-of-QCoreApplication.patch
  0003-PySide2-QtCore-Remove-duplicated-type-entry-for-bool.patch
  pyside-setup-everywhere-src-5.13.0.tar.xz
  pyside-setup.obsinfo

New:
----
  pyside-setup-everywhere-src-5.13.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pyside2.spec ++++++
--- /var/tmp/diff_new_pack.M2Q2Hf/_old  2019-09-09 12:37:07.877455176 +0200
+++ /var/tmp/diff_new_pack.M2Q2Hf/_new  2019-09-09 12:37:07.881455175 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Name:           python3-pyside2
-Version:        5.13.0
+Version:        5.13.1
 Release:        0
 Summary:        Python bindings for Qt
 # shiboken2 is licensed under GPL-3.0-with-Qt-Company-Qt-exception-1.1
@@ -33,8 +33,6 @@
 Patch0:         lib64.patch
 # PATCH-FIX-UPSTREAM - PYSIDE-881
 Patch1:         0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch
-Patch2:         0002-Fix-qApp-import-of-QCoreApplication.patch
-Patch3:         0003-PySide2-QtCore-Remove-duplicated-type-entry-for-bool.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -121,8 +119,6 @@
 %patch0 -p1
 %endif
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 export LLVM_INSTALL_DIR=%{_prefix}

++++++ lib64.patch ++++++
--- /var/tmp/diff_new_pack.M2Q2Hf/_old  2019-09-09 12:37:07.901455172 +0200
+++ /var/tmp/diff_new_pack.M2Q2Hf/_new  2019-09-09 12:37:07.905455171 +0200
@@ -5,12 +5,6 @@
  path
 
 ---
- build_scripts/platforms/unix.py                               | 4 ++--
- sources/pyside2/CMakeLists.txt                                | 2 +-
- .../shiboken2/ApiExtractor/clangparser/compilersupport.cpp    | 2 +-
- sources/shiboken2/CMakeLists.txt                              | 4 ++--
- 4 files changed, 6 insertions(+), 6 deletions(-)
-
 diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py
 index 83de489..f6498c6 100644
 --- a/build_scripts/platforms/unix.py
@@ -33,12 +27,11 @@
              "{st_build_dir}/{st_package_name}",
              filter=[
                  adjusted_lib_name("libpyside*",
-
 diff --git a/sources/pyside2/CMakeLists.txt b/sources/pyside2/CMakeLists.txt
-index 1e6f017..fdfb631 100644
+index 1603859..f8b1bf5 100644
 --- a/sources/pyside2/CMakeLists.txt
 +++ b/sources/pyside2/CMakeLists.txt
-@@ -94,7 +94,7 @@ endif()
+@@ -96,7 +96,7 @@ endif()
  
  option(BUILD_TESTS "Build tests." TRUE)
  option(ENABLE_VERSION_SUFFIX "Used to use current version in suffix to 
generated files. This is used to allow multiples versions installed 
simultaneous." FALSE)
@@ -48,7 +41,7 @@
  if(CMAKE_HOST_APPLE)
      set(ALTERNATIVE_QT_INCLUDE_DIR "" CACHE PATH "Deprecated. CMake now finds 
the proper include dir itself.")
 diff --git a/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp 
b/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
-index d3d5c8d..acb1efd 100644
+index f301733..a421153 100644
 --- a/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
 +++ b/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
 @@ -243,7 +243,7 @@ static QString findClangLibDir()
@@ -61,24 +54,29 @@
                  return path;
          }
 diff --git a/sources/shiboken2/CMakeLists.txt 
b/sources/shiboken2/CMakeLists.txt
-index 1e52c42..4cac3ae 100644
+index c1349ca..bdbc93d 100644
 --- a/sources/shiboken2/CMakeLists.txt
 +++ b/sources/shiboken2/CMakeLists.txt
-@@ -122,7 +122,8 @@ if(MSVC)
-     set(CLANG_LIB_NAMES libclang)
- endif()
- 
--find_library(CLANG_LIBRARY NAMES ${CLANG_LIB_NAMES} HINTS ${CLANG_DIR}/lib)
-+set(LIB_SUFFIX "64" CACHE STRING "Define suffix of directory name (32/64)" )
-+find_library(CLANG_LIBRARY NAMES ${CLANG_LIB_NAMES} HINTS 
${CLANG_DIR}/lib${LIB_SUFFIX})
- if (NOT EXISTS ${CLANG_LIBRARY})
-     string(REPLACE ";" ", " CLANG_LIB_NAMES_STRING "${CLANG_LIB_NAMES}")
-     message(FATAL_ERROR "Unable to find the Clang library in ${CLANG_DIR}.\
-@@ -309,7 +310,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D 
QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_T
+@@ -115,7 +115,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D 
QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_T
  set(CMAKE_CXX_STANDARD 11)
  set(CMAKE_CXX_STANDARD_REQUIRED ON)
  
 -set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
- set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative 
to the install prefix where libraries will be installed (default is 
/lib${LIB_SUFFIX})" FORCE)
- set(BIN_INSTALL_DIR "bin" CACHE PATH "The subdirectory relative to the 
install prefix where dlls will be installed (default is /bin)" FORCE)
- 
++set(LIB_SUFFIX "64" CACHE STRING "Define suffix of directory name (32/64)" )
+ set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative 
to the install \
+     prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" 
FORCE)
+ set(BIN_INSTALL_DIR "bin" CACHE PATH "The subdirectory relative to the 
install prefix where \
+diff --git a/sources/shiboken2/data/shiboken_helpers.cmake 
b/sources/shiboken2/data/shiboken_helpers.cmake
+index 8111fa6..d9f8c1e 100644
+--- a/sources/shiboken2/data/shiboken_helpers.cmake
++++ b/sources/shiboken2/data/shiboken_helpers.cmake
+@@ -174,7 +174,8 @@ macro(setup_clang)
+         set(CLANG_LIB_NAMES libclang)
+     endif()
+ 
+-    find_library(CLANG_LIBRARY NAMES ${CLANG_LIB_NAMES} HINTS 
${CLANG_DIR}/lib)
++    set(LIB_SUFFIX "64" CACHE STRING "Define suffix of directory name 
(32/64)")
++    find_library(CLANG_LIBRARY NAMES ${CLANG_LIB_NAMES} HINTS 
${CLANG_DIR}/lib${LIB_SUFFIX})
+     if (NOT EXISTS ${CLANG_LIBRARY})
+         string(REPLACE ";" ", " CLANG_LIB_NAMES_STRING "${CLANG_LIB_NAMES}")
+         message(FATAL_ERROR "Unable to find the Clang library in 
${CLANG_DIR}.\

++++++ pyside-setup-everywhere-src-5.13.0.tar.xz -> 
pyside-setup-everywhere-src-5.13.1.tar.xz ++++++
++++ 56947 lines of diff (skipped)


Reply via email to