QtPy 2.1.0
What's Changed
- PR: Restrict broken Pytest versions to those not affected by the Pytest 7.0.0 import-mode=importlib behavior regression by @CAM-Gerlach in #324
- PR: Monkey patch
pyside2uic
UIParser.readResources
for Python 3.9 compatibility by @n-elie in #325 - PR: Add missing
QWebEngineScript
support for PyQt5/6 and PySide2/6 by @EasyIsrael in #326 - PR: Add missing
Qt.MidButton
on PyQt6 by @dalthviz in #328 - PR: Drop support for Python 3.6 by @dalthviz in #329
- PR: Fix typo in constant name by @eyllanesc in #330
- PR: Use QFileDialog.Option to be compatiable with Qt6 by @frmdstryr in #331
- PR: Skip import of QOpenGLTime* on architectures where not available by @juliangilbey in #333
- PR: Remove
QHeaderView
patch related files by @dalthviz in #334 - PR: Fix uic skipped tests and PyQt 6.3.0 segfaulting tests by @dalthviz in #335
- PR: Add command line support for Mypy by @CAM-Gerlach in #337
- PR: Add workaround for
mode
argument in QTextCursor.movePosition (Pyside2) by @rear1019 in #341 - PR: Fix bug with environ handling by @larsoner in #340
- PR: Change bindings
try order
to bePyQt5, PySide2, PyQt6, PySide6
by @dalthviz in #343
New Contributors
- @n-elie made their first contribution in #325
- @EasyIsrael made their first contribution in #326
- @eyllanesc made their first contribution in #330
- @frmdstryr made their first contribution in #331
- @juliangilbey made their first contribution in #333
- @rear1019 made their first contribution in #341
- @larsoner made their first contribution in #340
Full commits list between this release and the previous one: v2.0.1...v2.1.0
Full Changelog: CHANGELOG.md - Version 2.1.0 (2022-05-02)