Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-deepdiff for openSUSE:Factory 
checked in at 2022-06-28 15:22:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-deepdiff (Old)
 and      /work/SRC/openSUSE:Factory/.python-deepdiff.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-deepdiff"

Tue Jun 28 15:22:47 2022 rev:7 rq:985464 version:5.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-deepdiff/python-deepdiff.changes  
2022-01-26 21:28:32.013351570 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-deepdiff.new.1548/python-deepdiff.changes    
    2022-06-28 15:23:09.446012707 +0200
@@ -1,0 +2,22 @@
+Fri Jun 24 13:00:27 UTC 2022 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to 5.8.2
+  * Fixing dependency for Py3.6
+- DeepDiff 5.8.1 includes bug fixes:
+  * Fixed test suite for 32bit systems
+  * Fixed the issue when using ignore_order=True and group_by
+    simultaneously
+  * Added the support for diffing object properties (@property)
+  * Better support of diffing private variables
+- DeepDiff 5.8.0 includes bug fixes and improvements:
+  * Fixed the bug with delta randomly not producing the same
+    results when ignore_order=True
+  * Display detailed pretty when verbose
+  * Allow ordered-set version 4.1.x
+  * Removing extra logging when key is not found in DeepHash
+  * Fixed error when comparing non-utf8 byte strings with
+    ignore_order=True
+  * Fixed Tests fail after 2022-05-14
+  * Fixed TypeError is thrown when comparing bool and str
+
+-------------------------------------------------------------------

Old:
----
  deepdiff-5.6.0-gh.tar.gz

New:
----
  deepdiff-5.8.1-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-deepdiff.spec ++++++
--- /var/tmp/diff_new_pack.Ih6qKd/_old  2022-06-28 15:23:09.874013346 +0200
+++ /var/tmp/diff_new_pack.Ih6qKd/_new  2022-06-28 15:23:09.878013352 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-deepdiff
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
-%define skip_python36 1
 Name:           python-deepdiff
-Version:        5.6.0
+Version:        5.8.1
 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/%{version}.tar.gz#/deepdiff-%{version}-gh.tar.gz
+Source:         
https://github.com/seperman/deepdiff/archive/v%{version}.tar.gz#/deepdiff-%{version}-gh.tar.gz
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module jsonpickle}
 BuildRequires:  %{python_module numpy}
-BuildRequires:  %{python_module ordered-set}
+BuildRequires:  %{python_module ordered-set >= 4.0.2 with %python-ordered-set 
< 4.2}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toml}
@@ -39,7 +37,7 @@
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
-Requires:       python-ordered-set
+Requires:       (python-ordered-set >= 4.0.2 with python-ordered-set < 4.2)
 Recommends:     python-clevercsv
 Recommends:     python-click
 Recommends:     python-jsonpickle
@@ -69,10 +67,6 @@
 %check
 # we don't have the (optional) requirement CleverCSV for csv diffing
 donttest="(TestCommands and (csv or group_by)) or (test_load_path_content and 
csv)"
-if [ $(getconf LONG_BIT) -eq 32 ]; then
-  # reference expects int64 where 32-bit platforms return int32
-  donttest+=" or (test_numpy_delta_cases and 
delta_numpy7_arrays_of_different_sizes)"
-fi
 %pytest -k "not ($donttest)"
 
 %post

++++++ deepdiff-5.6.0-gh.tar.gz -> deepdiff-5.8.1-gh.tar.gz ++++++
++++ 2261 lines of diff (skipped)

Reply via email to