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

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