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

python3-qt5-remoteobjects-devel-5.15.6-150400.1.6 RPM for x86_64

From OpenSuSE Leap 15.4 for x86_64

Name: python3-qt5-remoteobjects-devel Distribution: SUSE Linux Enterprise 15
Version: 5.15.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.6 Build date: Sun May 8 05:48:30 2022
Group: Development/Libraries/Python Build host: sheep56
Size: 52801 Source RPM: python-qt5-5.15.6-150400.1.6.src.rpm
Packager: https://www.suse.com/
Url: https://www.riverbankcomputing.com/software/pyqt
Summary: PyQt - devel part of python bindings for QtRemoteObjects
PyQt is a set of Python bindings for the Qt framework.

This package contains all the developer tools you need to create your
own PyQt applications with QtRemoteObjects

Provides

Requires

License

SUSE-GPL-2.0-with-FLOSS-exception OR GPL-3.0-only OR NonFree

Changelog

* Thu Dec 23 2021 dimstar@opensuse.org
  - Fix dependencies of python-qt5-remoteobjects: do not require all
    python flavors (i.e. avoid requires python_module).
* Thu Nov 04 2021 code@bnavigator.de
  - Remove py_ssize_t_clean argument from QtCoremod.sip in order to
    make downstream packages buildable with sip < 6.4 -- boo#1192300
* Wed Nov 03 2021 code@bnavigator.de
  - Don't require python-sip-devel for python-qt5-devel. The project
    building against PyQt should explicitly know about the proper
    requirement. -- boo#1192300
* Fri Oct 29 2021 code@bnavigator.de
  - Update to 5.15.6
    * Bug fixes
    * affecting source builds for Python 3.10
    * minor improvements to the QObject type hints
* Tue Oct 19 2021 code@bnavigator.de
  - Update to v5.15.5
    * Added the missing QPdfWriter.setPageSize() overload.
    * pylupdate5 now assumes that the default codec is UTF-8 and
      specified v2.1
      as the .ts file format.
    * Bug fixes.
  - Silence some rpmlint errors
* Tue Jul 06 2021 code@bnavigator.de
  - remove the noop %requires_ge libqt5-x11
* Wed Apr 14 2021 christophe@krop.fr
  - Remove the QtWebKit dependency everywhere.
    The QtWebKit module was abandoned upstream years ago and the
    community fork didn't get far. The only package that had a
    dependency on qtwebkit bindings (spyder) was fixed.
* Thu Mar 11 2021 code@bnavigator.de
  - Update to version 5.15.4
    * Packaging bug fixes.
  - Fixes problems with packages checking the package metadata like
    boo#1183144
* Thu Feb 25 2021 code@bnavigator.de
  - Update to version 5.15.3
    * Added the missing QImage.setAlphaChannel().
    * Support for the QtNetworkAuth library has been moved to a
      separate PyQtNetworkAuth package.
    * Bug fixes.
  - Disable the build for SIPv4 and Python2. It does not build
    anymore. According to upstream, the change was not intentional,
    albeit SIP v4 is not officially supported anymore. We use this
    opportunity to ditch the old cruft. Moves the SLE/Leap builds
    to SIP v5.
  - Remove unused QtWebEngine libraries from build system. Those are
    handled in the python-qtwebengine-qt5 package.
* Tue Feb 23 2021 code@bnavigator.de
  - Remove the unnecessary strict binary compatibility requirement
    for PyQt5.sip: python-sip[56]-devel will not runtime require any
    PyQt[56].sip module anymore and the %requires_eq would do nothing
    because the package is not installed.
* Mon Feb 22 2021 code@bnavigator.de
  - Some rpmlint runs were complaining that the PyQt5 dir was not
    also owned by the nonring extra packages
* Tue Dec 29 2020 code@bnavigator.de
  - Mark the package as typed for mypy deb#978586
* Tue Nov 24 2020 code@bnavigator.de
  - Update to version 5.15.2
    * Bound signals are now hashable.
  - Drop patches merged upstream
    * pyqt5-customaudio-qt511.patch
    * pyqt5-signals-hashable.patch
* Tue Nov 17 2020 code@bnavigator.de
  - Fix boo#1178814: migration of old /usr/share/sip/PyQt5 to
    update-alternatives needs special treatment
  - add QtRemoteObjects bindings to nonring build
