forked from pool/python-addict
- Convert to pip-based build OBS-URL: https://build.opensuse.org/request/show/1277075 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-addict?expand=0&rev=17
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue May 13 07:00:07 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 17 07:36:43 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 2.4.0
|
|
* Calling .freeze() forbids getting/setting missing keys. Use .unfreeze() to undo.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 2.2.1:
|
|
* Include tests in sdist
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 11:18:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.2.0:
|
|
* In this release it's easier / better to inherit from a Dict instance
|
|
- Switch to github tarball to get license and tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:45:28 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 9 19:16:09 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 2.1.2
|
|
* You can now deep copy an addict instance by doing ad.deepcopy()
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 16:12:09 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|