diff --git a/flatdict-3.4.0.tar.gz b/flatdict-3.4.0.tar.gz deleted file mode 100644 index 97b50e2..0000000 --- a/flatdict-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9728a5ef91e9936f9c4218b22c0a6666277b041c4bf32f63ccc7b82ebe64fd0 -size 12155 diff --git a/flatdict-4.0.1.tar.gz b/flatdict-4.0.1.tar.gz new file mode 100644 index 0000000..77ca15a --- /dev/null +++ b/flatdict-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6ff85c6802fab90692727f055cd2183856789d96a53e75609439b778f5da06 +size 11923 diff --git a/python-flatdict.changes b/python-flatdict.changes index b8439b6..c86a9c1 100644 --- a/python-flatdict.changes +++ b/python-flatdict.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 28 05:33:22 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-flatdict.spec b/python-flatdict.spec index a04523d..7a5ab1d 100644 --- a/python-flatdict.spec +++ b/python-flatdict.spec @@ -1,7 +1,7 @@ # # spec file for package python-flatdict # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-flatdict -Version: 3.4.0 +Version: 4.0.1 Release: 0 Summary: Python module for interacting with nested dicts License: BSD-3-Clause