Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dask-image for
openSUSE:Factory checked in at 2026-05-12 19:30:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask-image (Old)
and /work/SRC/openSUSE:Factory/.python-dask-image.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask-image"
Tue May 12 19:30:56 2026 rev:2 rq:1352781 version:2025.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask-image/python-dask-image.changes
2026-03-02 17:38:39.579179743 +0100
+++
/work/SRC/openSUSE:Factory/.python-dask-image.new.1966/python-dask-image.changes
2026-05-12 19:32:55.406637387 +0200
@@ -1,0 +2,7 @@
+Tue May 12 13:16:51 UTC 2026 - Marius Grossu <[email protected]>
+
+- Drop support for Python 3.11: added %global skip_python311 1 in spec file
+ (bsc#1263906)
+- Skip memory-intensive test on 32-bit i586
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dask-image.spec ++++++
--- /var/tmp/diff_new_pack.ACft2r/_old 2026-05-12 19:32:56.342676144 +0200
+++ /var/tmp/diff_new_pack.ACft2r/_new 2026-05-12 19:32:56.342676144 +0200
@@ -15,7 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-
+%global skip_python311 1
Name: python-dask-image
Version: 2025.11.0
Release: 0
@@ -70,7 +70,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+%ifarch i586
+%pytest -k 'not (test_generic_filter_identity or
test_generic_filter_comprehensions)'
--ignore=tests/test_dask_image/test_ndinterp/test_affine_transformation.py
+%else
%pytest -k 'not (test_generic_filter_identity or
test_generic_filter_comprehensions)'
+%endif
%files %{python_files}
%doc README.rst