Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-streamz for openSUSE:Factory 
checked in at 2026-09-16 17:44:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-streamz (Old)
 and      /work/SRC/openSUSE:Factory/.python-streamz.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-streamz"

Wed Sep 16 17:44:54 2026 rev:15 rq:1378233 version:0.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes    
2026-04-28 12:00:03.238693519 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-streamz.new.383539/python-streamz.changes    
    2026-09-16 17:48:52.583390334 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 02:52:17 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add patch support-pands-3.patch:
+  * Use argument 'q' rather than 'quantile' in one paramaterized test.
+
+-------------------------------------------------------------------

New:
----
  support-pands-3.patch

----------(New B)----------
  New:
- Add patch support-pands-3.patch:
  * Use argument 'q' rather than 'quantile' in one paramaterized test.
----------(New E)----------

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

Other differences:
------------------
++++++ python-streamz.spec ++++++
--- /var/tmp/diff_new_pack.uTfwFR/_old  2026-09-16 17:48:53.959447806 +0200
+++ /var/tmp/diff_new_pack.uTfwFR/_new  2026-09-16 17:48:53.962447931 +0200
@@ -25,6 +25,8 @@
 Source:         
https://files.pythonhosted.org/packages/source/s/streamz/streamz-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE streamz-opensuse-python-exec.patch -- call tests with 
correct flavor
 Patch0:         streamz-opensuse-python-exec.patch
+# PATCH-FIX-OPENSUSE Support Pandas 3.0
+Patch1:         support-pands-3.patch
 BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}

++++++ support-pands-3.patch ++++++
Index: streamz-0.6.6/streamz/dataframe/tests/test_dataframes.py
===================================================================
--- streamz-0.6.6.orig/streamz/dataframe/tests/test_dataframes.py
+++ streamz-0.6.6/streamz/dataframe/tests/test_dataframes.py
@@ -413,7 +413,7 @@ def test_setitem_overwrites(stream):
     pytest.param({}, 'var', marks=pytest.mark.slow),
     pytest.param({}, 'count', marks=pytest.mark.slow),
     ({'ddof': 0}, 'std'),
-    pytest.param({'quantile': 0.5}, 'quantile', marks=pytest.mark.slow)
+    pytest.param({'q': 0.5}, 'quantile', marks=pytest.mark.slow)
     # ({'arg': {'A':'sum', 'B':'min'}, 'aggregate') -- deprecated with 
Pandas1.0
 ])
 @pytest.mark.parametrize('window', [

Reply via email to