Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-numcodecs for
openSUSE:Factory checked in at 2026-06-10 15:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numcodecs (Old)
and /work/SRC/openSUSE:Factory/.python-numcodecs.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numcodecs"
Wed Jun 10 15:51:24 2026 rev:13 rq:1358241 version:0.16.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numcodecs/python-numcodecs.changes
2026-02-26 18:53:25.889469330 +0100
+++
/work/SRC/openSUSE:Factory/.python-numcodecs.new.2375/python-numcodecs.changes
2026-06-10 15:51:47.393328465 +0200
@@ -1,0 +2,5 @@
+Tue Jun 9 18:57:21 UTC 2026 - Ben Greiner <[email protected]>
+
+- Don't test zarr on python311: No longer available (SPEC 0)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-numcodecs.spec ++++++
--- /var/tmp/diff_new_pack.FCNDri/_old 2026-06-10 15:51:48.529375542 +0200
+++ /var/tmp/diff_new_pack.FCNDri/_new 2026-06-10 15:51:48.533375708 +0200
@@ -66,7 +66,7 @@
BuildRequires: %{python_module numcodecs = %{version}}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pyzstd}
-BuildRequires: %{python_module zarr >= 3}
+BuildRequires: %{python_module zarr >= 3 if %python-base >= 3.12}
BuildRequires: zstd
%endif
# /SECTION
@@ -99,7 +99,9 @@
%if %{with test}
%check
# pcodec not in the distribution
-%pytest_arch --pyargs numcodecs -rsfE
--ignore=%{$python_sitearch}/numcodecs/pcodec.py
+# zarr3 not for python311
+python311_ignore="--ignore %{python311_sitearch}/numcodecs/zarr3.py"
+%pytest_arch --pyargs numcodecs -rsfE
--ignore=%{$python_sitearch}/numcodecs/pcodec.py ${$python_ignore}
%endif
%if !%{with test}