Antonio Valentino pushed to branch master at Debian GIS Project / aggdraw
Commits: f39bb4bc by Antonio Valentino at 2025-11-07T07:20:38+00:00 Skip test_graphics2 - - - - - 8eba02e2 by Antonio Valentino at 2025-11-07T07:27:06+00:00 Update dates in d/copyright - - - - - 1d441d7a by Antonio Valentino at 2025-11-07T07:27:06+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,18 @@ -aggdraw (1.3.19-2) UNRELEASED; urgency=medium +aggdraw (1.3.19-2) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.7.2, no changes. * Update lintian overrides. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. * Use test-build-validate-cleanup instead of test-build-twice. - -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 05:58:32 +0100 + [ Antonio Valentino ] + * debian/rules: + - Skip "test_graphics2". The test code is not compatible with Pillow 12. + Closes: #1120234. + * Update dates in d/copuright. + + -- Antonio Valentino <[email protected]> Fri, 07 Nov 2025 07:20:43 +0000 aggdraw (1.3.19-1) unstable; urgency=medium ===================================== debian/copyright ===================================== @@ -16,7 +16,7 @@ Copyright: 2002, Maxim Shemanarev (McSeem) License: agg2 Files: debian/* -Copyright: 2018-2024, Antonio Valentino <[email protected]> +Copyright: 2018-2025, Antonio Valentino <[email protected]> License: aggdraw License: aggdraw ===================================== debian/rules ===================================== @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=aggdraw export PYBUILD_TEST_CUSTOM=1 -export PYBUILD_TEST_ARGS=env PYTHONPATH={build_dir} python{version} selftest.py -v +export PYBUILD_TEST_ARGS=env PYTHONPATH={build_dir} python{version} selftest.py -v -k "not test_graphics2" export PYBUILD_BEFORE_TEST=cp selftest.py {build_dir} export PYBUILD_AFTER_TEST=rm -f {build_dir}/selftest.py View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/compare/9060efd86cfa1d4cdacc48f3912726907836b793...1d441d7af844e304a2e07812b3df133bedcf45d7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/compare/9060efd86cfa1d4cdacc48f3912726907836b793...1d441d7af844e304a2e07812b3df133bedcf45d7 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
