Package Release Info

python-qt5-5.15.10-150600.3.2.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3619
Available in Package Hub : 15 SP6 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-qt5

Change Logs

* Sun Oct 15 2023 code@bnavigator.de
- Update to 5.15.10
  * Added the missing QEvent.Type.NativeGesture member (Qt v5.2 and
    later).
  * Added the missing QEvent.Type.EnterEditFocus and
    QEvent.Type.LeaveEditFocus members.
  * PyQt5-sip v12.13 is now required for Python v3.12 support.
  * Bug fixes.
* Mon Jun 26 2023 hpj@urpla.net
- Fix shell stubs of pyuic5 pylupdate5 pyrcc5 in order to run the
  correct interpreter
* Sat Jun 10 2023 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Thu Feb 09 2023 code@bnavigator.de
- Update to v5.15.9
  * Fix the order in which modules are built so that the composite
    Qt module is built after everything it depends on.
* Sun Jan 29 2023 code@bnavigator.de
- Update to 5.15.8
  * Added the missing QLocale.Language.NigerianPidgin member (Qt
    v5.15.2 and later).
  * Added the missing QOperatingSystemVersion.MacOSBigSure
    attribute (Qt v5.15.1 and later).
  * Added the missing QThreadPool.contains() method (Qt v5.15.1 and
    later).
  * Added the missing
    QBluetoothDeviceDiscoveryAgent.DiscoveryMethod members.
  * Bug fixes.
* Tue Jun 21 2022 code@bnavigator.de
- 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 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