15
0
forked from pool/python-enaml

Accepting request 936072 from home:glaubitz:branches:devel:languages:python

- Update to version 0.14.0
  * use enum.IntEnum/IntFlag instead of atom.IntEnum PR #453
  * fix operator bindings in template instances PR #445
  * fix FlowLayout error with FlowItems that have non-zero stretch or ortho_stretch PR #448
  * add support for styling notebook tabs PR #452
  * drop official support for Python 3.6 and add minimal support for Python 3.10
    As with earlier Python version, support for 3.10 is currently limited to running on
    Python 3.10 excluding any features that were added in Python 3.10
- Stop building on Python 3.6 which is no longer supported
- Switch back to using upstream tarball URL in Source field
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/936072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=2
This commit is contained in:
2021-12-06 17:24:49 +00:00
committed by Git OBS Bridge
parent 0efda11acf
commit 9b439d6937
5 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 6 16:41:25 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.14.0
* use enum.IntEnum/IntFlag instead of atom.IntEnum PR #453
* fix operator bindings in template instances PR #445
* fix FlowLayout error with FlowItems that have non-zero stretch or ortho_stretch PR #448
* add support for styling notebook tabs PR #452
* drop official support for Python 3.6 and add minimal support for Python 3.10
As with earlier Python version, support for 3.10 is currently limited to running on
Python 3.10 excluding any features that were added in Python 3.10
- Stop building on Python 3.6 which is no longer supported
- Switch back to using upstream tarball URL in Source field
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Wed Aug 11 12:40:12 UTC 2021 - mcepl@cepl.eu