15
0
forked from pool/python-enaml

- update to 0.17.0:

* support for Python 3.12 PR #535 Python 3.12 is only tested
    with Qt6 All syntactic features of Python 3.12 are supported
    and catching error groups is now supported.
  * fix a bug in Enaml parser that was not showing proper
    location of syntax and indentation errors in tracebacks when
    the error was in an Enaml file. PR #530

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=9
This commit is contained in:
2024-01-06 17:58:20 +00:00
committed by Git OBS Bridge
parent b42e96e242
commit eead39b374
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 6 17:57:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.17.0:
* support for Python 3.12 PR #535 Python 3.12 is only tested
with Qt6 All syntactic features of Python 3.12 are supported
and catching error groups is now supported.
* fix a bug in Enaml parser that was not showing proper
location of syntax and indentation errors in tracebacks when
the error was in an Enaml file. PR #530
-------------------------------------------------------------------
Sun May 7 18:48:19 UTC 2023 - Dirk Müller <dmueller@suse.com>