15
0

- update to 1.1.1:

* Fix documentation for custom strategies
  * Update Python versions
  * Make predefined merge strategies work with built-in
    collections subtypes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepmerge?expand=0&rev=6
This commit is contained in:
2023-12-19 09:40:57 +00:00
committed by Git OBS Bridge
parent 352c5f48ae
commit 0102793aca
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 19 09:34:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.1:
* Fix documentation for custom strategies
* Update Python versions
* Make predefined merge strategies work with built-in
collections subtypes
-------------------------------------------------------------------
Tue May 30 04:26:09 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>