From 8bcf9916d0f5ea47b9dfb7f1914d0b564a80791e4bccbe02c395c465319e0aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Apr 2020 10:54:45 +0000 Subject: [PATCH] Accepting request 790850 from home:mcalabkova:branches:devel:languages:python - update to 4.3.2 * Deprecation Warning Enhancement * DeepDiff not excluding paths when ignore_order is True * adding exclude_obj_callback OBS-URL: https://build.opensuse.org/request/show/790850 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=9 --- 4.2.0.tar.gz | 3 --- 4.3.2.tar.gz | 3 +++ python-deepdiff.changes | 8 ++++++++ python-deepdiff.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 4.2.0.tar.gz create mode 100644 4.3.2.tar.gz diff --git a/4.2.0.tar.gz b/4.2.0.tar.gz deleted file mode 100644 index 90c0e70..0000000 --- a/4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cad7a26be255d79701fa5b72b656bfbd68109bc5137b5c32392e295c6cda8dd -size 71397 diff --git a/4.3.2.tar.gz b/4.3.2.tar.gz new file mode 100644 index 0000000..ec97ec3 --- /dev/null +++ b/4.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225b7ee0ab6640d6485e8b47a67b4ddb37c6766f685798d93c0fa44be432a7e6 +size 73092 diff --git a/python-deepdiff.changes b/python-deepdiff.changes index 87c53db..b5c8df5 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 2 10:36:40 UTC 2020 - Marketa Calabkova + +- update to 4.3.2 + * Deprecation Warning Enhancement + * DeepDiff not excluding paths when ignore_order is True + * adding exclude_obj_callback + ------------------------------------------------------------------- Fri Mar 6 10:07:40 UTC 2020 - pgajdos@suse.com diff --git a/python-deepdiff.spec b/python-deepdiff.spec index c9383f1..88a594d 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-deepdiff -Version: 4.2.0 +Version: 4.3.2 Release: 0 Summary: Deep Difference and Search of any Python object/data License: MIT