- Update to 0.12.1:

* remove version_info attribute from version.py
  * add support for Python 3.14 PR #219
  * support for Final in member annotations, which sets the member setattr
    mode as read-only PR #249
  * support for NewType instances in all places in which a type is
    accepted PR #218

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=30
This commit is contained in:
2025-10-30 01:36:26 +00:00
committed by Git OBS Bridge
parent f2c417b5c1
commit 9ea4a59cd4
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 30 01:35:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.12.1:
* remove version_info attribute from version.py
* add support for Python 3.14 PR #219
* support for Final in member annotations, which sets the member setattr
mode as read-only PR #249
* support for NewType instances in all places in which a type is
accepted PR #218
-------------------------------------------------------------------
Tue Oct 29 05:21:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>