17
0

Compare commits

2 Commits

Author SHA256 Message Date
b956fddd28 Accepting request 1204399 from devel:languages:python
- 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/request/show/1204399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-deepmerge?expand=0&rev=4
2024-09-30 13:38:18 +00:00
489c833494 - 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
2024-09-28 19:47:48 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c3d86081fbebd04dd5de03626a0607b809a98fb6ccba5770b62466fe940ff20
size 19890

View File

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

View File

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