15
0
forked from pool/python-atom

- update to 0.10.3:

* fix a an issue when using add_member to override an existing
    membe
  * fix a memory leak caused by Dict, Defaultdict and Set members
  * add support for Python 3.12 PR #200
    was called
  * clarify Unicode deprecation warning PR #102

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=22
This commit is contained in:
2023-10-05 09:46:59 +00:00
committed by Git OBS Bridge
parent ab89393971
commit 49d548c3d9
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 5 09:46:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.10.3:
* fix a an issue when using add_member to override an existing
membe
* fix a memory leak caused by Dict, Defaultdict and Set members
* add support for Python 3.12 PR #200
-------------------------------------------------------------------
Thu Jun 1 07:56:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -11,7 +20,7 @@ Tue May 9 19:28:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
customized
This allows to use ``__init_subclass__`` since previously the
``__atom_members__`` was not set when ``__init_subclass__``
was called
was called
* illustrate the use of ``__init_subclass__`` to customize
pickling
* refactor the metaclass to make it easier to reason about
@@ -145,7 +154,7 @@ Thu Aug 27 05:05:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.2:
* make comparison used in C safe (fix bug introduced in 0.5.0) PR #107
* fix bug in using atomlist from C PR #102
* clarify Unicode deprecation warning PR #102
* clarify Unicode deprecation warning PR #102
-------------------------------------------------------------------
Thu May 7 02:46:58 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>