forked from pool/python-deepmerge
- update to 2.0:
* Add typing / drop Python < 3.8 support * feat: add typing for `merge` and `value_strategy` functions * fix: Different hash for same dictionaries problem - update to 2.0b0: * minor: small doc improvement * Add typing / drop Python < 3.8 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepmerge?expand=0&rev=8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-deepmerge
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-deepmerge
|
||||
Version: 1.1.1
|
||||
Version: 2.0
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: A toolset to deeply merge python dictionaries
|
||||
|
||||
Reference in New Issue
Block a user