forked from pool/python-atom
Accepting request 1115791 from devel:languages:python
- 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/request/show/1115791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atom?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d922845b6714c37cfe34c830088912cc4d27e19aec56504323978cc3a032b94
|
||||
size 167676
|
||||
3
atom-0.10.3.tar.gz
Normal file
3
atom-0.10.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4378d8d6db6399ce75a039b08e3b4a9561e22f62ef84db358c40726805c295e5
|
||||
size 168986
|
||||
@@ -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>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-atom
|
||||
Version: 0.10.0
|
||||
Version: 0.10.3
|
||||
Release: 0
|
||||
Summary: Memory efficient Python objects
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user