Antonio Valentino pushed to branch master at Debian GIS Project / pycoast
Commits: 1ca48481 by Antonio Valentino at 2025-08-30T17:08:00+00:00 New 0004-pillow-13-compat.patch - - - - - 44815b6f by Antonio Valentino at 2025-08-30T17:08:48+00:00 Update dates in d/copyright - - - - - a5fc4460 by Antonio Valentino at 2025-08-30T17:09:40+00:00 Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/copyright - + debian/patches/0004-pillow-13-compat.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,16 @@ -pycoast (1.7.1+dfsg-2) UNRELEASED; urgency=medium +pycoast (1.7.1+dfsg-2) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.7.2, no changes. * Fix old FSF address in copyright file. * Update lintian overrides. - -- Bas Couwenberg <[email protected]> Sun, 28 Jul 2024 19:52:52 +0200 + [ Antonio Valentino ] + * debian/patches: + - New 0004-pillow-13-compat.patch (Closes: #1112371). + * Update dates in d/copyright. + + -- Antonio Valentino <[email protected]> Sat, 30 Aug 2025 17:09:16 +0000 pycoast (1.7.1+dfsg-1) unstable; urgency=medium ===================================== debian/copyright ===================================== @@ -33,7 +33,7 @@ Copyright: 1991-2008, P. Wessel & W. H. F. Smith License: GPL-2+ Files: debian/* -Copyright: 2014-2024, Antonio Valentino <[email protected]> +Copyright: 2014-2025, Antonio Valentino <[email protected]> License: GPL-3+ License: public-domain ===================================== debian/patches/0004-pillow-13-compat.patch ===================================== @@ -0,0 +1,20 @@ +From: Antonio Valentino <[email protected]> +Date: Sat, 30 Aug 2025 17:04:59 +0000 +Subject: pillow-13-compat + +Forwarded: not-needed +Origin: https://github.com/pytroll/pycoast/commit/2a7a2c941e313276b9739c2b78189becc939c228 +--- + pycoast/tests/test_pycoast.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pycoast/tests/test_pycoast.py b/pycoast/tests/test_pycoast.py +index 45aecbe..9d1583d 100644 +--- a/pycoast/tests/test_pycoast.py ++++ b/pycoast/tests/test_pycoast.py +@@ -2121,4 +2121,4 @@ def _create_background_image(add_pattern: bool, background_mode: str) -> Image: + if add_pattern: + img_data[6:30, 6:30, 0] = 127 + img_data[6:30, -30:-6, 0] = 127 +- return Image.fromarray(img_data, mode=background_mode) ++ return Image.fromarray(img_data) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 0001-Fix-font-path.patch 0002-Fix-sphinx-build.patch 0003-Remove-versioneer-from-pyproject.toml.patch +0004-pillow-13-compat.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/compare/1966ba919faa79a4e28f42d2682b06ee719dd333...a5fc44604c317641dd036b05875dd46270a92dbc -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/compare/1966ba919faa79a4e28f42d2682b06ee719dd333...a5fc44604c317641dd036b05875dd46270a92dbc 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