* Wed Oct 07 2020 code@bnavigator.de
  - disable _quick3d flavors in staging through ringdisabled
* Sat Oct 03 2020 code@bnavigator.de
  - enable python2 Quick3D package for Leaps in new multibuild flavor
* Sat Oct 03 2020 code@bnavigator.de
  - Fix pyi stub installation for Quick3D subpackage on sip4 builds
* Fri Oct 02 2020 code@bnavigator.de
  - Outsource to Quick3D subpackage for sip5 too
* Fri Oct 02 2020 code@bnavigator.de
  - Build Quick3D extension in separate package
    * This keeps the dependency tree in staging smaller. (Requested
      by Factory maintainers.)
    * Is simply unresolvable for repositores which don't have
      Quick3d but can still build the other extensions.
  - Clean alternatives setup: Make use of %python_clone macro.
* Sat Sep 26 2020 code@bnavigator.de
  - Build Quick3D support in every repository that has it: presumably
    all Qt 5.15 repositories
* Sat Sep 26 2020 hpj@urpla.net
  - Qt5Quick3D is not available on Leaps
* Sat Sep 26 2020 code@bnavigator.de
  - Add missing Quick3D and TextToSpeech build requirements
* Sat Sep 26 2020 code@bnavigator.de
  - New upstream patch pyqt5-customaudio-qt511.patch
    * versionize QCustomAudioRoleControl for older Leaps
    * https://www.riverbankcomputing.com/pipermail/pyqt/2020-September/043241.html
  - Updated patch pyqt5-signals-hashable.patch
    * Fix typedef for old python versions
    * Patch is submitted to the PyQt5 mailing list
* Sat Sep 19 2020 code@bnavigator.de
  - Fix qtbot failures pyqt5-signals-hashable.patch, see
    * https://www.riverbankcomputing.com/pipermail/pyqt/2020-September/043160.html
    * gh#pytest-dev/pytest-qt#316
* Mon Sep 14 2020 code@bnavigator.de
  - Use sip5 where possible
  - Remove multibuild, use python singlespec.
* Mon Sep 14 2020 code@bnavigator.de
  - Update to Version 5.15.1
    * Added the QtTextToSpeech module.
    * None is now interpreted as a null QJsonValue.
    * Bound signals can now be compared for equality.
    * Q_CLASSINFO, Q_ENUM, Q_ENUMS, Q_FLAG and Q_FLAGS are not
      implemented when using PyPy.
  - Drop update-timeline.patch once more. Nobody is using
    nonexistent tags.
  - 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
    * another fix for the project.py for sip5 builds
* Sun Aug 30 2020 code@bnavigator.de
  - Fix 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
    * Variable project is undefined. root_dir is attribute of self.
    * This is a preparation for sip5 usage
* Sat Aug 29 2020 christophe@krop.fr
  - Update update-timeline.patch
* Thu Aug 27 2020 code@bnavigator.de
  - Update to 5.15.0
    * Added support for Qt v5.15.0.
    * Added the QtQuick3D module.
    * Added a callStaticMethod() overload to QAndroidJniObject that
      takes a QJsonDocument as the method argument and returns another
      QJsonDocument.
    * Added the missing QMultimedia control classes.
    * pyuic5 now supports QUndoView.
  - v5.14.2 3rd April 2020
    * Added the missing QTextCodec.convertFromUnicode().
    * Added the OpenGL ES bindings.
    * Added QFlags.__index__().
  - v5.14.1 6th January 2020
    * This is a bug fix release.
  - v5.14.0 18th December 2019
    * Added support for Qt v5.14.0.
  - Source URL moved to PyPI
  - refresh 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
* Fri Mar 13 2020 christophe@krop.fr
  - Stop building python2-qt5 for openSUSE Tumbleweed.
* Sun Feb 16 2020 stefan.bruens@rwth-aachen.de
  - Fix dbus mainloop integration, install a noarch wrapper in
    the dbus/mainloop module path, and move the implementation
    alongside the other binary modules. bnc#1163755, bnc#1163763.
    * 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
* Sat Feb 01 2020 stefan.bruens@rwth-aachen.de
  - Disable debug assertions, e.g. Cura passes None for empty dicts and
    crashes when trying to convert to QVariantMap, fixes boo#1157504.
  - Split python2 and python3 builds using _multibuild.
  - Rename python-qt5-utils package to python-qt5-common-devel to
    better reflect its use, and drop the dependencies to it from the
    bindings package.
  - Make doc and common-devel subpackages noarch.
  - Adjust _constraints, build requires 5 GByte disk space regardless
    of architecture.
  - Fix install location of binary dbus-mainloop integration module.
