Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj
Commits: 63e3fd1e by Bas Couwenberg at 2019-08-07T11:32:36Z Disable tests for Python 2, see: #934116. - - - - - 90d8c47a by Bas Couwenberg at 2019-08-07T12:07:10Z Set distribution to experimental. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,9 @@ -python-pyproj (2.2.2+ds-1~exp2) UNRELEASED; urgency=medium +python-pyproj (2.2.2+ds-1~exp2) experimental; urgency=medium * Drop aenum.patch, only required for Python < 3.6. + * Disable tests for Python 2, see: #934116. - -- Bas Couwenberg <[email protected]> Fri, 26 Jul 2019 07:40:15 +0200 + -- Bas Couwenberg <[email protected]> Wed, 07 Aug 2019 14:07:00 +0200 python-pyproj (2.2.2+ds-1~exp1) experimental; urgency=medium ===================================== debian/rules ===================================== @@ -9,6 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pyproj export PYBUILD_TEST_PYTEST=1 +export PYBUILD_DISABLE=test/python2 # Path to system installed PROJ data. export PROJ_DIR=/usr View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/compare/9cdf6f5b84fa20173855447c1c1c969483046f9c...90d8c47adc72bbf0c2d5ca38c8fb9c949ccebe47 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/compare/9cdf6f5b84fa20173855447c1c1c969483046f9c...90d8c47adc72bbf0c2d5ca38c8fb9c949ccebe47 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
