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 2026-07-28 17:54:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-deepdiff (Old)
and /work/SRC/openSUSE:Factory/.python-deepdiff.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-deepdiff"
Tue Jul 28 17:54:53 2026 rev:21 rq:1367874 version:9.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-deepdiff/python-deepdiff.changes
2026-04-10 21:28:50.814586764 +0200
+++
/work/SRC/openSUSE:Factory/.python-deepdiff.new.2004/python-deepdiff.changes
2026-07-28 17:57:07.782837051 +0200
@@ -1,0 +2,5 @@
+Mon Jul 27 05:15:31 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update BuildRequires to match reality.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-deepdiff.spec ++++++
--- /var/tmp/diff_new_pack.CxCKdR/_old 2026-07-28 17:57:09.410893985 +0200
+++ /var/tmp/diff_new_pack.CxCKdR/_new 2026-07-28 17:57:09.414894125 +0200
@@ -36,12 +36,13 @@
BuildRequires: %{python_module jsonpickle >= 4.1.1}
BuildRequires: %{python_module orderly-set >= 5.5.0}
BuildRequires: %{python_module orjson >= 3.11.7}
-BuildRequires: %{python_module pandas >= 2.2.0}
+BuildRequires: %{python_module pandas >= 3.0.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pydantic >= 2.12.5}
BuildRequires: %{python_module pytest >= 9.0.2}
BuildRequires: %{python_module pytest-benchmark >= 5.2.3}
BuildRequires: %{python_module python-dateutil >= 2.9.0}
+BuildRequires: %{python_module pytz}
BuildRequires: %{python_module tomli >= 2.4.0}
BuildRequires: %{python_module tomli-w >= 1.2.0}
BuildRequires: %{python_module uuid6 == 2025.0.1}
@@ -91,8 +92,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) or (test_polars)"
-# failure on Python 3.13 https://github.com/seperman/deepdiff/issues/474
-donttest+=" or (TestCommands and test_diff_command and t1_corrupt)"
%pytest -k "not ($donttest)"
%pre