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 +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>