Accepting request 780088 from devel:languages:python

- 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/request/show/780088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flatdict?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-02-28 14:21:31 +00:00 committed by Git OBS Bridge
commit 95d8d6b397
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9728a5ef91e9936f9c4218b22c0a6666277b041c4bf32f63ccc7b82ebe64fd0
size 12155

3
flatdict-4.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab6ff85c6802fab90692727f055cd2183856789d96a53e75609439b778f5da06
size 11923

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>

View File

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