15
0

Accepting request 1084088 from devel:languages:python

- Update to 6.3.0:
  - PrefixOrSuffixOperator: This operator will skip strings that are
    suffix or prefix of each other.
  - include_obj_callback and include_obj_callback_strict are added
    by [Håvard Thom](https://github.com/havardthom).
  - Fixed a corner case where numpy's np.float32 nans are not
    ignored when using ignore_nan_equality by [Noam
    Gottlieb](https://github.com/noamgot)
  - orjson becomes optional again.
  - Fix for ignore_type_in_groups with numeric values so it does not
    report number changes when the number types are different.
- Move python-orjson from Recommends to Requires, it's a requirement
  right now in the latest release.

OBS-URL: https://build.opensuse.org/request/show/1084088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-deepdiff?expand=0&rev=10
This commit is contained in:
2023-05-03 10:56:56 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b3b7b936213e96b95b9674f0fab88380de39175a3f35b356f3f5726b5675414
size 406346

3
deepdiff-6.3.0-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9558c9d1ebc99ad4f61ed9d28db5614baeaa5d9ab95cb3e77254bc249fe6b4fa
size 403981

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue May 2 15:55:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 6.3.0:
- PrefixOrSuffixOperator: This operator will skip strings that are
suffix or prefix of each other.
- include_obj_callback and include_obj_callback_strict are added
by [Håvard Thom](https://github.com/havardthom).
- Fixed a corner case where numpy's np.float32 nans are not
ignored when using ignore_nan_equality by [Noam
Gottlieb](https://github.com/noamgot)
- orjson becomes optional again.
- Fix for ignore_type_in_groups with numeric values so it does not
report number changes when the number types are different.
-------------------------------------------------------------------
Tue May 2 15:47:02 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Move python-orjson from Recommends to Requires, it's a requirement
right now in the latest release.
-------------------------------------------------------------------
Tue Feb 21 02:29:55 UTC 2023 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,12 +18,12 @@
%define skip_python2 1
Name: python-deepdiff
Version: 6.2.3
Version: 6.3.0
Release: 0
Summary: Deep Difference and Search of any Python object/data
License: MIT
URL: https://github.com/seperman/deepdiff
Source: https://github.com/seperman/deepdiff/archive/v%{version}.tar.gz#/deepdiff-%{version}-gh.tar.gz
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 jsonpickle}