Package Release Info

python-qt5-5.11.3-1.60

Update Info: Base Release
Available in Package Hub : 15 SP1 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-qt5

Change Logs

* 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
Version: 5.10.1-2.10
* 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.