15
0
forked from pool/python-enaml

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

- Update tp version 0.15.2
  * fix position of popup view when multiple displays are used PR
    #500
  * reimplement DockArea.initialize instead of shadowing the
    initialized member. PR #502
  * require qtpy>=2.1 far Qt backends version PR #501
  * qt: use QEvent.Type to coerce new registered event type with
    all bindings. PR #497 This requires PyQt 6.3.1 to work and
    allow to eliminate a deprecation warning.
  * fix loading of dock area guide images. PR #503
- Release 0.15.1
  * bump qtpy minimal required version for Qt6 PR #490
  * fix drag and drop support under Qt6 PR #491
  * fix date and time conversion under Qt6 PR #486
  * fix handling of mouse press event by popup views PR #486
  * fix flow widget size computation to only use integer (fixes
    Qt6) PR #492
  * add new extra requirements to ease use of widgets with extra
    dependencies PR #495
- Release 0.15.0
  * make install PEP 517 compliant and use a PEP 621 compliant
    pyproject.toml PR #485
  * add support for PyQt6 and Pyside6 PR #475
  * fix last occurrences of passing float instead of int to PyQt PR
    #481
  * add new declarative @observe which ignores 'create' and
    'container' events by default PR #479
  * use atom builtin filtering mechanism to avoid refreshing the
    declarative engine on 'create' and 'container' event PR # 479
- Release 0.14.1
  * fixes a bug in code generation for Python 3.10 PR #476
  * fixes several bugs in corner cases of the Qt dock area PR #469
  * add python fstring scintilla tokens PR #470
  * address PyQt deprecation of accepting float values for pixel
    dimensions PR #471

OBS-URL: https://build.opensuse.org/request/show/1043239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=5
This commit is contained in:
2022-12-16 08:24:32 +00:00
committed by Git OBS Bridge
parent ce7f117204
commit fc7155206e
4 changed files with 69 additions and 31 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Dec 15 23:23:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update tp version 0.15.2
* fix position of popup view when multiple displays are used PR
#500
* reimplement DockArea.initialize instead of shadowing the
initialized member. PR #502
* require qtpy>=2.1 far Qt backends version PR #501
* qt: use QEvent.Type to coerce new registered event type with
all bindings. PR #497 This requires PyQt 6.3.1 to work and
allow to eliminate a deprecation warning.
* fix loading of dock area guide images. PR #503
- Release 0.15.1
* bump qtpy minimal required version for Qt6 PR #490
* fix drag and drop support under Qt6 PR #491
* fix date and time conversion under Qt6 PR #486
* fix handling of mouse press event by popup views PR #486
* fix flow widget size computation to only use integer (fixes
Qt6) PR #492
* add new extra requirements to ease use of widgets with extra
dependencies PR #495
- Release 0.15.0
* make install PEP 517 compliant and use a PEP 621 compliant
pyproject.toml PR #485
* add support for PyQt6 and Pyside6 PR #475
* fix last occurrences of passing float instead of int to PyQt PR
#481
* add new declarative @observe which ignores 'create' and
'container' events by default PR #479
* use atom builtin filtering mechanism to avoid refreshing the
declarative engine on 'create' and 'container' event PR # 479
- Release 0.14.1
* fixes a bug in code generation for Python 3.10 PR #476
* fixes several bugs in corner cases of the Qt dock area PR #469
* add python fstring scintilla tokens PR #470
* address PyQt deprecation of accepting float values for pixel
dimensions PR #471
-------------------------------------------------------------------
Mon Dec 6 16:41:25 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>