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

python-PyQt6-debuginfo-6.6.0-slfo.1.1.3 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: python-PyQt6-debuginfo Distribution: SUSE Linux Framework One
Version: 6.6.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Sat Jun 15 03:59:54 2024
Group: Development/Debug Build host: h01-ch4b
Size: 2327991 Source RPM: python-PyQt6-6.6.0-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://www.riverbankcomputing.com/software/pyqt
Summary: Debug information for package python-PyQt6
This package provides debug information for package python-PyQt6.
Debug information is useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

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

Changelog

* Mon Oct 30 2023 mmachova@suse.com
  - Update to 6.6.0
    * This adds support for Qt v6.6.
  - Drop no longer needed pyqt6-fix-build-with-qt-6.6.0.patch
* Wed Oct 18 2023 llyyr.public@gmail.com
  - Update to 6.5.3
    * Added support for Python 3.12 and the missing
      QAbstractItemModel.multiData() method, as well as the missing
      QModelRoleDataSpan class.
  - Add patch pyqt6-fix-build-with-qt-6.6.0.patch to fix build with
    Qt 6.6.0.
  - Set CXX flag "-DQT_NO_INT128" to fix buil with Qt 6.6.0.
* Wed Sep 27 2023 code@bnavigator.de
  - Update to 6.5.2
    * Added the missing NativeGesture, Quit, EnterEditFocus and
      LeaveEditFocus members of QEventType.
* Thu Jul 20 2023 mmachova@suse.com
  - Update to 6.5.1
    * Added support for QPermission and related classes and methods.
    * Added the max_workers argument to uic.compileUiDir() to specify
      the maximum number of worker processes to use when compiling
      the .ui files in a directory.
    * pyuic6 will now compile all the .ui files in a directory if the
      name of the directory is passed instead of a .ui file.
    * Added the --max-workers command line option to pyuic6.
* Sat Jun 10 2023 ecsos@opensuse.org
  - Add %{?sle15_python_module_pythons}
* Mon Apr 24 2023 code@bnavigator.de
  - Update to 6.5.0
    * Added support for Qt v6.5 including the QtSpatialAudio module.
    * Bug fixes.
* Thu Feb 09 2023 code@bnavigator.de
  - Update to v6.4.2
    * Fixed a regression in pylupdate
* Sun Jan 29 2023 code@bnavigator.de
  - Update to 6.4.1
    * Added allocationLimit() and setAllocationLimit() to
      QImageReader.
    * Added toHBITMAP(), fromHBITMAP(), toHICON() and fromHICON() to
      QImage on Windows.
    * Bug fixes.
  - Qt6TextToSpeech is not in 15.x
* Sun Oct 02 2022 code@bnavigator.de
  - Update to version 6.4.0
    * Added support for Qt v6.4 including the QtPdf, QtPdfWidgets and
      QtTextToSpeech modules.
    * Added QAction.menu() and QAction.setMenu().
    * Bug fixes.
* Mon Jun 20 2022 code@bnavigator.de
  - Update to version 6.3.1
    * Added qRegisterResourceData() and qUnregisterResourceData() to
      QtCore to help in supporting legacy resource files from PyQt5.
    * Requires v13.4 of the sip module which adds support for enums
      with missing members and the sip.array support.
    * Reverted the Qt.GestureType related changes made in v6.2.3 as
      they are no longer necessary with the support for missing enum
      members.
    * The QEvent constructor that takes an int argument is now
      deprecated.
    * 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 resize() to QPolygon, QPolygonF and QXmlStreamAttributes.
    * Bug fixes.
* Wed Apr 13 2022 code@bnavigator.de
  - Update to version 6.3.0
    * Added support for Qt v6.3.
    * Bug fixes.
  - Enable Quick3D for Tumbleweed
* Sat Feb 05 2022 code@bnavigator.de
  - Update to version 6.2.3
    * All Qt.GestureType callable arguments will also accept an int.
      All callables that return a Qt::GestureType in C++ will return
      an int (which can be compared with a Qt.GestureType member).
    * Bug fixes.
* Fri Dec 03 2021 code@bnavigator.de
  - Update to version 6.2.2
    * Added the missing QBluetoothUuid constructors.
    * Added the missing QMediaPlayer loop-related methods.
    * Bug fixes.
* Wed Nov 03 2021 code@bnavigator.de
  - Don't require python-sip-devel for python-PyQt6-devel.
    The project building against PyQt should explicitly know about
    the proper requirement.
* Fri Oct 29 2021 code@bnavigator.de
  - Update to version 6.2.1
    * Bug fixes.
* Sun Oct 03 2021 code@bnavigator.de
  - Update to version 6.2.0
    * Added support for Qt v6.2 including the QtBluetooth,
      QtMultimedia, QtMultimediaWidgets, QtNfc, QtPositioning,
      QtRemoteObjects, QtSensors, QtSerialPort, QtWebChannel and
      QtWebSockets modules.
    * Added support for QAxContainer on Windows.
    * Ported the QtMultimedia examples from PyQt5.
    * Bug fixes.
  - Drop PyQt6-6.1.1-OpenGL_ES2.patch merged upstream
* Thu Aug 19 2021 bwiedemann@suse.com
  - Stop writing mtime-based pyc files during tests (boo#1047218)
* Wed Jul 14 2021 code@bnavigator.de
  - Add PyQt6-6.1.1-OpenGL_ES2.patch for building ARM with OpenGL ES2
    https://www.riverbankcomputing.com/pipermail/pyqt/2021-July/044117.html
  - first obs service cleaned specfile commit
* Tue Jul 06 2021 code@bnavigator.de
  - remove the noop %requires_ge libqt6-x11
* Mon Jul 05 2021 code@bnavigator.de
  - Define skip_python2 for Leap
* Tue Jun 15 2021 code@bnavigator.de
  * Update to version 6.1.1
    * Added the missing QtCore.QXmlStreamAttributes class.
    * Added the missing QtQml.QQmlExtensionPlugin class.
    * Added the --exclude command line option to pylupdate6.
    * pylupdate6 now handles PEP 263 embedded source encodings in .py
      files.
    * Bug fixes.
* Thu May 13 2021 code@bnavigator.de
  - Update to version 6.1.0
    * Added support for Qt v6.1.
    * All flag-based enums have been renamed so that they use the
      name of the Qt enum rather than the name of the Qt QFlag.
    * An integer ARGB value can now be used whenever a QColor is
      expected.
* Thu Mar 11 2021 code@bnavigator.de
  - Update to version 6.0.3
    * Bug fixes.
* Thu Feb 25 2021 code@bnavigator.de
  - Update to version 6.0.2
    * Bug fixes.
* Fri Feb 19 2021 code@bnavigator.de
  - Initial specfile for version 6.0.1, based on python-qt5

Files

/usr/lib/debug
/usr/lib/debug/.dwz
/usr/lib/debug/.dwz/python-PyQt6-6.6.0-slfo.1.1.3.x86_64


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:05:10 2024