15
0
forked from pool/python-enaml

- Update to 0.16.0:

* add support for Python 3.11+ PR #514
  * fix several issues related to PySide6 PR #513
  * switch to use pegen to generate the parser PR #474
  * implement hash and eq for decl functions PR #517 
- Add pegen to BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=6
This commit is contained in:
2023-03-08 07:03:26 +00:00
committed by Git OBS Bridge
parent fc7155206e
commit 7f96ea2a67
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 8 07:02:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.16.0:
* add support for Python 3.11+ PR #514
* fix several issues related to PySide6 PR #513
* switch to use pegen to generate the parser PR #474
* implement hash and eq for decl functions PR #517
- Add pegen to BuildRequires.
-------------------------------------------------------------------
Thu Dec 15 23:23:39 UTC 2022 - Ben Greiner <code@bnavigator.de>