From 7f7b81cede4bf8d0f85a12e8f54ef5ab5d7c4e6d67e9efa9cdc89b3546b42264 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 3 Jun 2025 13:24:28 +0000 Subject: [PATCH] Accepting request 1281894 from home:glaubitz:branches:devel:languages:python - Update to 8.5.0 * Updating deprecated pydantic calls * Switching to pyproject.toml * Fix for moving nested tables when using iterable_compare_func * Fix recursion depth limit when hashing numpy.datetime64 * Moving from legacy setuptools use to pyproject.toml - Update BuildRequires and Requires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1281894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=37 --- deepdiff-8.4.1-gh.tar.gz | 3 --- deepdiff-8.5.0-gh.tar.gz | 3 +++ python-deepdiff.changes | 11 +++++++++++ python-deepdiff.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 deepdiff-8.4.1-gh.tar.gz create mode 100644 deepdiff-8.5.0-gh.tar.gz diff --git a/deepdiff-8.4.1-gh.tar.gz b/deepdiff-8.4.1-gh.tar.gz deleted file mode 100644 index 4ea463f..0000000 --- a/deepdiff-8.4.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c68a09a332625cdf099a6b4a32e17b2e9bcd720652d56e5de240ba7258af2a52 -size 533484 diff --git a/deepdiff-8.5.0-gh.tar.gz b/deepdiff-8.5.0-gh.tar.gz new file mode 100644 index 0000000..34d279b --- /dev/null +++ b/deepdiff-8.5.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df31fbe2d3318c54b849fad1244af9367eabbb33d01a514de1290f1b9c4f8c9 +size 537215 diff --git a/python-deepdiff.changes b/python-deepdiff.changes index cd111f4..5af7e33 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 2 11:57:35 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 8.5.0 + * Updating deprecated pydantic calls + * Switching to pyproject.toml + * Fix for moving nested tables when using iterable_compare_func + * Fix recursion depth limit when hashing numpy.datetime64 + * Moving from legacy setuptools use to pyproject.toml +- Update BuildRequires and Requires from pyproject.toml + ------------------------------------------------------------------- Thu Mar 27 12:24:09 UTC 2025 - Nico Krapp diff --git a/python-deepdiff.spec b/python-deepdiff.spec index ce5b699..ff3cbb0 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-deepdiff -Version: 8.4.1 +Version: 8.5.0 Release: 0 Summary: Deep Difference and Search of any Python object/data License: MIT @@ -26,9 +26,10 @@ URL: https://github.com/seperman/deepdiff Source: https://github.com/seperman/deepdiff/archive/%{version}.tar.gz#/deepdiff-%{version}-gh.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module click} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module jsonpickle} #BuildRequires: %{python_module numpy} -BuildRequires: %{python_module orderly-set >= 5.2.2} +BuildRequires: %{python_module orderly-set >= 5.4.1} BuildRequires: %{python_module orjson} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pip} @@ -42,7 +43,7 @@ BuildRequires: %{python_module toml} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-orderly-set >= 5.2.2 +Requires: python-orderly-set >= 5.4.1 Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-PyYAML