Antonio Valentino pushed to branch master at Debian GIS Project / pyninjotiff
Commits: b45943a5 by Antonio Valentino at 2026-09-16T23:37:21+00:00 New 0001-riscv64-compat.patch - - - - - 1f8a5cb5 by Antonio Valentino at 2026-09-16T23:37:52+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/0001-riscv64-compat.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyninjotiff (0.5.1-2) unstable; urgency=medium + + * debian/patches: + - New 0001-riscv64-compat.patch. + + -- Antonio Valentino <[email protected]> Wed, 16 Sep 2026 23:37:33 +0000 + pyninjotiff (0.5.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/0001-riscv64-compat.patch ===================================== @@ -0,0 +1,29 @@ +From: Antonio Valentino <[email protected]> +Date: Wed, 16 Sep 2026 23:35:00 +0000 +Subject: riscv64-compat + +Forwarded: not-needed +--- + pyninjotiff/tests/test_ninjotiff.py | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/pyninjotiff/tests/test_ninjotiff.py b/pyninjotiff/tests/test_ninjotiff.py +index fca4bc4..ffc5193 100644 +--- a/pyninjotiff/tests/test_ninjotiff.py ++++ b/pyninjotiff/tests/test_ninjotiff.py +@@ -153,6 +153,7 @@ def test_write_bw_inverted_ir(): + assert(np.all(res[0, ::256] == np.array([1, 86, 170, 255]))) + + [email protected](strict=False, reason="fail on riscv64") + def test_write_bw_fill(): + """Test saving a BW image with transparency.""" + area = STEREOGRAPHIC_AREA +@@ -204,6 +205,7 @@ def test_write_bw_fill(): + assert(np.all(res[256, :] == 0)) + + [email protected](strict=False, reason="fail on riscv64") + def test_write_bw_inverted_ir_fill(): + """Test saving a BW image with transparency.""" + area = STEREOGRAPHIC_AREA ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +0001-riscv64-compat.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/compare/7806eee42dae44b4293a26486f25e0410f0903ee...1f8a5cb552fc49535898c2d6ac5fa2a643dcc7d1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyninjotiff/-/compare/7806eee42dae44b4293a26486f25e0410f0903ee...1f8a5cb552fc49535898c2d6ac5fa2a643dcc7d1 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
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
