15
0

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
This commit is contained in:
2025-06-03 13:24:28 +00:00
committed by Git OBS Bridge
parent a1be7e47cc
commit 7f7b81cede
4 changed files with 18 additions and 6 deletions

View File

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