Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • debian-gis-team/python-pyproj
  • laney/python-pyproj
2 results
Show changes
Commits on Source (2)
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 <sebastic@debian.org> Fri, 26 Jul 2019 07:40:15 +0200
-- Bas Couwenberg <sebastic@debian.org> Wed, 07 Aug 2019 14:07:00 +0200
python-pyproj (2.2.2+ds-1~exp1) experimental; urgency=medium
......
......@@ -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
......