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