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

python3-pyside2-devel-5.15.12-2.4 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python3-pyside2-devel Distribution: openSUSE Tumbleweed
Version: 5.15.12 Vendor: openSUSE
Release: 2.4 Build date: Fri Jan 26 15:34:01 2024
Group: Unspecified Build host: reproducible
Size: 2109469 Source RPM: python3-pyside2-5.15.12-2.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.qt.io/Qt_for_Python
Summary: Header Files for PySide2
Files needed for development with the PySide2 bindings
for Qt.

Provides

Requires

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

Changelog

* Fri Jan 26 2024 Ben Greiner <code@bnavigator.de>
  - Enable SLE15 python module for a more modern python than 3.6
    * disambiguate multiple providers of cmake(Pyside2) with
      pyside2_python_abi() provides
  - Use llvm14 for 15.6 in order to workaround PYSIDE-2288:
    * Wrong type for QEvent::Type
    * avoids patch like deb#1051886 for libqt5-qtbase
* Fri Jan 12 2024 Antonio Larrosa <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 Antonio Larrosa <alarrosa@suse.com>
  - Update to 5.15.12
    * Missing includes for g++ 11.3 have been added.
* Mon Oct 30 2023 Christophe Marin <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 Marin <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 Roshchin <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 Jiri Srain <jsrain@suse.com>
  - update _constrainsts to 8GB of disk to avoid random build
    failures
* Wed Apr 19 2023 Christophe Marin <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 Marin <christophe@krop.fr>
  - Build with LLVM 15 on Tumbleweed
  - Add a _constraints file to avoid disk and memory issues
* Wed Jan 11 2023 Christophe Marin <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 Giboudeaux <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 Giboudeaux <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 Ben Greiner <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 Giboudeaux <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 Giboudeaux <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 Giboudeaux <christophe@krop.fr>
  - Backport change from pyside6:
    * 0001-Backport-LLVM-13-fix-from-shiboken6.patch
* Sun Jun 27 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Drop the QtWebKit build dependency.
* Fri Apr 23 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Exclude internal imports detected by qml-autoreqprov.
* Wed Apr 07 2021 Dirk Müller <dmueller@suse.com>
  - avoid repackaging the pkgconfig and cmake directories - they are
    provided by the filesystem package
* Tue Mar 30 2021 John Vandenberg <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.

Files

