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 2025-12-20 21:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpickle (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpickle.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpickle"

Sat Dec 20 21:46:07 2025 rev:23 rq:1323721 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpickle/python-jsonpickle.changes      
2025-09-29 16:38:25.538022818 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpickle.new.1928/python-jsonpickle.changes
    2025-12-20 21:47:27.481585295 +0100
@@ -1,0 +2,5 @@
+Mon Dec 15 10:20:21 UTC 2025 - Markéta Machová <[email protected]>
+
+- Exclude testing with pandas on Leap 16.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonpickle.spec ++++++
--- /var/tmp/diff_new_pack.g2ZzBn/_old  2025-12-20 21:47:28.057609138 +0100
+++ /var/tmp/diff_new_pack.g2ZzBn/_new  2025-12-20 21:47:28.057609138 +0100
@@ -46,7 +46,7 @@
 BuildRequires:  %{python_module feedparser}
 BuildRequires:  %{python_module gmpy2 if %python-base < 3.12}
 BuildRequires:  %{python_module numpy}
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1550 && 0%{?suse_version} < 1600 || 0%{?suse_version} 
>= 1699
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pymongo}
 BuildRequires:  %{python_module scikit-learn}
@@ -81,10 +81,10 @@
 donttest="test_multindex_dataframe_roundtrip"
 # https://github.com/jsonpickle/jsonpickle/issues/460
 donttest+=" or test_timedelta_index_roundtrip"
-%if 0%{?suse_version} < 1550
-%pytest -ra -k "not ($donttest)" tests jsonpickle/pickler.py 
jsonpickle/unpickler.py jsonpickle/util.py
-%else
+%if 0%{?suse_version} >= 1550 && 0%{?suse_version} < 1600 || 0%{?suse_version} 
>= 1699
 %pytest -ra -k "not ($donttest)"
+%else
+%pytest -ra -k "not ($donttest)" tests jsonpickle/pickler.py 
jsonpickle/unpickler.py jsonpickle/util.py
 %endif
 
 %files %{python_files}

Reply via email to