15
0
forked from pool/python-addict

- Update to 2.3.0:

* Document default value behaviour (#126)
  * Add Python 3.9's merge operators `|` and `|=` support (#127) (#128)
  * Add alias 'Addict' to import Dict (#118)
- Switch to pytest to run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-addict?expand=0&rev=13
This commit is contained in:
2020-09-15 05:08:58 +00:00
committed by Git OBS Bridge
parent 59af42f05e
commit 7af27eafd5
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 15 05:07:38 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.3.0:
* Document default value behaviour (#126)
* Add Python 3.9's merge operators `|` and `|=` support (#127) (#128)
* Add alias 'Addict' to import Dict (#118)
- Switch to pytest to run tests
-------------------------------------------------------------------
Mon Apr 29 07:03:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>