Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b956fddd28 | |||
| 489c833494 |
@@ -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>
|
Tue Dec 19 09:34:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-deepmerge
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-deepmerge
|
Name: python-deepmerge
|
||||||
Version: 1.1.1
|
Version: 2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: A toolset to deeply merge python dictionaries
|
Summary: A toolset to deeply merge python dictionaries
|
||||||
|
|||||||
Reference in New Issue
Block a user