/usr/include/PySide2
/usr/include/PySide2/Qt3DAnimation
/usr/include/PySide2/Qt3DAnimation/pyside2_qt3danimation_python.h
/usr/include/PySide2/Qt3DCore
/usr/include/PySide2/Qt3DCore/pyside2_qt3dcore_python.h
/usr/include/PySide2/Qt3DExtras
/usr/include/PySide2/Qt3DExtras/pyside2_qt3dextras_python.h
/usr/include/PySide2/Qt3DInput
/usr/include/PySide2/Qt3DInput/pyside2_qt3dinput_python.h
/usr/include/PySide2/Qt3DLogic
/usr/include/PySide2/Qt3DLogic/pyside2_qt3dlogic_python.h
/usr/include/PySide2/Qt3DRender
/usr/include/PySide2/Qt3DRender/pyside2_qt3drender_python.h
/usr/include/PySide2/QtCharts
/usr/include/PySide2/QtCharts/pyside2_qtcharts_python.h
/usr/include/PySide2/QtConcurrent
/usr/include/PySide2/QtConcurrent/pyside2_qtconcurrent_python.h
/usr/include/PySide2/QtCore
/usr/include/PySide2/QtCore/pyside2_qtcore_python.h
/usr/include/PySide2/QtDataVisualization
/usr/include/PySide2/QtDataVisualization/pyside2_qtdatavisualization_python.h
/usr/include/PySide2/QtGui
/usr/include/PySide2/QtGui/pyside2_qtgui_python.h
/usr/include/PySide2/QtGui/qpytextobject.h
/usr/include/PySide2/QtHelp
/usr/include/PySide2/QtHelp/pyside2_qthelp_python.h
/usr/include/PySide2/QtLocation
/usr/include/PySide2/QtLocation/pyside2_qtlocation_python.h
/usr/include/PySide2/QtMultimedia
/usr/include/PySide2/QtMultimedia/pyside2_qtmultimedia_python.h
/usr/include/PySide2/QtMultimediaWidgets
/usr/include/PySide2/QtMultimediaWidgets/pyside2_qtmultimediawidgets_python.h
/usr/include/PySide2/QtNetwork
/usr/include/PySide2/QtNetwork/pyside2_qtnetwork_python.h
/usr/include/PySide2/QtOpenGL
/usr/include/PySide2/QtOpenGL/pyside2_qtopengl_python.h
/usr/include/PySide2/QtOpenGLFunctions
/usr/include/PySide2/QtOpenGLFunctions/pyside2_qtopenglfunctions_python.h
/usr/include/PySide2/QtOpenGLFunctions/qopenglversionfunctionsfactory.h
/usr/include/PySide2/QtPositioning
/usr/include/PySide2/QtPositioning/pyside2_qtpositioning_python.h
/usr/include/PySide2/QtPrintSupport
/usr/include/PySide2/QtPrintSupport/pyside2_qtprintsupport_python.h
/usr/include/PySide2/QtQml
/usr/include/PySide2/QtQml/pyside2_qtqml_python.h
/usr/include/PySide2/QtQuick
/usr/include/PySide2/QtQuick/pyside2_qtquick_python.h
/usr/include/PySide2/QtQuickControls2
/usr/include/PySide2/QtQuickControls2/pyside2_qtquickcontrols2_python.h
/usr/include/PySide2/QtQuickWidgets
/usr/include/PySide2/QtQuickWidgets/pyside2_qtquickwidgets_python.h
/usr/include/PySide2/QtRemoteObjects
/usr/include/PySide2/QtRemoteObjects/pyside2_qtremoteobjects_python.h
/usr/include/PySide2/QtScript
/usr/include/PySide2/QtScript/pyside2_qtscript_python.h
/usr/include/PySide2/QtScriptTools
/usr/include/PySide2/QtScriptTools/pyside2_qtscripttools_python.h
/usr/include/PySide2/QtScxml
/usr/include/PySide2/QtScxml/pyside2_qtscxml_python.h
/usr/include/PySide2/QtSensors
/usr/include/PySide2/QtSensors/pyside2_qtsensors_python.h
/usr/include/PySide2/QtSerialPort
/usr/include/PySide2/QtSerialPort/pyside2_qtserialport_python.h
/usr/include/PySide2/QtSql
/usr/include/PySide2/QtSql/pyside2_qtsql_python.h
/usr/include/PySide2/QtSvg
/usr/include/PySide2/QtSvg/pyside2_qtsvg_python.h
/usr/include/PySide2/QtTest
/usr/include/PySide2/QtTest/pyside2_qttest_python.h
/usr/include/PySide2/QtTextToSpeech
/usr/include/PySide2/QtTextToSpeech/pyside2_qttexttospeech_python.h
/usr/include/PySide2/QtUiTools
/usr/include/PySide2/QtUiTools/pyside2_qtuitools_python.h
/usr/include/PySide2/QtWebChannel
/usr/include/PySide2/QtWebChannel/pyside2_qtwebchannel_python.h
/usr/include/PySide2/QtWebEngine
/usr/include/PySide2/QtWebEngine/pyside2_qtwebengine_python.h
/usr/include/PySide2/QtWebEngineCore
/usr/include/PySide2/QtWebEngineCore/pyside2_qtwebenginecore_python.h
/usr/include/PySide2/QtWebEngineWidgets
/usr/include/PySide2/QtWebEngineWidgets/pyside2_qtwebenginewidgets_python.h
/usr/include/PySide2/QtWebSockets
/usr/include/PySide2/QtWebSockets/pyside2_qtwebsockets_python.h
/usr/include/PySide2/QtWidgets
/usr/include/PySide2/QtWidgets/pyside2_qtwidgets_python.h
/usr/include/PySide2/QtX11Extras
/usr/include/PySide2/QtX11Extras/pyside2_qtx11extras_python.h
/usr/include/PySide2/QtXml
/usr/include/PySide2/QtXml/pyside2_qtxml_python.h
/usr/include/PySide2/QtXmlPatterns
/usr/include/PySide2/QtXmlPatterns/pyside2_qtxmlpatterns_python.h
/usr/include/PySide2/dynamicqmetaobject.h
/usr/include/PySide2/feature_select.h
/usr/include/PySide2/pyside.h
/usr/include/PySide2/pyside2_global.h
/usr/include/PySide2/pysideclassinfo.h
/usr/include/PySide2/pysidemacros.h
/usr/include/PySide2/pysidemetafunction.h
/usr/include/PySide2/pysideproperty.h
/usr/include/PySide2/pysideqenum.h
/usr/include/PySide2/pysideqflags.h
/usr/include/PySide2/pysidesignal.h
/usr/include/PySide2/pysidestaticstrings.h
/usr/include/PySide2/pysideweakref.h
/usr/include/PySide2/signalmanager.h
/usr/include/shiboken2
/usr/include/shiboken2/autodecref.h
/usr/include/shiboken2/basewrapper.h
/usr/include/shiboken2/bindingmanager.h
/usr/include/shiboken2/bufferprocs_py37.h
/usr/include/shiboken2/gilstate.h
/usr/include/shiboken2/helper.h
/usr/include/shiboken2/pep384impl.h
/usr/include/shiboken2/python25compat.h
/usr/include/shiboken2/sbkarrayconverter.h
/usr/include/shiboken2/sbkconverter.h
/usr/include/shiboken2/sbkdbg.h
/usr/include/shiboken2/sbkenum.h
/usr/include/shiboken2/sbkmodule.h
/usr/include/shiboken2/sbkpython.h
/usr/include/shiboken2/sbkstaticstrings.h
/usr/include/shiboken2/sbkstring.h
/usr/include/shiboken2/sbkversion.h
/usr/include/shiboken2/shiboken.h
/usr/include/shiboken2/shibokenbuffer.h
/usr/include/shiboken2/shibokenmacros.h
/usr/include/shiboken2/signature.h
/usr/include/shiboken2/signature_p.h
/usr/include/shiboken2/threadstatesaver.h
/usr/include/shiboken2/typespec.h
/usr/include/shiboken2/voidptr.h
/usr/lib64/cmake/PySide2-5.15.12
/usr/lib64/cmake/PySide2-5.15.12/PySide2Config.cmake
/usr/lib64/cmake/PySide2-5.15.12/PySide2Config.cpython-311-x86_64-linux-gnu.cmake
/usr/lib64/cmake/PySide2-5.15.12/PySide2ConfigVersion.cmake
/usr/lib64/cmake/PySide2-5.15.12/PySide2Targets-relwithdebinfo.cmake
/usr/lib64/cmake/PySide2-5.15.12/PySide2Targets.cmake
/usr/lib64/cmake/Shiboken2-5.15.12
/usr/lib64/cmake/Shiboken2-5.15.12/Shiboken2Config.cmake
/usr/lib64/cmake/Shiboken2-5.15.12/Shiboken2Config.cpython-311-x86_64-linux-gnu.cmake
/usr/lib64/cmake/Shiboken2-5.15.12/Shiboken2ConfigVersion.cmake
/usr/lib64/cmake/Shiboken2-5.15.12/Shiboken2Targets-relwithdebinfo.cmake
/usr/lib64/cmake/Shiboken2-5.15.12/Shiboken2Targets.cmake
/usr/lib64/cmake/Shiboken2-5.15.12/shiboken_helpers.cmake
/usr/lib64/libpyside2.cpython-311-x86_64-linux-gnu.so
/usr/lib64/libshiboken2.cpython-311-x86_64-linux-gnu.so
/usr/lib64/pkgconfig/pyside2.pc
/usr/lib64/pkgconfig/shiboken2.pc
/usr/share/PySide2
/usr/share/PySide2/glue
/usr/share/PySide2/glue/qtcharts.cpp
/usr/share/PySide2/glue/qtcore.cpp
/usr/share/PySide2/glue/qtdatavisualization.cpp
/usr/share/PySide2/glue/qtgui.cpp
/usr/share/PySide2/glue/qtmultimedia.cpp
/usr/share/PySide2/glue/qtnetwork.cpp
/usr/share/PySide2/glue/qtopengl.cpp
/usr/share/PySide2/glue/qtopenglfunctions.cpp
/usr/share/PySide2/glue/qtprintsupport.cpp
/usr/share/PySide2/glue/qtqml.cpp
/usr/share/PySide2/glue/qtquick.cpp
/usr/share/PySide2/glue/qtscript.cpp
/usr/share/PySide2/glue/qtuitools.cpp
/usr/share/PySide2/glue/qtwebenginewidgets.cpp
/usr/share/PySide2/glue/qtwidgets.cpp
/usr/share/PySide2/glue/qtxml.cpp
/usr/share/PySide2/glue/qtxmlpatterns.cpp
/usr/share/PySide2/typesystems
/usr/share/PySide2/typesystems/core_common.xml
/usr/share/PySide2/typesystems/datavisualization_common.xml
/usr/share/PySide2/typesystems/glue
/usr/share/PySide2/typesystems/glue/plugins.h
/usr/share/PySide2/typesystems/glue/qeasingcurve_glue.cpp
/usr/share/PySide2/typesystems/glue/qeasingcurve_glue.h
/usr/share/PySide2/typesystems/glue/qscript_value_iterator_glue.cpp
/usr/share/PySide2/typesystems/gui_common.xml
/usr/share/PySide2/typesystems/opengl_common.xml
/usr/share/PySide2/typesystems/openglfunctions_common.xml
/usr/share/PySide2/typesystems/typesystem_3danimation.xml
/usr/share/PySide2/typesystems/typesystem_3dcore.xml
/usr/share/PySide2/typesystems/typesystem_3dextras.xml
/usr/share/PySide2/typesystems/typesystem_3dinput.xml
/usr/share/PySide2/typesystems/typesystem_3dlogic.xml
/usr/share/PySide2/typesystems/typesystem_3drender.xml
/usr/share/PySide2/typesystems/typesystem_charts.xml
/usr/share/PySide2/typesystems/typesystem_concurrent.xml
/usr/share/PySide2/typesystems/typesystem_core.xml
/usr/share/PySide2/typesystems/typesystem_core_common.xml
/usr/share/PySide2/typesystems/typesystem_core_x11.xml
/usr/share/PySide2/typesystems/typesystem_datavisualization.xml
/usr/share/PySide2/typesystems/typesystem_gui.xml
/usr/share/PySide2/typesystems/typesystem_gui_common.xml
/usr/share/PySide2/typesystems/typesystem_gui_x11.xml
/usr/share/PySide2/typesystems/typesystem_help.xml
/usr/share/PySide2/typesystems/typesystem_location.xml
/usr/share/PySide2/typesystems/typesystem_multimedia.xml
/usr/share/PySide2/typesystems/typesystem_multimedia_common.xml
/usr/share/PySide2/typesystems/typesystem_multimedia_forward_declarations.xml
/usr/share/PySide2/typesystems/typesystem_multimediawidgets.xml
/usr/share/PySide2/typesystems/typesystem_network.xml
/usr/share/PySide2/typesystems/typesystem_opengl.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_0.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_0_compat.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_1.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_1_compat.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_2_compat.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_3_compat.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_4.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications1_4_compat.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications2_0.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications2_0_compat.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications2_1.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications3_0.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications3_3.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications3_3a.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_0.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_1.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_3.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_4.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_4_core.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_5.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications4_5_core.xml
/usr/share/PySide2/typesystems/typesystem_openglfunctions_modifications_va.xml
/usr/share/PySide2/typesystems/typesystem_positioning.xml
/usr/share/PySide2/typesystems/typesystem_printsupport.xml
/usr/share/PySide2/typesystems/typesystem_printsupport_common.xml
/usr/share/PySide2/typesystems/typesystem_qml.xml
/usr/share/PySide2/typesystems/typesystem_quick.xml
/usr/share/PySide2/typesystems/typesystem_quickcontrols2.xml
/usr/share/PySide2/typesystems/typesystem_quickwidgets.xml
/usr/share/PySide2/typesystems/typesystem_remoteobjects.xml
/usr/share/PySide2/typesystems/typesystem_script.xml
/usr/share/PySide2/typesystems/typesystem_scripttools.xml
/usr/share/PySide2/typesystems/typesystem_scxml.xml
/usr/share/PySide2/typesystems/typesystem_sensors.xml
/usr/share/PySide2/typesystems/typesystem_serialport.xml
/usr/share/PySide2/typesystems/typesystem_sql.xml
/usr/share/PySide2/typesystems/typesystem_svg.xml
/usr/share/PySide2/typesystems/typesystem_test.xml
/usr/share/PySide2/typesystems/typesystem_texttospeech.xml
/usr/share/PySide2/typesystems/typesystem_uitools.xml
/usr/share/PySide2/typesystems/typesystem_webchannel.xml
/usr/share/PySide2/typesystems/typesystem_webengine.xml
/usr/share/PySide2/typesystems/typesystem_webenginecore.xml
/usr/share/PySide2/typesystems/typesystem_webenginewidgets.xml
/usr/share/PySide2/typesystems/typesystem_websockets.xml
/usr/share/PySide2/typesystems/typesystem_widgets.xml
/usr/share/PySide2/typesystems/typesystem_widgets_common.xml
/usr/share/PySide2/typesystems/typesystem_widgets_x11.xml
/usr/share/PySide2/typesystems/typesystem_x11extras.xml
/usr/share/PySide2/typesystems/typesystem_xml.xml
/usr/share/PySide2/typesystems/typesystem_xmlpatterns.xml
/usr/share/PySide2/typesystems/webkitwidgets_common.xml
/usr/share/PySide2/typesystems/widgets_common.xml
/usr/share/PySide2/typesystems/xml_common.xml
/usr/share/man/man1/pyside2-lupdate.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:52:28 2024