15
0

- Update to version 4.0.1:

* Gracefully fail to install if setuptools is too old
  * FIXED deprecation warning from Python 3.9
  * FIXED keep order of received dict and it's nested objects
  * Drops Python 2 support and Python 3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flatdict?expand=0&rev=4
This commit is contained in:
2020-02-28 05:34:25 +00:00
committed by Git OBS Bridge
parent e231ee0da7
commit e1381452c4
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 28 05:33:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to version 4.0.1:
* Gracefully fail to install if setuptools is too old
* FIXED deprecation warning from Python 3.9
* FIXED keep order of received dict and it's nested objects
* Drops Python 2 support and Python 3.4
-------------------------------------------------------------------
Fri Oct 25 02:53:04 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>