forked from pool/python-flatdict
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user