Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pyside2-debuginfo-5.15.12-slfo.1.1.10 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: python3-pyside2-debuginfo Distribution: SUSE Linux Framework One
Version: 5.15.12 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.10 Build date: Wed Jul 3 14:25:29 2024
Group: Development/Debug Build host: h01-ch3a
Size: 297582601 Source RPM: python3-pyside2-5.15.12-slfo.1.1.10.src.rpm
Packager: https://www.suse.com/
Url: https://wiki.qt.io/Qt_for_Python
Summary: Debug information for package python3-pyside2
This package provides debug information for package python3-pyside2.
Debug information is useful when developing applications that use this
package or when debugging this package.

Provides

Requires

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

Changelog

* Fri Jan 12 2024 alarrosa@suse.com
  - Disable the QtQml_signal_arguments test in s390x just as it was
    disabled in ppc64le to fix building in ALP (bsc#1217025)
* Thu Jan 11 2024 alarrosa@suse.com
  - Update to 5.15.12
    * Missing includes for g++ 11.3 have been added.
* Mon Oct 30 2023 christophe@krop.fr
  - Update to 5.15.11
    * Documentation regarding the clang environment variables has been fixed.
    * Support for Python 3.11 has been added.
    * The GLES build has been fixed.
    * Crashes when using QtDataVisualization's QValue3DAxisFormatter have been fixed.
  - Drop patches, merged upstream:
    * 0001-Backport-Fix-GLES-builds.patch
    * python-3.11-compatibility.patch
* Mon Sep 18 2023 christophe@krop.fr
  - Add patch to fix failure with Python 3.11.5:
    * 0001-Fix-tests-sample_privatector-sample_privatedtor-fail.patch
* Mon Jun 19 2023 dmitry_r@opensuse.org
  - Update to version 5.15.10:
    * Error "Internal C++ object already deleted." when
      using QWidget::nativeParentWidget() has been fixed.
    * A crash in QTextBlock.layout() has been fixed.
  - Fix python 3.11 compatibility, temporary blacklist signal_enum_test
    * python-3.11-compatibility.patch
* Wed Jun 14 2023 jsrain@suse.com
  - update _constrainsts to 8GB of disk to avoid random build
    failures
* Wed Apr 19 2023 christophe@krop.fr
  - Update to 5.15.9
    * QByteArray::__msetitem__() was fixed for big endian archs
    * UNICODE conversion with Python3/Non-Limited API was fixed
  - Drop patch, fixed upstream:
    * 0001-Fix-build-with-Python-3.10.patch
* Thu Apr 13 2023 christophe@krop.fr
  - Build with LLVM 15 on Tumbleweed
  - Add a _constraints file to avoid disk and memory issues
* Wed Jan 11 2023 christophe@krop.fr
  - Update to 5.15.8.
    * Check the changes-5.15.8 file for the full list of changes
  - Drop patch, merged upstream:
    * 0001-Backport-LLVM-13-fix-from-shiboken6.patch
  - Add patch to fix build with recent Python versions:
    * 0001-Fix-build-with-Python-3.10.patch
* Tue Aug 09 2022 christophe@krop.fr
  - Fix the dist-info folder name with python3-setuptools 63
    The dist-info folder created with recent setuptools already
    contains the version.
* Fri Jul 01 2022 christophe@krop.fr
  - Update to 5.15.5
    * Crashes in QClipboard.mimeData(), QTextCursor.currentList() and
      QTextCursor.currentTable() have been fixed.
    * Fixed issues where __feature__ was affected by other imports.
    * Fixed crashes on QImage(uchar *) constructors, related to GIL
      handling.
    * QOpenGLPaintDevice has been added.
  - Add patch to fix ARM build failures:
    * 0001-Backport-Fix-GLES-builds.patch
* Fri Jun 17 2022 code@bnavigator.de
  - Clean up some deprecated python-rpm-macro usage and declare
    BuildRequirement on it explicitly.
  - Provide python dist-info metadata and PyPI names in rpm metadata
  - Fix missing install of typing stub and PySide2.support
  - Fix ctest suite run by providing some extra paths
* Sat Jun 11 2022 christophe@krop.fr
  - Update to 5.15.4
    * [PYSIDE-955]  QOpenGLContext.versionFunctions() have been
    implemented. Class QOpenGLVersionFunctionsFactory (from Qt 6)
    has also been added.
    * [PYSIDE-1409] signature: The decision heuristics of result
    tuples have been refined.
    * [PYSIDE-1438] Crashes in Qt Datavisualization's
    QBar/SurfaceDataProxy add/set/insertRow() members have been
    fixed.
    * [PYSIDE-1502] Import errors will now be properly reported.
    * [PYSIDE-1513] Documentation on properties has been added.
    * [PYSIDE-1538] signature: Unrecognized items will no longer raise
    exceptions.
    * [PYSIDE-1540] The performance of QPainter::drawPoints(QPolygon)
    has been improved.
    * [PYSIDE-1529] Crashes when registering static fields have been
    fixed.
* Sat Mar 12 2022 christophe@krop.fr
  - Update to 5.15.3. Bugs fixed:
    * [PYSIDE-454]  namespace std is no longer rejected in the Qt
      typesystem files.
    * [PYSIDE-807]  setup.py's 'clean' command has been fixed.
    * [PYSIDE-1305] The error handling of constructor keyword
      arguments has been fixed.
    * [PYSIDE-1422] A crash related to  Signal and __eq__ has
      been fixed.
    * [PYSIDE-1432] An ownership issue in QLayout::replaceWidget()
      has been fixed.
    * [PYSIDE-1442] QFlags operations have been fixed.
    * [PYSIDE-1447] A crash related to qApp and Python 3.9 has been
      fixed.
    * [PYSIDE-1449] QTestlib's QAbstractItemModelTester has been
      added.
    * [PYSIDE-1460] An infinite loop changing up directories in the
      signature bootstrap code has been fixed.
    * [PYSIDE-1466] The newly introduced overload QSetting.value()
      taking a type has been documentated.
    * [PYSIDE-1478] A bug related to using QQmlContext.setContextProperty()
      with the snake case feature has been fixed.
    * [PYSIDE-1347] Inheritance for enum types has been fixed.
    * [PYSIDE-1448] Code injected at target/end being invoked
      for multiple overload ids has been fixed.
    * [PYSIDE-1470] shiboken.delete() can now be used to delete
      Q*Application.
    * [PYSIDE-1501] The clang parser has been fixed to be able
      to handle some Boost headers.
  - Switch to CMake for building pyside2.
  - Add patch:
    * 0001-Always-link-to-python-libraries.patch
  - Rebase patch:
    * 0001-Don-t-try-to-install-or-use-uic-rcc-designer-copies.patch
  - Drop now unneeded patches:
    * lib64.patch
    * 0002-Fix-the-openSUSE-executable-names.patch
  - Build pyside without QtWebEngine on powerpc and zSystems
* Tue Oct 12 2021 christophe@krop.fr
  - Backport change from pyside6:
    * 0001-Backport-LLVM-13-fix-from-shiboken6.patch
* Sun Jun 27 2021 christophe@krop.fr
  - Drop the QtWebKit build dependency.
* Fri Apr 23 2021 christophe@krop.fr
  - Exclude internal imports detected by qml-autoreqprov.
* Wed Apr 07 2021 dmueller@suse.com
  - avoid repackaging the pkgconfig and cmake directories - they are
    provided by the filesystem package
* Tue Mar 30 2021 jayvdb@gmail.com
  - Enable test suite, ignoring two extra test failures
  - Update to v5.15.2
    * Projects generating bindings for Qt-based code no longer need to include
      pyside2_global.h for the property and signal/slot annotations to work.
    * [PYSIDE-487] Some missing enumerations and classes were added.
    * [PYSIDE-644] QNetworkCookie was added to WebEngineCore.
    * [PYSIDE-665] A crash when reimplementing QLayout.takeAt() was fixed.
    * [PYSIDE-807] setup.py was rewritten to properly show options
      the in command help.
    * [PYSIDE-972] Launching PySide2 from paths with non-ASCII Latin1
      characters was fixed.
    * [PYSIDE-1019] feature_select: Qt Properties are now represented as
      Python properties.
    * [PYSIDE-1070] A crash when overriding QUiLoader::createWidget()
      in QUiLoader was fixed.
    * [PYSIDE-1082] A crash when creating QMimeData from
      Q(Plain)TextEdit::createMimeDataFromSelection() was fixed.
    * [PYSIDE-1202] More classes from QtConcurrent were added.
    * [PYSIDE-1224] The namespace QColorConstants was added.
    * [PYSIDE-1326] Operators for QFlags on hidden top level namespace
      are now generated.
    * [PYSIDE-1354] Slots being invoked from the wrong thread were fixed.
    * [PYSIDE-1381] The dependency of the QtQml module header on
      internal header pysideqmlregistertype.h was removed.
    * [PYSIDE-1385] Deprecated wheel.pep425tags imports were removed.
    * [PYSIDE-1390] setup.py: The build_rst_docs command was added to
      build rst documentation only
    * [PYSIDE-1397] Functions taking a smart pointer now accept smart
      pointers to base classes.
    * [PYSIDE-1410] QAxBase::dynamicCall() was fixed.
    * [PYSIDE-841] The documentation on modifications was restructured.
    * [PYSIDE-904]  An attribute for generating "using namespace" was added.
    * [PYSIDE-1019] A way of specifying properties for non-Qt classes
      in typesystem XML was added.
    * [PYSIDE-1075] Functions from invisible namespaces are now generated
      into their parent namespaces.
    * [PYSIDE-1224] Variables in namespaces are now generated.
    * [PYSIDE-1366] The order of overloads may now be specified to work
      around problems with the order generated by the overload decisor.
    * [PYSIDE-1388] Final classes with protected methods when disabling
      the protected hack are now correctly generated.
* Tue Sep 15 2020 christophe@krop.fr
  - Update to 5.15.1
    * [PYSIDE-74] Implement default __ne__ and __eq__ for all PySide types
    * [PYSIDE-198] Add compatibility with Nuitka
    * [PYSIDE-829] signature: Avoid non-existent attributes in compiled code (Nuitka)
    * [PYSIDE-841] doc: Add widget styling tutorial
    * [PYSIDE-841] add quick painteditem example
    * [PYSIDE-904] Add QObject.findChildren(QRegularExpression)
    * [PYSIDE-904] qp5_tool.py: Add an configuration key for the CMake generator
    * [PYSIDE-904] Port some examples from QRegExp to QRegularExpression
    * [PYSIDE-904] Fix libsample/photon test for Qt 6 / Windows
    * [PYSIDE-904] Enable adding  operators ==, != as functions without code injection
    * [PYSIDE-957] Implement the QEnum/QFlag decorator, V2
    * [PYSIDE-981] Return QVariantList when using list as Signal argument
    * [PYSIDE-1019] feature-select: Implement a selectable feature framework
    * [PYSIDE-1019] feature-select: allow snake_case instead of camelCase for methods
    * [PYSIDE-1019] feature-select: delay the feature switching
    * [PYSIDE-1223] Use pyside2-uic instead of uic for the loadUiType
    * [PYSIDE-1257] Potential fix for deploying with cx_freeze using zip_include_packages
    * [PYSIDE-1282] pthreads: Try to abandon the GIL in case a thread was terminated
    * [PYSIDE-1292] Doc: Enable doc builds using the offline template
    * [PYSIDE-1313] basewrapper.cpp: add PyErr_Fetch/Restore in SbkDeallocWrapperCommon()
    * [PYSIDE-1317] Add QSocketDescriptor class
    * [PYSIDE-1321] Fix leaking reference in PySide2 property getter
    * [PYSIDE-1321] Fix some leaks in enumeration creation
    * [PYSIDE-1323] Add missing Win runtime dll into win wheels
    * [PYSIDE-1323] Update vcredist binaries for MSVC 2019
    * [PYSIDE-1332] Fix crashes in QThread::wait(), QWaitCondition::wait()
    * [PYSIDE-1349] QQmlComponent: allow thread in constructors
    * [PYSIDE-1353] doc: fix Property indentation
    * [PYSIDE-1355] Add Qt3DExtras.QNormalDiffuseMapAlphaMaterial
    * [PYSIDE-1368] __feature__: ignore if `__name__` does not exist in a module
    * [PYSIDE-1372] QDomElement: remove unnecesary setAttribute overloads
    * [PYSIDE-1374] Add the QWidget *-based overloads of the QtWinExtras functions
    * shiboken now accepts multiple headers on the command line.
    * A number of error and warning messages have been prefixed by file name
      and line for better tooling.
    * [PYSIDE-841] Add custom widget shiboken example
    * [PYSIDE-904] shiboken2: Handle virtual methods returning a reference
    * [PYSIDE-1019] shiboken2: Re-add support for parsing Q_PROPERTY
    * [PYSIDE-1177] shiboken: Fix __doc__ setter for derived types
    * [PYSIDE-1325] shiboken: Fix default-initialized function arguments
    * [PYSIDE-1327] shiboken: Resolve typedef'ed base classes
  - Add patch to fix doc generation:
    * 0001-cmake-Don-t-assume-qhelpgenerator-is-in-PATH.patch
* Wed May 27 2020 christophe@krop.fr
  - Update to 5.15.0
    * [PYSIDE-487] Add API of Qt 5.15
    * [PYSIDE-487] Add support for QSerialPort
    * [PYSIDE-487] Add QtQuickControls2
    * [PYSIDE-841] example: add systray example
    * [PYSIDE-841] doc: add more videos from Qt events
    * [PYSIDE-841] doc: add tutorial for using qrc files
    * [PYSIDE-904] libpyside: Remove deprecated API
    * [PYSIDE-904] Add support for template type aliases
    * [PYSIDE-957] Add a tool to dump meta objects of QObject-derived classes
    * [PYSIDE-1280] Enable injecting raw code for setattro/getattro
    * [PYSIDE-1309] Rename and update some snippets
    * [PYSIDE-454] shiboken: Add a way of specifying system includes to be parsed
    * [PYSIDE-454] shiboken: Handle smart pointers with const pointees
    * [PYSIDE-904] libshiboken: Remove deprecated API
    * [PYSIDE-957] shiboken: Fix refcounts of sbkenum
    * [PYSIDE-990] shiboken: Handle inline namespaces
    * [PYSIDE-1024] shiboken: Make it possible to specify smartpointer instantiations
    * [PYSIDE-1074] shiboken: Fix classes in hidden namespaces
    * [PYSIDE-1188] shiboken: Fix shared pointer return value in virtual function
    * [PYSIDE-1265] shiboken: Introduce a separate logging category for documentation generation
    * [PYSIDE-1265] shiboken: Change debug messages to use qCInfo and remove some messages
    * [PYSIDE-1267] shiboken: Allow for parsing headers under system include paths
    * [PYSIDE-1296] shiboken: Support non-type template parameters in functions
  - Drop 0001-shiboken-Support-Clang-version-10.patch. Fixed upstream
  - Rebase 0001-Don-t-try-to-install-or-use-uic-rcc-designer-copies.patch
  - Rebase lib64.patch
* Thu Apr 23 2020 christophe@krop.fr
  - Add patch to support clang 10:
    * 0001-shiboken-Support-Clang-version-10.patch
* Wed Feb 26 2020 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 2019 christophe@krop.fr
  - Update to 5.14.0:
    * 
    * [PYSIDE-990] It is no longer possible to nest types in typesystem files by
      by qualifying the namespace components with "::". The elements need to be
      properly nested.
    * [PYSIDE-487] Add bindings for Qt 5.14
    * [PYSIDE-785] Release ownership in QAbstractVideoFilterWrapper::createFilterRunnable
    * [PYSIDE-795] Create a framework for deprecated functions
    * [PYSIDE-795] Make the function registry more usable in Python modules
    * [PYSIDE-795] Improve the NumPy Support by iterables
    * [PYSIDE-820] Fix booleans and empty list cases in QSettings
    * [PYSIDE-849] Add inject-code for QVideoFrame::bits()
    * [PYSIDE-939] Add support for Python 3.8
    * [PYSIDE-939] Fix refcount issues with QSettings glue code
    * [PYSIDE-939] Finalize the Python 3.8 refcount fix
    * [PYSIDE-951] Support Pointer Primitive Types by Arrays or Result Tuples
    * [PYSIDE-1007] Remove extra ref on QDataStream::setDevice
    * [PYSIDE-1033] CMake modularization: macros creation
    * [PYSIDE-1041] Enable multimedia classes after API fixup
    * [PYSIDE-1047] QtWinExtras: Add QtWin namespace
    * [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-1067] New documentation structure
    * [PYSIDE-1068] Add designer to the pyside tools
    * [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-1089] Fix formatting of the deployment documentation
    * [PYSIDE-1093] Fix bad shutdown effect on QApplication.instance()
    * [PYSIDE-1098] Replace pyside2-uic/pyside2-rcc by uic/rcc which now have an
      option to generate Python
    * [PYSIDE-1101] Remove QGraphicsItem::scroll from QtChart
    * [PYSIDE-1140] Add python_requires to the python setup
    * [QTBUG-66304] Blacklist failing QtPositioning test
    * [PYSIDE-454] Fix crash when smartptr template class cannot be found
    * [PYSIDE-1037] Allow for "auto" as target of type for CONVERTTOCPP in injected code
    * [PYSIDE-1095] Fix handling of modified default expressions
  - Drop 0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch. pyside2uic is gone
  - Add patches:
    * 0001-Don-t-try-to-install-or-use-uic-rcc-designer-copies.patch to prevent file conflicts
    * 0002-Fix-the-openSUSE-executable-names.patch to use the -qt5 suffix
* Thu Dec 19 2019 christophe@krop.fr
  - Update the license tags.
* Thu Dec 12 2019 christophe@krop.fr
  - Update the minimum Qt version to 5.14
* Sat Dec 07 2019 christophe@krop.fr
  - 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 08 2019 christophe@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
* Wed Jul 10 2019 tuukka.pasanen@ilmi.fi
  - Add patches to make FreeCAD not crash at start
    * 0002-Fix-qApp-import-of-QCoreApplication.patch
    * 0003-PySide2-QtCore-Remove-duplicated-type-entry-for-bool.patch
* Mon Jul 01 2019 stefan.bruens@rwth-aachen.de
  - Remove "CFLAGS=-I/usr/include/linux" export, otherwise pthreads.h
    includes linux/time.h instead of time.h. As a result CMake no longer
    finds a valid pthreads.h and aborts.
  - Drop "docs", which included building and installing instructions only,
    as done upstream. See https://doc.qt.io/qtforpython/ and
    https://wiki.qt.io/Qt_for_Python/Tutorial for developer documentation.
* Thu Jun 27 2019 christophe@krop.fr
  - Update to 5.13.0
    * Add bindings for 5.13
    * Support the qApp macro in "scriptable application"
    * Doc: Add QML Integration tutorial
    * Docs: Add Expenses tool tutorial
    * Regenerate all example forms using the python-extended rcc of 5.14
    * Fix type name for lookup of QFlags<> converters
    Check the changes-* files for older changes.
* Mon May 06 2019 christophe@krop.fr
  - Update to 5.12.3. No changelog available for this version.
  - Fix the license tag, the shiboken2 subdir uses a different license.
* Sat Apr 06 2019 christophe@krop.fr
  - Update to 5.12.2
    * Added binding for QWebEngineUrlScheme
    * Fixed a crash related to multiple inheritance
    * Fixed wrong METADATA for generated wheels
    * Prevent Python 3.5 from crashing the build
    Check the changes-* files for the complete list of changes.
  - Drop fix-cmake.patch
  - Drop 0001-Avoid-creation-of-empty-build-directories-in-install.patch
  - Refresh lib64.patch
  - Drop the unused _service file.
* Fri Dec 28 2018 fabian@ritter-vogt.de
  - Use %python_sitearch instead of %py_sitedir
* Mon Dec 24 2018 jengelh@inai.de
  - Avoid repeating the name in the summary.
* Wed Dec 19 2018 stefan.bruens@rwth-aachen.de
  - Update to version 5.12
  - Package examples
  - Include PEP484 type hints
  - Use parallel make
  - Rebase lib64.patch
  - Drop fix_build.patch, obsoleted by upstream changes
  - Add 0001-Avoid-creation-of-empty-build-directories-in-install.patch
  - Add 0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch
* Wed Oct 24 2018 adrian@suse.de
  - enable support for Qt5Scxml
  - cleanup python2 deps
  - enable doc generation
* Tue Oct 23 2018 christophe@krop.fr
  - Add fix_build.patch to fix an error reported by the post build checks.
* Mon Oct 22 2018 adrian@suse.de
  - update to version 5.11.2 tag
* Tue Jun 05 2018 christophe@krop.fr
  - Update license to LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
* Fri Apr 27 2018 adrian@suse.de
  - build against Qt 5.11
* Tue Mar 13 2018 adrian@suse.de
  - disable python2 build
    No one needs it atm and it is conflicting at installation time
    with python3 variant
* Mon Mar 05 2018 adrian@suse.de
  - update to current snapshot from dev branch for Qt 5.10
  - make test optional
  - fix-cmake.patch lib64.patch for fixing build and installation
* Sat Mar 03 2018 adrian@suse.de
  - build fix
* Thu Sep 14 2017 kkaempf@suse.com
  - add Qt5-svg support
* Wed Jun 28 2017 jengelh@inai.de
  - Trim filler wording from description.
* Mon Jun 12 2017 adrian@suse.de
  - initial package of PySide2 for Qt5.9
  - includes also shiboken

Files

/usr/lib/debug
/usr/lib/debug/.build-id
/usr/lib/debug/.build-id/07
/usr/lib/debug/.build-id/07/2d796009efc9c3e31c5abb5f0d6ba5179a8e7c
/usr/lib/debug/.build-id/07/2d796009efc9c3e31c5abb5f0d6ba5179a8e7c.debug
/usr/lib/debug/.build-id/0f
/usr/lib/debug/.build-id/0f/43536537fd02c4b43a1544d56620c7ef9bb12b
/usr/lib/debug/.build-id/0f/43536537fd02c4b43a1544d56620c7ef9bb12b.debug
/usr/lib/debug/.build-id/11
/usr/lib/debug/.build-id/11/28f3f6c66a1f0c321f82f9bfa3b37668c57a47
/usr/lib/debug/.build-id/11/28f3f6c66a1f0c321f82f9bfa3b37668c57a47.debug
/usr/lib/debug/.build-id/12
/usr/lib/debug/.build-id/12/aba5cf9a1dd669cbd7e10deddfb033b2d0f81b
/usr/lib/debug/.build-id/12/aba5cf9a1dd669cbd7e10deddfb033b2d0f81b.debug
/usr/lib/debug/.build-id/1f
/usr/lib/debug/.build-id/1f/eb2146a4ea72ff496458557e1a3bb8d4ce2297
/usr/lib/debug/.build-id/1f/eb2146a4ea72ff496458557e1a3bb8d4ce2297.debug
/usr/lib/debug/.build-id/20
/usr/lib/debug/.build-id/20/e384d3d6445cb3158c2c33e708b27181670307
/usr/lib/debug/.build-id/20/e384d3d6445cb3158c2c33e708b27181670307.debug
/usr/lib/debug/.build-id/32
/usr/lib/debug/.build-id/32/5e519a542063e6a277b84a1bf96b0ab3c79d87
/usr/lib/debug/.build-id/32/5e519a542063e6a277b84a1bf96b0ab3c79d87.debug
/usr/lib/debug/.build-id/36
/usr/lib/debug/.build-id/36/6ddfcd58ecae5b5f329d154d114cd54b517bcb
/usr/lib/debug/.build-id/36/6ddfcd58ecae5b5f329d154d114cd54b517bcb.debug
/usr/lib/debug/.build-id/3e
/usr/lib/debug/.build-id/3e/4dc41b68b47555b5487b92d6c5fcbe0460553b
/usr/lib/debug/.build-id/3e/4dc41b68b47555b5487b92d6c5fcbe0460553b.debug
/usr/lib/debug/.build-id/40
/usr/lib/debug/.build-id/40/c813f355bdae99edf9d70f363338f35a3d3956
/usr/lib/debug/.build-id/40/c813f355bdae99edf9d70f363338f35a3d3956.debug
/usr/lib/debug/.build-id/49
/usr/lib/debug/.build-id/49/8f2eb486c9c3da82da402eaa31aa595fdc87e9
/usr/lib/debug/.build-id/49/8f2eb486c9c3da82da402eaa31aa595fdc87e9.debug
/usr/lib/debug/.build-id/51
/usr/lib/debug/.build-id/51/9a1fdcaf784b94d14733a3af7bc1648e12a8bc
/usr/lib/debug/.build-id/51/9a1fdcaf784b94d14733a3af7bc1648e12a8bc.debug
/usr/lib/debug/.build-id/51/d8d8c186b86849f5617bca7d1499ef5f63aee8
/usr/lib/debug/.build-id/51/d8d8c186b86849f5617bca7d1499ef5f63aee8.debug
/usr/lib/debug/.build-id/52
/usr/lib/debug/.build-id/52/066d8a813f53412fd33523e89385b366421dde
/usr/lib/debug/.build-id/52/066d8a813f53412fd33523e89385b366421dde.debug
/usr/lib/debug/.build-id/53
/usr/lib/debug/.build-id/53/64bd776796ff58af5fd34730b887dfa0453234
/usr/lib/debug/.build-id/53/64bd776796ff58af5fd34730b887dfa0453234.debug
/usr/lib/debug/.build-id/56
/usr/lib/debug/.build-id/56/0f7c54ee5288c9d2b558aebceab590320241e2
/usr/lib/debug/.build-id/56/0f7c54ee5288c9d2b558aebceab590320241e2.debug
/usr/lib/debug/.build-id/57
/usr/lib/debug/.build-id/57/0fe2deb7cb5d704bc31e1a752f1ebc1f00edca
/usr/lib/debug/.build-id/57/0fe2deb7cb5d704bc31e1a752f1ebc1f00edca.debug
/usr/lib/debug/.build-id/58
/usr/lib/debug/.build-id/58/fe8d2d67cfefdb2503f22e195d1658ec9a5619
/usr/lib/debug/.build-id/58/fe8d2d67cfefdb2503f22e195d1658ec9a5619.debug
/usr/lib/debug/.build-id/5e
/usr/lib/debug/.build-id/5e/871804ba30b07209fc8622f82d556684944c29
/usr/lib/debug/.build-id/5e/871804ba30b07209fc8622f82d556684944c29.debug
/usr/lib/debug/.build-id/63
/usr/lib/debug/.build-id/63/711e8f3ad24c75292b1e16010698b7ab40e458
/usr/lib/debug/.build-id/63/711e8f3ad24c75292b1e16010698b7ab40e458.debug
/usr/lib/debug/.build-id/67
/usr/lib/debug/.build-id/67/8be376d3bf08286add2066a1cf08a6b8594099
/usr/lib/debug/.build-id/67/8be376d3bf08286add2066a1cf08a6b8594099.debug
/usr/lib/debug/.build-id/74
/usr/lib/debug/.build-id/74/4055c34aa5afddfd6325e98c5e89ac71b83998
/usr/lib/debug/.build-id/74/4055c34aa5afddfd6325e98c5e89ac71b83998.debug
/usr/lib/debug/.build-id/79
/usr/lib/debug/.build-id/79/6fa84fd781cc63d622877f3be51159af94f532
/usr/lib/debug/.build-id/79/6fa84fd781cc63d622877f3be51159af94f532.debug
/usr/lib/debug/.build-id/7a
/usr/lib/debug/.build-id/7a/b323ed44a6a560ed53df1ac51979d1799fdb52
/usr/lib/debug/.build-id/7a/b323ed44a6a560ed53df1ac51979d1799fdb52.debug
/usr/lib/debug/.build-id/7e
/usr/lib/debug/.build-id/7e/69dc6ee9e6c47048c4c2466322e6333b497404
/usr/lib/debug/.build-id/7e/69dc6ee9e6c47048c4c2466322e6333b497404.debug
/usr/lib/debug/.build-id/87
/usr/lib/debug/.build-id/87/d8e9e32937453f78c6f4971a873702328bbd1e
/usr/lib/debug/.build-id/87/d8e9e32937453f78c6f4971a873702328bbd1e.debug
/usr/lib/debug/.build-id/8b
/usr/lib/debug/.build-id/8b/5503003f829e7e1ad6e94bd042a832bf631776
/usr/lib/debug/.build-id/8b/5503003f829e7e1ad6e94bd042a832bf631776.debug
/usr/lib/debug/.build-id/8b/5f3ad0be61b55a8c2bee1fa64bea05aa7cb0ad
/usr/lib/debug/.build-id/8b/5f3ad0be61b55a8c2bee1fa64bea05aa7cb0ad.debug
/usr/lib/debug/.build-id/8c
/usr/lib/debug/.build-id/8c/e006d423cb25f27f7c44c29fc7705fd3551952
/usr/lib/debug/.build-id/8c/e006d423cb25f27f7c44c29fc7705fd3551952.debug
/usr/lib/debug/.build-id/98
/usr/lib/debug/.build-id/98/28e96853f6dcd64e729f93cd6b2d0b33af5079
/usr/lib/debug/.build-id/98/28e96853f6dcd64e729f93cd6b2d0b33af5079.debug
/usr/lib/debug/.build-id/a9
/usr/lib/debug/.build-id/a9/f8a7472081e4fb83b9f19c5e7e6387e006eb2b
/usr/lib/debug/.build-id/a9/f8a7472081e4fb83b9f19c5e7e6387e006eb2b.debug
/usr/lib/debug/.build-id/aa
/usr/lib/debug/.build-id/aa/a0ef0da4c031db91caf4ec98286751116e06ec
/usr/lib/debug/.build-id/aa/a0ef0da4c031db91caf4ec98286751116e06ec.debug
/usr/lib/debug/.build-id/ab
/usr/lib/debug/.build-id/ab/cb6079f7c0aa6e3cdf6094194b2b7f5f3dc5c4
/usr/lib/debug/.build-id/ab/cb6079f7c0aa6e3cdf6094194b2b7f5f3dc5c4.debug
/usr/lib/debug/.build-id/b2
/usr/lib/debug/.build-id/b2/ef07926e43b09dccd3cd318d9280e2435ab329
/usr/lib/debug/.build-id/b2/ef07926e43b09dccd3cd318d9280e2435ab329.debug
/usr/lib/debug/.build-id/b3
/usr/lib/debug/.build-id/b3/749154d23d92737011752624b17e4ecca89b4e
/usr/lib/debug/.build-id/b3/749154d23d92737011752624b17e4ecca89b4e.debug
/usr/lib/debug/.build-id/ca
/usr/lib/debug/.build-id/ca/7a31e66799e5a15f602698a15c3ab07d011c0a
/usr/lib/debug/.build-id/ca/7a31e66799e5a15f602698a15c3ab07d011c0a.debug
/usr/lib/debug/.build-id/d1
/usr/lib/debug/.build-id/d1/977160358a39a40c3c15237d517205e2193690
/usr/lib/debug/.build-id/d1/977160358a39a40c3c15237d517205e2193690.debug
/usr/lib/debug/.build-id/d3
/usr/lib/debug/.build-id/d3/5e493b2efbb94084af7ee4fbb6a488a3eae04c
/usr/lib/debug/.build-id/d3/5e493b2efbb94084af7ee4fbb6a488a3eae04c.debug
/usr/lib/debug/.build-id/d6
/usr/lib/debug/.build-id/d6/56ef29f29024cbabbf54ec6da7dec3e07bb79e
/usr/lib/debug/.build-id/d6/56ef29f29024cbabbf54ec6da7dec3e07bb79e.debug
/usr/lib/debug/.build-id/da
/usr/lib/debug/.build-id/da/cd582497d711c05e09730a52a4417293c24835
/usr/lib/debug/.build-id/da/cd582497d711c05e09730a52a4417293c24835.debug
/usr/lib/debug/.build-id/de
/usr/lib/debug/.build-id/de/b6f343a9bec7126ec272fe7dff0dca6d023833
/usr/lib/debug/.build-id/de/b6f343a9bec7126ec272fe7dff0dca6d023833.debug
/usr/lib/debug/.build-id/df
/usr/lib/debug/.build-id/df/7799d01418a295f214f023f72cb8ae6cfed364
/usr/lib/debug/.build-id/df/7799d01418a295f214f023f72cb8ae6cfed364.debug
/usr/lib/debug/.build-id/ef
/usr/lib/debug/.build-id/ef/a5a27096217e8fbc1665b7261f91ab6947ce54
/usr/lib/debug/.build-id/ef/a5a27096217e8fbc1665b7261f91ab6947ce54.debug
/usr/lib/debug/.build-id/f3
/usr/lib/debug/.build-id/f3/2f40dc7bab9498bff47ff16b8bb7b2bba1ae9a
/usr/lib/debug/.build-id/f3/2f40dc7bab9498bff47ff16b8bb7b2bba1ae9a.debug
/usr/lib/debug/.build-id/f5
/usr/lib/debug/.build-id/f5/5509b301cbab344fe022a9610fa520aeb456d6
/usr/lib/debug/.build-id/f5/5509b301cbab344fe022a9610fa520aeb456d6.debug
/usr/lib/debug/.build-id/f9
/usr/lib/debug/.build-id/f9/247dc900d75bea355b92c2aac740eb5ebbea3a
/usr/lib/debug/.build-id/f9/247dc900d75bea355b92c2aac740eb5ebbea3a.debug
/usr/lib/debug/.build-id/fc
/usr/lib/debug/.build-id/fc/3a45edfb67412dadd6c4412ab9601325032c68
/usr/lib/debug/.build-id/fc/3a45edfb67412dadd6c4412ab9601325032c68.debug
/usr/lib/debug/.build-id/fd
/usr/lib/debug/.build-id/fd/2911ea349c026e543e83fcdc8805d4867041b5
/usr/lib/debug/.build-id/fd/2911ea349c026e543e83fcdc8805d4867041b5.debug
/usr/lib/debug/.build-id/fe
/usr/lib/debug/.build-id/fe/a4d08196d20d616d67ea7a090b3ffb5dc80173
/usr/lib/debug/.build-id/fe/a4d08196d20d616d67ea7a090b3ffb5dc80173.debug
/usr/lib/debug/.dwz
/usr/lib/debug/.dwz/python3-pyside2-5.15.12-slfo.1.1.10.x86_64
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/pyside2-lupdate.debug
/usr/lib/debug/usr/bin/shiboken2.debug
/usr/lib/debug/usr/lib64
/usr/lib/debug/usr/lib64/libpyside2.cpython-311-x86_64-linux-gnu.so.5.15.12.debug
/usr/lib/debug/usr/lib64/libshiboken2.cpython-311-x86_64-linux-gnu.so.5.15.12.debug
/usr/lib/debug/usr/lib64/python3.11
/usr/lib/debug/usr/lib64/python3.11/site-packages
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/Qt3DAnimation.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/Qt3DCore.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/Qt3DExtras.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/Qt3DInput.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/Qt3DLogic.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/Qt3DRender.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtCharts.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtConcurrent.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtCore.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtDataVisualization.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtGui.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtHelp.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtLocation.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtMultimedia.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtMultimediaWidgets.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtNetwork.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtOpenGL.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtOpenGLFunctions.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtPositioning.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtPrintSupport.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtQml.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtQuick.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtQuickControls2.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtQuickWidgets.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtRemoteObjects.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtScript.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtScriptTools.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtScxml.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtSensors.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtSerialPort.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtSql.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtSvg.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtTest.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtTextToSpeech.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtUiTools.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtWebChannel.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtWebEngine.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtWebEngineCore.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtWebEngineWidgets.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtWebSockets.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtWidgets.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtX11Extras.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtXml.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/PySide2/QtXmlPatterns.cpython-311-x86_64-linux-gnu.so.debug
/usr/lib/debug/usr/lib64/python3.11/site-packages/shiboken2
/usr/lib/debug/usr/lib64/python3.11/site-packages/shiboken2/shiboken2.cpython-311-x86_64-linux-gnu.so.debug


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:05:10 2024