Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits: 5c62bec2 by Bas Couwenberg at 2022-09-19T13:30:04+02:00 Add patch to fix FTBFS on some architectures. - - - - - a6d9056b by Bas Couwenberg at 2022-09-19T13:31:38+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/series - + debian/patches/test_num2date_precision.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +cftime (1.6.2-2) unstable; urgency=medium + + * Add patch to fix FTBFS on some architectures. + + -- Bas Couwenberg <[email protected]> Mon, 19 Sep 2022 13:31:29 +0200 + cftime (1.6.2-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +test_num2date_precision.patch ===================================== debian/patches/test_num2date_precision.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix test failure on some architectures. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/Unidata/cftime/issues/293 + +--- a/test/test_cftime.py ++++ b/test/test_cftime.py +@@ -2182,6 +2182,7 @@ def test_date2num_unrecognized_units(uni + date2num(date, units=f"{units} since 2000-01-01", calendar="standard") + + [email protected](reason='Fails on some architectures', strict=False) + def test_num2date_precision(): + if sys.platform.startswith("win"): + pytest.skip("skipping tests that require float128 on windows") View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/compare/14ef9aec4a62c80ff0ffde413095fe3f569eb0b4...a6d9056b60312141d9853bff045f8cc04660372d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/compare/14ef9aec4a62c80ff0ffde413095fe3f569eb0b4...a6d9056b60312141d9853bff045f8cc04660372d 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
