Antonio Valentino pushed to branch master at Debian GIS Project / trollimage


Commits:
f442ecac by Antonio Valentino at 2026-09-01T21:41:44+00:00
New 0002-affine-v3.0.x-compat.patch

- - - - -
5c0bdc3c by Antonio Valentino at 2026-09-01T21:42:13+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0002-affine-v3.0.x-compat.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
-trollimage (1.28.0-2) UNRELEASED; urgency=medium
+trollimage (1.28.0-2) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Bump Standards-Version to 4.7.4, no changes.
 
- -- Bas Couwenberg <[email protected]>  Sat, 04 Apr 2026 10:24:14 +0200
+  [ Antonio Valentino ]
+  * debian/patches:
+    - New 0002-affine-v3.0.x-compat.patch (Closes: #1146279).
+
+ -- Antonio Valentino <[email protected]>  Tue, 01 Sep 2026 
21:41:49 +0000
 
 trollimage (1.28.0-1) unstable; urgency=medium
 


=====================================
debian/patches/0002-affine-v3.0.x-compat.patch
=====================================
@@ -0,0 +1,25 @@
+From: Antonio Valentino <[email protected]>
+Date: Tue, 1 Sep 2026 21:39:43 +0000
+Subject: affine-v3.0.x-compat
+
+Origin: 
https://github.com/pytroll/trollimage/commit/b5975db7cc20a79c28c9e8ea7163c02aceaa4ba7
+Forwarded: not-needed
+---
+ pyproject.toml | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 95cb5a9..1c380f3 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -30,6 +30,10 @@ filterwarnings = [
+     "ignore:'mode' parameter is deprecated",
+     # dask deprecated the map_blocks token= kwarg but it is being reverted
+     "ignore:The `token=` keyword to `map_blocks` has been moved 
to:FutureWarning",
++    # rasterio composes affine transforms with `*` (ex. 
rasterio.transform.from_bounds, used by
++    # trollimage when writing geotiffs); affine 3.1 made that a 
PendingDeprecationWarning.
++    # Remove once rasterio switches to the `@` matmul operator.
++    "ignore:Use `@` matmul instead of:PendingDeprecationWarning:rasterio",
+ ]
+ log_cli_level = "info"
+ testpaths = [


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 0001-No-display.patch
+0002-affine-v3.0.x-compat.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/trollimage/-/compare/bd519429bea826d6c702dfb1446e3393c37aaa71...5c0bdc3cfa76e268be2a256769e46ab30ce3039e

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/trollimage/-/compare/bd519429bea826d6c702dfb1446e3393c37aaa71...5c0bdc3cfa76e268be2a256769e46ab30ce3039e
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to