15
0
forked from pool/python-QtPy

Accepting request 1036979 from home:bnavigator:branches:devel:languages:python

- Update to 2.3.0
  * PR 382 - PR: Add QtPdf and QtPdfWidgets, by @jschueller (381)
  * PR 380 - PR: Enable more qt6 tests, by @jschueller
  * PR 379 - PR: Raise error when no bindings are found at
    __init__, by @dalthviz (367)
  * PR 378 - PR: Try PySide6 on conda, by @jschueller
  * PR 376 - PR: Expand the CI test matrix with Qt/bindings 6.4 and
    fix tests with PyQt 5.9, by @CAM-Gerlach (375)
  * PR 374 - Don't re-assign Qt.MouseButton.MiddleButton on
    PySide6, by @astrofrog (373)
  * PR 372 - PR: Add Qsci to the imports, by @dgoeries (134)
- Release 2.2.1
  * PR 368 - PR: Add missing self for QtBindingsNotFoundError
    definition, by @dalthviz
  * PR 366 - PR: Aliased QUndoCommand, provided
    QLineEdit.getTextMargins() and QFontMetricsF.width(), by
    @random-developer (365)
  * PR 363 - PR: Fix typo in Qt flags in Readme, by @Czaki
  * PR 362 - PR: Fix various minor typos found with Codespell, by
    @luzpaz
  * PR 361 - PR: toPython helpers for QDate and QTime, by
    @bob-schumaker
  * PR 360 - CI: Ensure conda-forge channel usage when testing with
    conda, by @dalthviz

OBS-URL: https://build.opensuse.org/request/show/1036979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=41
This commit is contained in:
2022-11-20 21:42:40 +00:00
committed by Git OBS Bridge
parent 130b24138e
commit b625231b9c
4 changed files with 49 additions and 6 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Nov 20 19:55:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2.3.0
* PR 382 - PR: Add QtPdf and QtPdfWidgets, by @jschueller (381)
* PR 380 - PR: Enable more qt6 tests, by @jschueller
* PR 379 - PR: Raise error when no bindings are found at
__init__, by @dalthviz (367)
* PR 378 - PR: Try PySide6 on conda, by @jschueller
* PR 376 - PR: Expand the CI test matrix with Qt/bindings 6.4 and
fix tests with PyQt 5.9, by @CAM-Gerlach (375)
* PR 374 - Don't re-assign Qt.MouseButton.MiddleButton on
PySide6, by @astrofrog (373)
* PR 372 - PR: Add Qsci to the imports, by @dgoeries (134)
- Release 2.2.1
* PR 368 - PR: Add missing self for QtBindingsNotFoundError
definition, by @dalthviz
* PR 366 - PR: Aliased QUndoCommand, provided
QLineEdit.getTextMargins() and QFontMetricsF.width(), by
@random-developer (365)
* PR 363 - PR: Fix typo in Qt flags in Readme, by @Czaki
* PR 362 - PR: Fix various minor typos found with Codespell, by
@luzpaz
* PR 361 - PR: toPython helpers for QDate and QTime, by
@bob-schumaker
* PR 360 - CI: Ensure conda-forge channel usage when testing with
conda, by @dalthviz
-------------------------------------------------------------------
Thu Aug 18 13:23:53 UTC 2022 - Ben Greiner <code@bnavigator.de>