[Git][debian-gis-team/kerchunk][master] 3 commits: New 0003-zarr-v3.3.x-compat.patch
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Thu Aug 27 18:34:35 BST 2026
Antonio Valentino pushed to branch master at Debian GIS Project / kerchunk
Commits:
38efe0d4 by Antonio Valentino at 2026-08-27T17:21:01+00:00
New 0003-zarr-v3.3.x-compat.patch
- - - - -
188f84c4 by Antonio Valentino at 2026-08-27T17:26:27+00:00
Add d/python3-kerchunk.lintian-overrides
- - - - -
39a7c1bb by Antonio Valentino at 2026-08-27T17:26:28+00:00
Set distribution to unstable
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/0003-zarr-v3.3.x-compat.patch
- debian/patches/series
- + debian/python3-kerchunk.lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+kerchunk (0.2.10-2) unstable; urgency=medium
+
+ * debian/patches:
+ - New 0003-zarr-v3.3.x-compat.patch (Closes: #1145452).
+ * Add d/python3-kerchunk.lintian-overrides.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 27 Aug 2026 17:06:02 +0000
+
kerchunk (0.2.10-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/patches/0003-zarr-v3.3.x-compat.patch
=====================================
@@ -0,0 +1,29 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Thu, 27 Aug 2026 16:59:36 +0000
+Subject: zarr-v3.3.x-compat
+
+Skip tests that are not compatible with zarr v3.3.0 and newer.
+See also:
+* https://github.com/zarr-developers/zarr-python/pull/3899
+* https://zarr.readthedocs.io/en/stable/release-notes/#bugfixes
+
+Forwarded: not-needed
+---
+ tests/test_hdf4.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/tests/test_hdf4.py b/tests/test_hdf4.py
+index 42a059d..9e3bcc4 100644
+--- a/tests/test_hdf4.py
++++ b/tests/test_hdf4.py
+@@ -5,7 +5,10 @@ import zarr
+ import kerchunk.hdf4
+ from kerchunk.utils import refs_as_store
+
++import pytest
+
++
++ at pytest.mark.xfail(zarr.__version__ >= '3.3', reason="incompatibility with zarr >= v3.3")
+ def test1():
+ here = os.path.dirname(__file__)
+ fn = os.path.join(here, "MOD14.hdf4")
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
0001-Fix-privacy-breaches.patch
0002-No-internet.patch
+0003-zarr-v3.3.x-compat.patch
=====================================
debian/python3-kerchunk.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positive
+package-contains-documentation-outside-usr-share-doc [usr/lib/python3/*-packages/kerchunk-*.*-info/*.txt]
View it on GitLab: https://salsa.debian.org/debian-gis-team/kerchunk/-/compare/e5b46fd9cb0714dfcc3c68db09e3e7e9fdfd2bd6...39a7c1bb73c8b6e3822c1bc486d6c43e0ecbb1e2
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/kerchunk/-/compare/e5b46fd9cb0714dfcc3c68db09e3e7e9fdfd2bd6...39a7c1bb73c8b6e3822c1bc486d6c43e0ecbb1e2
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260827/0e935d2e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list