forked from pool/python-deepdiff
Accepting request 1066938 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1066938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-deepdiff?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01cb777b99f710cce35e58a9a227fc86843aac565d87bd91dfb3ba1e019781ea
|
||||
size 398702
|
||||
3
deepdiff-6.2.3-gh.tar.gz
Normal file
3
deepdiff-6.2.3-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b3b7b936213e96b95b9674f0fab88380de39175a3f35b356f3f5726b5675414
|
||||
size 406346
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 02:29:55 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Update to v6.2.3
|
||||
* Switching to Orjson for serialization to improve the performance.
|
||||
* Setting equal_nan=ignore_nan_inequality in the call for np.array_equal
|
||||
* Using Pytest's tmp_path fixture instead of /tmp/
|
||||
- from 6.2.2
|
||||
* Enum test fix for python 3.11
|
||||
* Adding support for dateutils rrules
|
||||
- from v6.2.1
|
||||
* Removed the print statements.
|
||||
- from v6.2.0
|
||||
* Major improvement in the diff report for lists when items are all
|
||||
hashable and the order of items is important.
|
||||
- from v6.1.0
|
||||
* DeepDiff.affected_paths can be used to get the list of all paths
|
||||
where a change, addition, or deletion was reported for.
|
||||
* DeepDiff.affected_root_keys can be used to get the list of all
|
||||
paths where a change, addition, or deletion was reported for.
|
||||
* Bugfix: ValueError when using Decimal 0.x
|
||||
* Serialization of UUID
|
||||
- from v6.0.0
|
||||
* Exclude obj callback strict parameter is added to DeepDiff
|
||||
A fix for diffing using iterable_compare_func with nested objects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 08:48:08 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-deepdiff
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-deepdiff
|
||||
Version: 5.8.1
|
||||
Version: 6.2.3
|
||||
Release: 0
|
||||
Summary: Deep Difference and Search of any Python object/data
|
||||
License: MIT
|
||||
@@ -29,21 +29,24 @@ BuildRequires: %{python_module click}
|
||||
BuildRequires: %{python_module jsonpickle}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module ordered-set >= 4.1.0 with %python-ordered-set < 4.2}
|
||||
BuildRequires: %{python_module orjson}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module toml}
|
||||
#BuildRequires: %%{python_module clevercsv} # not available
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires: (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2)
|
||||
Recommends: python-clevercsv
|
||||
Recommends: python-PyYAML
|
||||
Recommends: python-click
|
||||
Recommends: python-jsonpickle
|
||||
Recommends: python-numpy
|
||||
Recommends: python-pyyaml
|
||||
Recommends: python-orjson
|
||||
Recommends: python-toml
|
||||
#Suggests: python-clevercsv
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user