Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits: 6779a4cd by Bas Couwenberg at 2021-08-20T10:45:52+02:00 Set GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES to fix test failures. - - - - - d47c685c by Bas Couwenberg at 2021-08-20T11:08:05+02:00 Skip tests/test_drvsupport.py, fails with GDAL 3.3.1. (closes: #992526) - - - - - ff5283a8 by Bas Couwenberg at 2021-08-20T11:18:40+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +fiona (1.8.20-2) unstable; urgency=medium + + * Team upload. + * Set GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES to fix test failures. + * Skip tests/test_drvsupport.py, fails with GDAL 3.3.1. + (closes: #992526) + + -- Bas Couwenberg <[email protected]> Fri, 20 Aug 2021 11:08:06 +0200 + fiona (1.8.20-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -10,6 +10,8 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "@$(SOURCE_DATE_EPOCH)") DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) +export GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES + export PYBUILD_NAME=fiona export PYBUILD_AFTER_BUILD_python3 = mkdir -p doc-build && cd doc-build && PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' python{version} -m sphinx -N -bhtml -D today="$(BUILD_DATE)" ../docs/ ../build/html export PYBUILD_TEST_PYTEST=1 @@ -18,6 +20,7 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests export PYBUILD_TEST_ARGS=--ignore tests/test_bytescollection.py \ --ignore tests/test_collection.py \ --ignore tests/test_data_paths.py \ + --ignore tests/test_drvsupport.py \ --ignore tests/test_feature.py \ --ignore tests/test_filter_vsi.py \ --ignore tests/test_fio_bounds.py \ View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/e66048fa6dccf1d7b90b06a5870018c3e9fb732b...ff5283a82c122989fbd3a98837ecd38bbbed3c3d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/e66048fa6dccf1d7b90b06a5870018c3e9fb732b...ff5283a82c122989fbd3a98837ecd38bbbed3c3d 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
