15
0
forked from pool/python-QtPy

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

- Update to 1.10.0
  * PR 241 - PR: Update setup.py classifiers, by @dalthviz
  * PR 230 - PR: Fix imported modules logic if 'FORCE_QT_API' is
    empty, by @hiaselhans
  * PR 224 - PR: Support python 3.9 custom_widgets iteration, by
    @irrcombat (206)
  * PR 215 - PR: Slight typo fix, by @altendky
  * PR 214 - PR: Handle QtCore.SignalInstance/pyqtBoundSignal, by
    @altendky
  * PR 208 - PR: Move CI to Github Actions, by @goanpeca
  * PR 204 - PR: Add Python 3.9 compatibility for collections.abc
    module, by @tirkarthi
  * PR 199 - PR: Add support to PyQt4-sip 4.19.13, by @milanmatic
- Update description
- Clarify the requirements policy
- Test Pyside2 and Qtcharts
- Remove extra mock requirement

OBS-URL: https://build.opensuse.org/request/show/912791
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=31
This commit is contained in:
2021-08-18 09:54:49 +00:00
committed by Git OBS Bridge
parent 04231a16d9
commit 0b6e8b567d
4 changed files with 59 additions and 22 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Aug 17 14:37:49 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.10.0
* PR 241 - PR: Update setup.py classifiers, by @dalthviz
* PR 230 - PR: Fix imported modules logic if 'FORCE_QT_API' is
empty, by @hiaselhans
* PR 224 - PR: Support python 3.9 custom_widgets iteration, by
@irrcombat (206)
* PR 215 - PR: Slight typo fix, by @altendky
* PR 214 - PR: Handle QtCore.SignalInstance/pyqtBoundSignal, by
@altendky
* PR 208 - PR: Move CI to Github Actions, by @goanpeca
* PR 204 - PR: Add Python 3.9 compatibility for collections.abc
module, by @tirkarthi
* PR 199 - PR: Add support to PyQt4-sip 4.19.13, by @milanmatic
- Update description
- Clarify the requirements policy
- Test Pyside2 and Qtcharts
- Remove extra mock requirement
-------------------------------------------------------------------
Tue Aug 17 09:07:26 UTC 2021 - Fabian Vogt <fvogt@suse.com>