[Git][debian-gis-team/flox][master] New 0002-BE-compat.patch
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Fri Feb 6 07:21:55 GMT 2026
Antonio Valentino pushed to branch master at Debian GIS Project / flox
Commits:
a0cb481c by Antonio Valentino at 2026-02-06T07:12:23+00:00
New 0002-BE-compat.patch
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/0002-BE-compat.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+flox (0.11.0-3) UNRELEASED; urgency=medium
+
+ * debian/patches:
+ - New 0002-BE-compat.patch.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Fri, 06 Feb 2026 07:11:57 +0000
+
flox (0.11.0-2) unstable; urgency=medium
* debian/control:
=====================================
debian/patches/0002-BE-compat.patch
=====================================
@@ -0,0 +1,21 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Fri, 6 Feb 2026 07:10:48 +0000
+Subject: BE compat
+
+---
+ tests/test_core.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test_core.py b/tests/test_core.py
+index 53a3a30..2154b99 100644
+--- a/tests/test_core.py
++++ b/tests/test_core.py
+@@ -2136,7 +2136,7 @@ def test_blockwise_avoid_rechunk() -> None:
+ array = dask.array.zeros((6,), chunks=(2, 4), dtype=np.int64)
+ by = np.array(["1", "1", "0", "", "0", ""], dtype="<U1")
+ actual, *groups = groupby_reduce(array, by, func="first")
+- assert_equal(groups, [["", "0", "1"]])
++ assert_equal(groups, np.asarray([["", "0", "1"]], dtype="<U1"))
+ assert_equal(actual, np.array([0, 0, 0], dtype=np.int64))
+
+
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
0001-Robust-module_available.patch
+0002-BE-compat.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/a0cb481c7f2e285031e979677963e932452b6a52
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/a0cb481c7f2e285031e979677963e932452b6a52
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260206/702d4cab/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list