Antonio Valentino pushed to branch master at Debian GIS Project / pyspectral
Commits: 684d7daa by Antonio Valentino at 2024-03-24T17:27:14+00:00 Delete .pytest_cache after build - - - - - 15d6160e by Antonio Valentino at 2024-03-24T17:28:00+00:00 Update dates in d/copyright - - - - - bd33ce35 by Antonio Valentino at 2024-03-24T17:28:27+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pyspectral (0.13.0+ds-2) unstable; urgency=medium + + * debian/rules: + - Delete .pytest_cache after build (Closes: #1067344). + * Update dates in d/copyright. + + -- Antonio Valentino <[email protected]> Sun, 24 Mar 2024 17:28:11 +0000 + pyspectral (0.13.0+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/copyright ===================================== @@ -21,7 +21,7 @@ Copyright: 2012-2023, Pytroll Developers License: GPL-3+ Files: debian/* -Copyright: 2018-2023, Antonio Valentino <[email protected]> +Copyright: 2018-2024, Antonio Valentino <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/rules ===================================== @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export PYBUILD_TEST_ARGS=-k 'not test_rayleigh' --pyargs pyspectral +export PYBUILD_AFTER_TEST=${RM} -r {build_dir}/.pytest_cache # export PSP_CONFIG_FILE=debian/pyspectral_testcfg.yaml %: View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/compare/aec4fcb702e1b60c6264950955e9b4544c1f8861...bd33ce351621aa597747c2543793d056f7b25613 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/compare/aec4fcb702e1b60c6264950955e9b4544c1f8861...bd33ce351621aa597747c2543793d056f7b25613 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
