15
0

- 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:
2024-09-28 19:47:48 +00:00
committed by Git OBS Bridge
parent 0102793aca
commit 489c833494
4 changed files with 16 additions and 5 deletions

View File

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