* Fri Dec 06 2019 christophe@krop.fr
  - Update to 5.13.2
    * pyuic now handles QKeySequenceEdit
    * The new on-exit scheme now ignores running QThreads
    * Added the missing pos() and two setPos() overloads to QCursor
    * A QVariant for a pointer to an instance of unknown type will now be
      converted to a voidptr object
  - Update the package description
  - Drop add-qkeysequenceedit-to-uic.patch. Merged upstream
  - Update update-timeline.patch
* Thu Sep 26 2019 normand@linux.vnet.ibm.com
  - Add _constraints file for ppc64/ppc64le to avoid build failure
    on power8-06 that ran out of disk space
* Fri Sep 20 2019 christophe@krop.fr
  - Update to 5.13.1. Check the ChangeLog file for the list of changes
* Fri Sep 13 2019 normand@linux.vnet.ibm.com
  - Add %dir plugindir/designer for %{python_files devel} in spec
    to avoid build error for PowerPC.
* Wed Sep 11 2019 hpj@urpla.net
  - Add patch to support QKeySequenceEdit widgets in pyuic:
    add-qkeysequenceedit-to-uic.patch
* Fri Jul 12 2019 christophe@krop.fr
  - Update to 5.13.0
    * Code updated to support Qt 5.13
    * Fixed the conversion of the result of
    QNetworkCacheMetaData.attributes()
  - Drop reproducible.patch, merged upstream.
