15
0
forked from pool/python-atom

- update to 0.9.1:

* fix generation of Value member from union containing
    object/Any PR #198
  * fix setdefault method of atomdict to return the actually
    stored item PR #197

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=16
This commit is contained in:
2023-04-16 16:47:48 +00:00
committed by Git OBS Bridge
parent 182c869975
commit c08513b356
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eccc1ab0cc1c6d1ed5b6ecd1e768f8b8727447605bd009a2a0b49b4ee7eb963d
size 161043

3
atom-0.9.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:025cdd2606ea9cf3b4c3a10f3267ae98652bc7acdb528aa1cf4b2df3ba4f5d6a
size 161250

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Apr 16 16:47:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.1:
* fix generation of Value member from union containing
object/Any PR #198
* fix setdefault method of atomdict to return the actually
stored item PR #197
-------------------------------------------------------------------
Wed Mar 1 13:53:30 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-atom
Version: 0.9.0
Version: 0.9.1
Release: 0
Summary: Memory efficient Python objects
License: BSD-3-Clause