From 49d548c3d9b9c9f0f51a33e5e1a54e8038a405191063949996be479be88f72c5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Oct 2023 09:46:59 +0000 Subject: [PATCH] - 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 --- atom-0.10.0.tar.gz | 3 --- atom-0.10.3.tar.gz | 3 +++ python-atom.changes | 13 +++++++++++-- python-atom.spec | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 atom-0.10.0.tar.gz create mode 100644 atom-0.10.3.tar.gz diff --git a/atom-0.10.0.tar.gz b/atom-0.10.0.tar.gz deleted file mode 100644 index 0f170f3..0000000 --- a/atom-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d922845b6714c37cfe34c830088912cc4d27e19aec56504323978cc3a032b94 -size 167676 diff --git a/atom-0.10.3.tar.gz b/atom-0.10.3.tar.gz new file mode 100644 index 0000000..9e2bbfc --- /dev/null +++ b/atom-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4378d8d6db6399ce75a039b08e3b4a9561e22f62ef84db358c40726805c295e5 +size 168986 diff --git a/python-atom.changes b/python-atom.changes index e08b497..dfdc906 100644 --- a/python-atom.changes +++ b/python-atom.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Oct 5 09:46:45 UTC 2023 - Dirk Müller + +- 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 @@ -11,7 +20,7 @@ Tue May 9 19:28:45 UTC 2023 - Dirk Müller 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 - 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 diff --git a/python-atom.spec b/python-atom.spec index a7bf51a..4dab727 100644 --- a/python-atom.spec +++ b/python-atom.spec @@ -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