* Thu Jun 06 2019 bwiedemann@suse.com
  - Add reproducible.patch to make package build reproducible (boo#1041090)
* Mon Jun 03 2019 christophe@krop.fr
  - Update to 5.12.2
    * Fixed QIcon(QIconEngine) to reflect that the engine is explicitly
    shared between every copy of the icon.
    * Eliminated a warning message from QObject::connect()
    * Increased the number of QQuickItem types that can be registered
      from 30 to 60.
    * Fixed the QPolygon ctors
    * Fixed pyuic's handling of 'sizePolicy' properties.
    * Fixed pylupdate to handle empty strings at the end of a line so
      that the line number remains correct.
* Thu Apr 18 2019 jengelh@inai.de
  - Trim name repetition from summary.
* Wed Apr 17 2019 toddrme2178@gmail.com
  - Package .dist-info directory.  The bugs with it have been fixed
    and some packages require it in order to properly detect that
    pyqt5 is installed.
* Sat Apr 06 2019 christophe@krop.fr
  - Update to 5.12.1
    Fixed QIcon(QIconEngine) to reflect that the engine is explicitly
    shared between every copy of the icon.
  - Prepare update-timeline.patch for Qt 5.13.0
* Mon Feb 11 2019 adrian@suse.de
  - update to final 5.12 version
    * Support for Qt 5.12
    * Details at https://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog
  - fix-sip-detection.patch is obsolete
* Thu Jan 10 2019 adrian@suse.de
  - update to 5.12 development snapshot
* Wed Nov 14 2018 alarrosa@suse.com
  - Do not build Qt5NetworkAuth support in SLE, which doesn't have the
    libqt5-qtnetworkauth package
* Thu Nov 08 2018 toddrme2178@gmail.com
  - python-enum34 is also required at runtime.
* Mon Oct 22 2018 christophe@krop.fr
  - Make sure python-enum34 is installed when building packages
    depending on python-qt5.
* Sun Oct 21 2018 christophe@krop.fr
  - Add fix-sip-detection.patch. Picked from the Fedora package
* Mon Sep 17 2018 christophe@krop.fr
  - Update to 5.11.3
    * Fixed a build problem with Python v2.
    * Removed the checks for PyQt5.sip
    * Fix issues with out of source builds
* Wed Aug 08 2018 schwab@suse.de
  - No qtwebengine for riscv64 yet
* Mon Jul 02 2018 christophe@krop.fr
  - Update to 5.11.2:
    * Added support for Qt v5.11.0 and v5.11.1.
    * Added support for Python v3.7.
    * Enum members are also visible as attributes of the enum in order to emulate
      the behaviour of Python enums.
    * The connect() method of a bound signal now returns a QMetaObject.Connection
      object that can be passed to the disconnect() method.
    * Added the signatures attribute to unbound signals.
    * Added QtCore.Q_ENUM() and QtCore.Q_FLAG().
    * Python enums can now be used with Q_ENUM() etc.
    * Added the missing QGuiApplication.inputMethod() method.
    * Added the missing QGuiApplication.styleHints() method.
    * Added the missing QSqlQuery.exec() overload for Python v3.
    * Added glReadPixels().
  - Drop remove-qtest-waitforevents.patch. Fixed upstream.
  - Drop qt_quick_crash_fix.patch. Fixed upstream
* Mon Jun 11 2018 fabian@ritter-vogt.de
  - Amend patch to mention even more Qt versions:
    * update-timeline.patch
* Tue May 15 2018 adrian@suse.de
  - fix URL
  - fix crash in Qt Quick when used with Cura (from upstream)
    (regression in 5.10.1, qt_quick_crash_fix.patch)
* Thu May 03 2018 fabian@ritter-vogt.de
  - Add patch to remove use of internal Qt function:
    * remove-qtest-waitforevents.patch
* Fri Apr 27 2018 fabian@ritter-vogt.de
  - Add patch to support Qt 5.9.4, 5.9.5 and Qt 5.11.0:
    * update-timeline.patch
  - Refresh patch to work with -p1:
    * disable-rpaths.diff
* Tue Apr 17 2018 lbeltrame@kde.org
  - Remove source URL to workaround SourceForge's unreliability
* Tue Apr 17 2018 termim@gmail.com
  - Update to version v5.10.1
    * Added support for Qt v5.10.1.
    * Added the missing qmlClearTypeRegistrations() to the QtQml module.
    * Added the --disabled-feature option to configure.py.
* Fri Jan 26 2018 aloisio@gmx.com
  - Update to version v5.10
    * Added support for Qt v5.10.0.
    * Added the QtNetworkAuth module.
    version v5.9.2
    * Added support for Qt v5.9.3.
    * Added the QtAndroidExtras module.
    version v5.9.1
    * Added support for Qt v5.9.2.
    * Added the --allow-sip-warnings option to configure.py.
    * Removed the unimplemented -name option to pyrcc5.
    * SIP v4.19.4 is required.
  - Dropped configure_py_Fix_handling_of_disabled_features.patch
    (merged upstream)
* Wed Oct 25 2017 stefan.bruens@rwth-aachen.de
  - add configure_py_Fix_handling_of_disabled_features.patch
    configure.py is broken if features are disabled, which e.g. happens
    when building using GLEs Qt5 builds. Taken from upstream
    developement snapshot.
* Fri Sep 01 2017 mlin@suse.com
  - Disable WebKit and WebEngine on SLE15.
* Tue Aug 29 2017 toddrme2178@gmail.com
  - Fix shebangs
* Mon Aug 28 2017 toddrme2178@gmail.com
  - Update to 5.9
    * Added support for Qt v5.9.0 and v5.9.1.
    * Improved detection of the destruction of QObject-based instances by C++.
    * QFlags instances are now hashable.
    * pyrcc5 now supports v2 of the resource file format.
    * Added the interview.py, frozencolumn.py and storageview.py examples from
      Hans-Peter Jansen.
    * SIP v4.19.3 is required.
  - Remove reproducible.patch
    Implemented upstream.
* Fri Jun 02 2017 jengelh@inai.de
  - Trim redundant platform support mentions.
* Mon May 22 2017 bwiedemann@suse.com
  - Add reproducible.patch to sort input files to make build fully reproducible
* Tue May 16 2017 toddrme2178@gmail.com
  - Fix issues with requires.
* Fri Apr 21 2017 mpluskal@suse.com
  - Move requirements for development package to correct place
* Sat Apr 08 2017 hpj@urpla.net
  - Update to 5.8.2
    * lib/configure.py:
      Fixes for the OpenGL detection needed by the incompatible
      configuration changes in Qt v5.8.0.
    * qpy/QtCore/qpycore_chimera.cpp:
      When parsing a Python type map list and dict to QVariantList and
      QVariantMap.
    * lib/LICENSE.commercial, lib/LICENSE.commercial.short,
      lib/LICENSE.gpl, lib/LICENSE.gpl.short, lib/LICENSE.internal:
      Remove the license copies that are now part of rb-tools.
    * pyuic/uic/uiparser.py:
      Fixed the margins of the top layout in a tab by pyuic.
    * pyuic/uic/driver.py, pyuic/uic/exceptions.py,
      pyuic/uic/properties.py, pyuic/uic/pyuic.py:
      Improved the error handling of an unknown C++ class.
    * sphinx/qml.rst:
      Added explicit warnings about PyQt's ability to support QML to the
      docs.
    * PyQt5.msp:
      Added a comment about why opengl_types.sip is included twice.
    * PyQt5.msp:
      Only enable QOpenGLTextureBlitter if OpenGL is supported.
    * PyQt5.msp:
      Avoid a deadlock when using asynchronous image providers in QML.
  - Update to 5.8.1
    * qpy/QtCore/qpycore_chimera.cpp:
      Special case a QVariant containing std::nullptr_t.
    * METADATA.in:
      Updated the Requires-Dist meta-data so it includes the values from
      the release file.
    * lib/configure.py:
      Disable desktop OpenGL if OpenGLES v3 or v3.1 is detected.
    * qpy/QtQml/qpyqml_register_type.cpp:
      Fixed the handling of properties in Qml because of changes to the
      internals in Qt v5.8.0.
    * PyQt5.msp:
      Fixed QLocale.toString() for Python v2.
    * PyQt5.msp:
      Anticipate that Qt v5.9.0 will be released before Qt v5.8.1 to avoid
      problems building PyQt v5.9 against Qt v5.8.1.
    * qpy/QtPrintSupport/qpyprintsupport_qlist.sip:
      The QtPrintSupport mapped types are only included if printers are
      supported.
    * sphinx/pyqt_qvariant.rst:
      Updated the docs regarding support for QVariant.
    * qpy/QtQml/qpyqmlobject.cpp:
      Fixed signals in QML registered types that are defined in a Python
      sub-class of the registered type.
* Wed Mar 29 2017 toddrme2178@gmail.com
  - Fix singlespec macro usage.  BuildRequires are shared between
    python versions, only the requires should be specific to particular
    python versions.
* Fri Mar 24 2017 lbeltrame@kde.org
  - Temporarily undo some of the single spec changes to allow building
    until a newer python-dbus is available
* Mon Mar 06 2017 toddrme2178@gmail.com
  - Switch to single-spec version.
  - Add doc-file-dependency to rpmlintrc to handle the example files.
* Wed Feb 15 2017 termim@gmail.com
  - Update to 5.8
    * Added support for Qt v5.8.0.
    * Added __fspath__() to QFileInfo.
    * Added the --qml-debug option to configure.py. The --debug option
      no longer enables the QML debugging infrastructure.
    * Added the --link-full-dll option to configure.py.
  - Removed patches:
    * disable_qml_debug.diff - fixed upstream
    * fix_qreal_check.diff - not needed acording the package developer
    * license.diff - fixed upstream
    * obsolete_window_flag.diff - fixed upstream
* Tue Jan 03 2017 termim@gmail.com
  - Update to 5.7.1
    * added the QtWebEngine module
    * added QRegion.setRects()
    * added QtMac to the QtMacExtras module
    * added support for QChartView and QWebEngineView to pyuic5.
* Wed Nov 30 2016 hrvoje.senjan@gmail.com
  - Add obsolete_window_flag.diff: remore declaration that was removed
    in Qt 5.8 (it was WinCE-only)
  - Add license.diff: QLibrary::Licensee is deprecated in Qt 5.8, and
    produce empty string. We know we are always building opensource
    Qt.
* Tue Nov 15 2016 lbeltrame@kde.org
  - Remove Source URL, the validator doesn't work too well with
    SourceForge
* Mon Nov 14 2016 hpj@urpla.net
  - add patch to disable qml_debug: disable_qml_debug.diff.
    Without this, the message "QML debugging is enabled. Only use
    this in a safe environment."  appears on PyQt5 apps startup,
    and allows qmljsdebugger to  connect via network.
* Tue Nov 08 2016 hpj@urpla.net
  - make utils dependent on exact version
* Tue Jul 26 2016 termim@gmail.com
  - Update to 5.7
    * Added support for Qt v5.7.0.
    * Removed patch pyqt5-fix-dbus-config.diff as applyed upstream
* Mon Jul 04 2016 hpj@urpla.net
  - Update to 5.6
    * Added full support for Qt v5.6.0.
    * Python v3.5 wheels are available for 64-bit Linux, 64-bit OS X
      and 32 and 64-bit Windows. (After this release Windows .exe
      installers will no longer be produced.)
    * Added the QtWebEngineCore module.
    * Added the missing qt_set_sequence_auto_mnemonic() to QtGui.
    * Added the missing MouseLock to QWebEnginePage.Feature.
    * Added the missing WA_DontShowOnScreen.
    * PEP 484 stub files are installed by default.
    * Added the --import-from command line argument to pyuic5.
    * Added the --no-stubs and --stubsdir options to configure.py.
    * Added the --qtconf-prefix option to configure.py.
  - add PATCH-FIX-OPENSUSE pyqt5-fix-dbus-config.diff to fix build of
    dbus bindings
  - supply %{optflags} to the QMAKE machinery
  - add libqt5-qtlocation-devel build dependency
* Sun Jun 05 2016 hrvoje.senjan@gmail.com
  - Drop unused libqt5-qtquick1-devel (Build)Requires
* Mon Mar 07 2016 dvaleev@suse.com
  - Don't buildrequire libqt5-qtwebengine-devel for POWER and s390x
* Mon Feb 01 2016 lbeltrame@kde.org
  - BuildRequire libqt5-qtconnectivity-devel to gain support for
    QtBluetooth (bnc#964256)
* Fri Oct 30 2015 termim@gmail.com
  - Update to 5.5.1
    * added support for Qt v5.5.1
    * added the --disable option to configure.py
    * implemented __matmul__ and __imatmul__ for QMatrix4x4 and
      QTransform.
* Fri Aug 14 2015 termim@gmail.com
  - change required sip version to 4.16.9
* Mon Jul 20 2015 termim@gmail.com
  - remove patch build-compare.diff as adapted in upstream
  - Update to 5.5
    * Added full support for Qt v5.5.0.
    * Added the QtLocation module.
    * Added the QtNfc module.
    * Added Qt.NoOpaqueDetection amd Qt.NoFormatConversion to QtCore.
    * Added QMacToolBar and QMacToolBarItem to QtMacExtras.
    * Added QProxyStyle to QtWidgets.
  - Update to 5.4.2
    * Added support for Qt v5.4.2.
    * Added QWIDGETSIZE_MAX to QtWidgets.
    * Added the --no-python-dbus command line option to configure.py.
  - Update to 5.4.1
    * Added support for Qt v5.4.1.
    * Added the QMacCocoaViewContainer class.
    * All OpenGL examples use QOpenGLWidget and no longer require
      PyOpenGL.
    * Added initial implementations of _QOpenGLFunctions_2_1 and
      _QOpenGLFunctions_4_1_Core.
    * QEvent.None is now QEvent.None_.
    * Added missing QEvent.Type members that are now documented in Qt.
    * Added the --license-dir option to configure.py.
    * Installing into a virtual env should now work.
    * pyuic5 and pyrcc5 no longer include a timestamp in the
      generated code.
* Fri Jan 16 2015 hrvoje.senjan@gmail.com
  - Enable QtWebEngineWidgets and QtWebChannel integration
  - Update build-compare.diff
  - Drop fdupes usage due to unpredictable symlinking
  - Add rpmlintrc due to duplicates waste warnings: we rather have
    a few bytes more than to republish same binaries due to fdupes
* Tue Dec 30 2014 hrvoje.senjan@gmail.com
  - Update to 5.4
    * Major functional release that adds full support for Qt v5.4.0.
    * Added the QtWebChannel module
    * Added the QtWebEngineWidgets module
    * Added the QtXml module.
  - Drop add_dep.patch, merged upstream
  - Bump python(3)-sip-devel (Build)Requires to 4.16.4

Files

/usr/lib64/python3.6/site-packages/PyQt5/bindings
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/QtRemoteObjects.toml
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/QtRemoteObjectsmod.sip
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.sip
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/qremoteobjectdynamicreplica.sip
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/qremoteobjectnode.sip
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/qremoteobjectregistry.sip
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/qremoteobjectreplica.sip
/usr/lib64/python3.6/site-packages/PyQt5/bindings/QtRemoteObjects/qtremoteobjectglobal.sip
/usr/share/licenses/python3-qt5-remoteobjects-devel
/usr/share/licenses/python3-qt5-remoteobjects-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:02:19 2024