Bas Couwenberg pushed to branch experimental at Debian GIS Project / fiona
Commits: 3752b429 by Bas Couwenberg at 2022-12-15T19:01:53+01:00 Copy pytest.ini to pybuild build directory. - - - - - b699e364 by Bas Couwenberg at 2022-12-15T19:20:53+01:00 Ignore additional tests that fail without network. - - - - - 84fd036b by Bas Couwenberg at 2022-12-15T19:32:02+01:00 Add python3-tz to build dependencies. - - - - - ae8a75d2 by Bas Couwenberg at 2022-12-15T19:32:02+01:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -fiona (1.9~b1-1) UNRELEASED; urgency=medium +fiona (1.9~b1-1~exp1) experimental; urgency=medium * Team upload. * New upstream beta release. @@ -6,8 +6,11 @@ fiona (1.9~b1-1) UNRELEASED; urgency=medium * Drop obsolete mock & six build dependencies. * Refresh patches. * Drop fiona-doc package, fails to build. + * Copy pytest.ini to pybuild build directory. + * Ignore additional tests that fail without network. + * Add python3-tz to build dependencies. - -- Bas Couwenberg <[email protected]> Wed, 14 Dec 2022 09:45:26 +0100 + -- Bas Couwenberg <[email protected]> Thu, 15 Dec 2022 19:20:56 +0100 fiona (1.8.22-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -18,7 +18,8 @@ Build-Depends: debhelper-compat (= 12), python3-cligj, python3-munch, python3-pytest, - python3-setuptools + python3-setuptools, + python3-tz Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/fiona Vcs-Git: https://salsa.debian.org/debian-gis-team/fiona.git -b experimental ===================================== debian/rules ===================================== @@ -12,8 +12,8 @@ export GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES export PYBUILD_NAME=fiona export PYBUILD_TEST_PYTEST=1 -export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir} -export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests +export PYBUILD_BEFORE_TEST=cp -r pytest.ini {dir}/tests {build_dir} +export PYBUILD_AFTER_TEST=rm -rf {build_dir}/pytest.ini {build_dir}/tests export PYBUILD_TEST_ARGS=--ignore tests/test_bytescollection.py \ --ignore tests/test_collection.py \ --ignore tests/test_data_paths.py \ @@ -32,11 +32,13 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_bytescollection.py \ --ignore tests/test_fio_ls.py \ --ignore tests/test_fio_rm.py \ --ignore tests/test_geopackage.py \ + --ignore tests/test_http_session.py \ --ignore tests/test_layer.py \ --ignore tests/test_listing.py \ --ignore tests/test_profile.py \ --ignore tests/test_unicode.py \ - --ignore tests/test_vfs.py + --ignore tests/test_vfs.py \ + --ignore tests/test_write.py %: dh $@ --with python3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/7add08cf35f86bd7ef224818a58ece3d13ebc097...ae8a75d2367803d0bab441a8c7002449652fcdb7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/7add08cf35f86bd7ef224818a58ece3d13ebc097...ae8a75d2367803d0bab441a8c7002449652fcdb7 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
