Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonpickle for
openSUSE:Factory checked in at 2026-07-28 17:55:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpickle (Old)
and /work/SRC/openSUSE:Factory/.python-jsonpickle.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonpickle"
Tue Jul 28 17:55:04 2026 rev:25 rq:1367876 version:4.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpickle/python-jsonpickle.changes
2026-07-20 10:01:32.092561855 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonpickle.new.2004/python-jsonpickle.changes
2026-07-28 17:57:18.547213590 +0200
@@ -1,0 +2,5 @@
+Mon Jul 27 05:19:51 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Skip two tests broken by Pandas 3 while we wait for 5.0.0 to release.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonpickle.spec ++++++
--- /var/tmp/diff_new_pack.LWAI4S/_old 2026-07-28 17:57:19.811257861 +0200
+++ /var/tmp/diff_new_pack.LWAI4S/_new 2026-07-28 17:57:19.815258001 +0200
@@ -79,6 +79,8 @@
donttest="test_multindex_dataframe_roundtrip"
# https://github.com/jsonpickle/jsonpickle/issues/460
donttest+=" or test_timedelta_index_roundtrip"
+# Pandas 3 fallout, remove when upgrading to 5.0.0
+donttest+=" or test_dataframe_roundtrip or test_pre_v3_4_df_decoding"
%if 0%{?suse_version} >= 1550 && 0%{?suse_version} < 1600 || 0%{?suse_version}
>= 1699
%pytest -ra -k "not ($donttest)"
%else