SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-qt5-5.15.7-1.1.x86_64.rpm :

* Tue Jun 21 2022 Ben Greiner - Update to 5.15.7
* Refactored the draw methods of QPainter to accept sip.array objects of appropriate types. Such arrays, once initialised, can be used very efficiently as they do not require repeated conversion from the usual Python collection types.
* Added the missing QBluetoothUuid constructors.
* PyQt5-sip v12.11 is now required to enable support for sip.array.
* Bug fixes.- PyQt5-sip 12.11 does not support Python 3.6: No build for SLE or Leap 15.x anymore!
* Thu Dec 23 2021 Dominique Leuenberger - Fix dependencies of python-qt5-remoteobjects: do not require all python flavors (i.e. avoid requires python_module).
* Thu Nov 04 2021 Ben Greiner - 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 Ben Greiner - 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 Ben Greiner - 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 Ben Greiner - 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 Ben Greiner - remove the noop %requires_ge libqt5-x11
* Wed Apr 14 2021 Christophe Giboudeaux - 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 Ben Greiner - Update to version 5.15.4
* Packaging bug fixes.- Fixes problems with packages checking the package metadata like boo#1183144
* Thu Feb 25 2021 Ben Greiner - 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 Benjamin Greiner - 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 Benjamin Greiner - Some rpmlint runs were complaining that the PyQt5 dir was not also owned by the nonring extra packages
* Tue Dec 29 2020 Benjamin Greiner - Mark the package as typed for mypy deb#978586
* Tue Nov 24 2020 Benjamin Greiner - 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 Benjamin Greiner - 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 Benjamin Greiner - disable _quick3d flavors in staging through ringdisabled
* Sat Oct 03 2020 Benjamin Greiner - enable python2 Quick3D package for Leaps in new multibuild flavor
* Sat Oct 03 2020 Benjamin Greiner - Fix pyi stub installation for Quick3D subpackage on sip4 builds
* Fri Oct 02 2020 Benjamin Greiner - Outsource to Quick3D subpackage for sip5 too
* Fri Oct 02 2020 Benjamin Greiner - 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 Benjamin Greiner - Build Quick3D support in every repository that has it: presumably all Qt 5.15 repositories
* Sat Sep 26 2020 Hans-Peter Jansen - Qt5Quick3D is not available on Leaps
* Sat Sep 26 2020 Benjamin Greiner - Add missing Quick3D and TextToSpeech build requirements
* Sat Sep 26 2020 Benjamin Greiner - 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 Benjamin Greiner - 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 Benjamin Greiner - Use sip5 where possible- Remove multibuild, use python singlespec.
* Mon Sep 14 2020 Benjamin Greiner - 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 Benjamin Greiner - 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 Giboudeaux - Update update-timeline.patch
* Thu Aug 27 2020 Benjamin Greiner - 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 Giboudeaux - Stop building python2-qt5 for openSUSE Tumbleweed.
* Sun Feb 16 2020 Stefan Brüns - 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 Brüns - 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 Giboudeaux - 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 Michel Normand - Add _constraints file for ppc64/ppc64le to avoid build failure on power8-06 that ran out of disk space
* Fri Sep 20 2019 Christophe Giboudeaux - Update to 5.13.1. Check the ChangeLog file for the list of changes
* Fri Sep 13 2019 Michel Normand - Add %dir plugindir/designer for %{python_files devel} in spec to avoid build error for PowerPC.
* Wed Sep 11 2019 Hans-Peter Jansen - Add patch to support QKeySequenceEdit widgets in pyuic: add-qkeysequenceedit-to-uic.patch
* Fri Jul 12 2019 Christophe Giboudeaux - 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 Bernhard Wiedemann - Add reproducible.patch to make package build reproducible (boo#1041090)
* Mon Jun 03 2019 Christophe Giboudeaux - 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 Jan Engelhardt - Trim name repetition from summary.
* Wed Apr 17 2019 Todd R - 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 Giboudeaux - 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 Schröter - 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 Schröter - update to 5.12 development snapshot
* Wed Nov 14 2018 Antonio Larrosa - Do not build Qt5NetworkAuth support in SLE, which doesn\'t have the libqt5-qtnetworkauth package
* Thu Nov 08 2018 Todd R - python-enum34 is also required at runtime.
* Mon Oct 22 2018 Christophe Giboudeaux - Make sure python-enum34 is installed when building packages depending on python-qt5.
* Sun Oct 21 2018 Christophe Giboudeaux - Add fix-sip-detection.patch. Picked from the Fedora package
* Mon Sep 17 2018 Christophe Giboudeaux - 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 schwabAATTsuse.de- No qtwebengine for riscv64 yet
* Mon Jul 02 2018 christopheAATTkrop.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 fabianAATTritter-vogt.de- Amend patch to mention even more Qt versions:
* update-timeline.patch
* Tue May 15 2018 adrianAATTsuse.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 fabianAATTritter-vogt.de- Add patch to remove use of internal Qt function:
* remove-qtest-waitforevents.patch
* Fri Apr 27 2018 fabianAATTritter-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 lbeltrameAATTkde.org- Remove source URL to workaround SourceForge\'s unreliability
* Tue Apr 17 2018 termimAATTgmail.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 aloisioAATTgmx.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)
 
ICM