Bas Couwenberg pushed to branch master at Debian GIS Project / pymap3d
Commits: 421ead49 by Bas Couwenberg at 2025-12-12T09:52:07+01:00 Drop 0001-Fix-tests-on-armel.patch, armel architecture is gone. - - - - - 4 changed files: - debian/changelog - − debian/patches/0001-Fix-tests-on-armel.patch - debian/patches/0002-Fix-tests-on-i386.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pymap3d (3.2.0-4) UNRELEASED; urgency=medium + + * Team upload. + * Drop 0001-Fix-tests-on-armel.patch, armel architecture is gone. + + -- Bas Couwenberg <[email protected]> Fri, 12 Dec 2025 09:51:55 +0100 + pymap3d (3.2.0-3) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/patches/0001-Fix-tests-on-armel.patch deleted ===================================== @@ -1,31 +0,0 @@ -From: Antonio Valentino <[email protected]> -Date: Sat, 24 Jun 2023 15:36:21 +0000 -Subject: Fix tests on armel - -Temporary skip corner case test that fail on armel. -The issue is not reproducible in an ARM docker container on x86. - -Forwarded: https://github.com/geospace-code/pymap3d/issues/87 ---- - src/pymap3d/tests/test_geodetic.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/pymap3d/tests/test_geodetic.py b/src/pymap3d/tests/test_geodetic.py -index 11572b3..7eb515c 100755 ---- a/src/pymap3d/tests/test_geodetic.py -+++ b/src/pymap3d/tests/test_geodetic.py -@@ -22,12 +22,12 @@ xyzlla = [ - ((A - 1, 0, 0), (0, 0, -1)), - ((A + 1, 0, 0), (0, 0, 1)), - ((0.1 * A, 0, 0), (0, 0, -0.9 * A)), -- ((0.001 * A, 0, 0), (0, 0, -0.999 * A)), -+ # ((0.001 * A, 0, 0), (0, 0, -0.999 * A)), - ((0, A, 0), (0, 90, 0)), - ((0, A - 1, 0), (0, 90, -1)), - ((0, A + 1, 0), (0, 90, 1)), - ((0, 0.1 * A, 0), (0, 90, -0.9 * A)), -- ((0, 0.001 * A, 0), (0, 90, -0.999 * A)), -+ # ((0, 0.001 * A, 0), (0, 90, -0.999 * A)), - ((0, 0, B), (90, 0, 0)), - ((0, 0, B + 1), (90, 0, 1)), - ((0, 0, B - 1), (90, 0, -1)), ===================================== debian/patches/0002-Fix-tests-on-i386.patch ===================================== @@ -2,7 +2,7 @@ From: Antonio Valentino <[email protected]> Date: Sat, 23 Aug 2025 06:44:16 +0000 Subject: Fix tests on i386 -Releax taerget accuracy from 1e-9 to 3e-9. +Relax target accuracy from 1e-9 to 3e-9. Forwarded: not-needed --- ===================================== debian/patches/series ===================================== @@ -1,2 +1 @@ -0001-Fix-tests-on-armel.patch 0002-Fix-tests-on-i386.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pymap3d/-/commit/421ead49f4ccf20fadaa356191e1ac6ea63eb8e8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pymap3d/-/commit/421ead49f4ccf20fadaa356191e1ac6ea63eb8e8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
