forked from pool/python-AnyQt
- Use %autosetup macro: allows us to eliminate usage of deprecated %patchN syntax. OBS-URL: https://build.opensuse.org/request/show/1174645 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-AnyQt?expand=0&rev=4
123 lines
4.9 KiB
Plaintext
123 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu May 16 15:12:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro: allows us to eliminate usage of deprecated
|
|
%patchN syntax.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 25 19:56:48 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Enable SLE15 python module
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 21 13:40:10 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Use PEP517
|
|
- Activate more tests with more APIs
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 15 21:51:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- update to 0.2.0
|
|
* Bump version: 0.2.0rc1 → 0.2.0
|
|
* Bump version: 0.1.1 → 0.2.0rc1
|
|
* CI: Add libxcb-shape0 to list of linux system packages
|
|
* CI: Add PySide2 to CI tests
|
|
* PySide2: Fix for PYSIDE-237 bug
|
|
* PySide2: Add compatible QPdfWriter.setPageSize overload
|
|
* test_qaction_set_menu: PySide2 compatibility
|
|
* QtCore: Expose cast/wrap/unwrapinstance, ...
|
|
* QtCore: Add BoundSignal type
|
|
* PySide2: alias missing exec methods
|
|
* PySide2: Add missing QActionEvent.{action,before}
|
|
* PySide2: Import missing pieces
|
|
* pyside2: drawPixmapFragments compatibility
|
|
* pyside2: QtTest compatibility
|
|
* pyside2: QSettings compatibility
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 2 09:46:16 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
|
|
|
- update to 0.1.1
|
|
* importhooks: Fix deprecation warnings `find_module` and `load_module` are deprecated.
|
|
- from version 0.1.0
|
|
* Update imports of QWebEngineCore components for Qt6
|
|
* Add tests
|
|
* Add forward compatible QTextEdit.setTabStopDistance, ...
|
|
* Qt5: Add forward compatible QAbstractItem.itemDelegateForIndex method
|
|
* Add forward compatible QAbstractItemView.initViewItemOption
|
|
* Make available enum members in type when not present
|
|
* PyQt6: Add ctypes QAction.menu/setMenut
|
|
* Add QLibraryInfo.path if not present
|
|
* PyQt6: Add back obsolete accessors to QWheelEvent
|
|
* PyQt6: Add back obsolete accessors to QDropEvent, QEnterEvent
|
|
* PyQt6: Add back obsolete pos,x, ..., accessors to QMouseEvent
|
|
* PyQt6: Implement QAbstractItemView.viewOptions back compatible method
|
|
* PyQt6: Move QShortcut, QAction imports
|
|
* PyQt6: Move QUndoStack, ... imports
|
|
* PyQt6: Add back some common Enum/Flag type aliases
|
|
* PyQt6: Add QtSvgWidgets stub module
|
|
* Add support for PyQt6
|
|
* Make all members of QFontDatabase static
|
|
- updated patch do-not-test-pyqt4.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 7 14:18:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.0.14
|
|
* Raise a deprecationwarning on qlineedit.getTextMargins
|
|
* QSignalMapper: Add mappedInt/String when not available
|
|
* QComboBox: add a textActivated/Highlighted signal if not present
|
|
* QGroupBox: Add idClicked/Pressed/Released/Toggled when not present
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 13 13:34:44 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.0.13
|
|
* Raise deprecation warning on getContentsMargins
|
|
* Add missing QPdfWriter.setPageSize(QPageSize) overload for PyQt5
|
|
* QtWidgets: Raise a DeprecationWarning on use of QApplication.desktop
|
|
* Raise a DeprecationWarning on use of QFontMetrics(F).width
|
|
* QtGui: Add QFontMetrics.horizontalAdvance when not present
|
|
* QtWidgets: Add QWidget.screen when not present
|
|
* QtGui: Add QGuiApplication.screenAt when not present
|
|
- from version 0.0.12
|
|
* QtCore: Add a QT_VERSION_INFO tuple with parsed qVersion
|
|
* Add AnyQt.sip stub
|
|
* QTest: Add qWaitFor where not available
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 25 16:38:19 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- update to 0.0.11
|
|
* QtGui: Make WheelEvent >=PyQt5.12 constructor work <PyQt5.12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 16:16:24 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Use the upstream provided test
|
|
- Add patch to fix tests in Backports/Leap so we don't try testing
|
|
the PyQt4 api since we don't have Qt4 anymore in any case
|
|
(boo#1181294):
|
|
* do-not-test-pyqt4.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 30 10:01:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Stop building python2-AnyQt. There are no user in factory.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 18:32:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- qtwebengine is now a separate package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 11:45:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Grammar fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 18:23:13 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|