- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=21
This commit is contained in:
@@ -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}
|
||||
@@ -37,7 +37,6 @@ BuildRequires: %{python_module toml}
|
||||
#BuildRequires: %%{python_module clevercsv} # not available
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-orjson
|
||||
Requires: (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
@@ -45,6 +44,7 @@ Recommends: python-PyYAML
|
||||
Recommends: python-click
|
||||
Recommends: python-jsonpickle
|
||||
Recommends: python-numpy
|
||||
Recommends: python-orjson
|
||||
Recommends: python-toml
|
||||
#Suggests: python-clevercsv
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user