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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53a489dc9449636e480a784359ae2aab3191748c920649551c8e378622f0eca4
|
||||
size 17960
|
||||
3
deepmerge-2.0.tar.gz
Normal file
3
deepmerge-2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c3d86081fbebd04dd5de03626a0607b809a98fb6ccba5770b62466fe940ff20
|
||||
size 19890
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 19:46:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 09:34:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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