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