Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj
Commits: c20ded51 by Bas Couwenberg at 2020-02-04T16:56:31+01:00 Add patch to fix FTBFS due to test failures. (closes: #950660) - - - - - 63ad59b1 by Bas Couwenberg at 2020-02-04T16:56:31+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/proj-6.3.0.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,11 @@ -python-pyproj (2.4.2+ds-3) UNRELEASED; urgency=medium +python-pyproj (2.4.2+ds-3) unstable; urgency=medium * Drop Name field from upstream metadata. * Bump Standards-Version to 4.5.0, no changes. + * Add patch to fix FTBFS due to test failures. + (closes: #950660) - -- Bas Couwenberg <[email protected]> Mon, 09 Dec 2019 09:39:35 +0100 + -- Bas Couwenberg <[email protected]> Tue, 04 Feb 2020 16:45:47 +0100 python-pyproj (2.4.2+ds-2) unstable; urgency=medium ===================================== debian/patches/proj-6.3.0.patch ===================================== @@ -0,0 +1,50 @@ +Description: Mark tests that fail with PROJ 6.3.0. +Author: Bas Couwenberg <[email protected]> +Bug-Debian: https://bugs.debian.org/950660 + +--- a/test/test_datum.py ++++ b/test/test_datum.py +@@ -1,8 +1,10 @@ + from numpy.testing import assert_almost_equal ++import pytest + + from pyproj import Proj, transform + + [email protected](reason='Fails with PROJ 6.3.0') + def test_datum(aoi_data_directory): + p1 = Proj(proj="latlong", datum="WGS84") + s_1 = -111.5 +--- a/test/test_doctest_wrapper.py ++++ b/test/test_doctest_wrapper.py +@@ -8,9 +8,12 @@ import platform + import sys + import warnings + ++import pytest ++ + import pyproj + + [email protected](reason='Fails with PROJ 6.3.0') + def test_doctests(aoi_data_directory): + """run the examples in the docstrings using the doctest module""" + +--- a/test/test_transformer.py ++++ b/test/test_transformer.py +@@ -258,6 +258,7 @@ def test_transform_no_exception(): + transformer.itransform([(1.716073972, 52.658007833)], errcheck=True) + + [email protected](reason='Fails with PROJ 6.3.0') + def test_transform__out_of_bounds(): + with pytest.warns(FutureWarning): + transformer = Transformer.from_proj("+init=epsg:4326", "+init=epsg:27700") +@@ -487,6 +488,7 @@ def test_transformer__operations_missing + assert Transformer.from_crs(7789, 8401).operations == () + + [email protected](reason='Fails with PROJ 6.3.0') + def test_transformer__operations__scope_remarks(): + transformer = Transformer.from_crs(28356, 7856) + assert transformer.scope is None ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +proj-6.3.0.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/compare/08536771d7f77e2658aa7e97ebdd8c0893cfe6de...63ad59b134fca84a23bd0afd858a13e1c18ae604 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/compare/08536771d7f77e2658aa7e97ebdd8c0893cfe6de...63ad59b134fca84a23bd0afd858a13e1c18ae604 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
