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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c27a0db5de285e1a7ceac7dbc1531deaa556b627dea4900c8244581ecdfea2d
size 17785

3
deepmerge-1.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53a489dc9449636e480a784359ae2aab3191748c920649551c8e378622f0eca4
size 17960

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>

View File

@@ -18,17 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-deepmerge
Version: 1.1.0
Version: 1.1.1
Release: 0
License: MIT
Summary: A toolset to deeply merge python dictionaries
URL: https://github.com/toumorokoshi/deepmerge
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/d/deepmerge/deepmerge-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm > 5}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vcver}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes