Antonio Valentino pushed to branch master at Debian GIS Project / pytroll-schedule
Commits: f4c49528 by Antonio Valentino at 2022-04-05T04:33:14+00:00 Fix compatibility with PyResample v1.23 - - - - - 6fdd3452 by Antonio Valentino at 2022-04-05T05:20:50+00:00 Update d/copyright - - - - - 49ba7bf1 by Antonio Valentino at 2022-04-05T05:21:22+00:00 Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/copyright - + debian/patches/0003-Fix-brikent-tests.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +pytroll-schedule (0.6.0-2) unstable; urgency=medium + + * debian/patches: + - new patch 0003-Fix-brikent-tests.patch. + Fixes compatibility with PyResample v1.23. + Closes: #1008947. + * Update d/copyright. + + -- Antonio Valentino <[email protected]> Tue, 05 Apr 2022 05:20:57 +0000 + pytroll-schedule (0.6.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/copyright ===================================== @@ -17,7 +17,7 @@ Copyright: 2018, Brian Warner License: CC0-1.0 Files: debian/* -Copyright: 2018-2021 Antonio Valentino <[email protected]> +Copyright: 2018-2022 Antonio Valentino <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/patches/0003-Fix-brikent-tests.patch ===================================== @@ -0,0 +1,24 @@ +From: Antonio Valentino <[email protected]> +Date: Tue, 5 Apr 2022 04:29:09 +0000 +Subject: Fix brikent tests + +Ensure compatibility with pyresample >= 1.23 + +Forwarded: https://github.com/pytroll/pytroll-schedule/issues/68 +--- + trollsched/tests/test_spherical.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/trollsched/tests/test_spherical.py b/trollsched/tests/test_spherical.py +index 8fa41b5..1ed125f 100644 +--- a/trollsched/tests/test_spherical.py ++++ b/trollsched/tests/test_spherical.py +@@ -459,7 +459,7 @@ class TestSphericalPolygon(unittest.TestCase): + poly2 = SphPolygon(np.deg2rad(vertices)) + + uni = np.array([[157.5, 89.23460094], +- [-225., 89.], ++ [135., 89.], + [112.5, 89.23460094], + [90., 89.], + [67.5, 89.23460094], ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0001-Do-not-install-broken-script.patch 0002-Install-tests.patch +0003-Fix-brikent-tests.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/compare/da42906f8114d3c9f63ebcc2fa0541b4fb687ecc...49ba7bf1b1aae2807b71be26788990654b5afe17 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/compare/da42906f8114d3c9f63ebcc2fa0541b4fb687ecc...49ba7bf1b1aae2807b71be26788990654b5afe17 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
