forked from pool/python-deepdiff
Accepting request 1282338 from devel:languages:python
Forwarded request #1281894 from 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 OBS-URL: https://build.opensuse.org/request/show/1282338 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-deepdiff?expand=0&rev=17
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c68a09a332625cdf099a6b4a32e17b2e9bcd720652d56e5de240ba7258af2a52
|
||||
size 533484
|
||||
3
deepdiff-8.5.0-gh.tar.gz
Normal file
3
deepdiff-8.5.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9df31fbe2d3318c54b849fad1244af9367eabbb33d01a514de1290f1b9c4f8c9
|
||||
size 537215
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 11:57:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user