[Git][debian-gis-team/trollimage][master] 4 commits: Update dates in d/copyright
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Aug 30 19:12:44 BST 2025
Antonio Valentino pushed to branch master at Debian GIS Project / trollimage
Commits:
2d2c46e6 by Antonio Valentino at 2025-08-30T17:16:06+00:00
Update dates in d/copyright
- - - - -
2b9229c2 by Antonio Valentino at 2025-08-30T17:19:11+00:00
Add tags to 0001-No-display.patch
- - - - -
ac617d7c by Antonio Valentino at 2025-08-30T18:09:33+00:00
New 0003-Pillow-11.3-compat.patch
- - - - -
f4688ec1 by Antonio Valentino at 2025-08-30T18:10:05+00:00
Set distribution to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/copyright
- debian/patches/0001-No-display.patch
- + debian/patches/0003-Pillow-11.3-compat.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,15 @@
-trollimage (1.26.0-2) UNRELEASED; urgency=medium
+trollimage (1.26.0-2) unstable; urgency=medium
- * Team upload.
+ [ Bas Couwenberg ]
* Bump Standards-Version to 4.7.2, no changes.
- -- Bas Couwenberg <sebastic at debian.org> Thu, 20 Mar 2025 06:24:47 +0100
+ [ Antonio Valentino ]
+ * Update dates in d/copyright.
+ * Add "Forwarded: not-needed" tag to 0001-No-display.patch.
+ * debian/patches:
+ - New 0003-Pillow-11.3-compat.patch (closes: #1112370).
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 30 Aug 2025 18:09:44 +0000
trollimage (1.26.0-1) unstable; urgency=medium
=====================================
debian/copyright
=====================================
@@ -43,7 +43,7 @@ License: public-domain
For more information, please refer to <http://unlicense.org/>
Files: debian/*
-Copyright: 2018-2024, Antonio Valentino <antonio.valentino at tiscali.it>
+Copyright: 2018-2025, Antonio Valentino <antonio.valentino at tiscali.it>
License: GPL-3+
License: GPL-3+
=====================================
debian/patches/0001-No-display.patch
=====================================
@@ -3,6 +3,8 @@ Date: Sat, 15 Dec 2018 20:55:54 +0000
Subject: No display
Skip tests that require display.
+
+Forwarded: not-needed
---
trollimage/tests/test_image.py | 1 +
1 file changed, 1 insertion(+)
=====================================
debian/patches/0003-Pillow-11.3-compat.patch
=====================================
@@ -0,0 +1,26 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 30 Aug 2025 18:08:14 +0000
+Subject: Pillow 11.3 compat
+
+Forwarded: not-needed
+Origin: https://github.com/pytroll/trollimage/pull/203
+---
+ pyproject.toml | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index f786294..7fcec4f 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -25,6 +25,11 @@ filterwarnings = [
+ # dateutil needs a new release
+ # https://github.com/dateutil/dateutil/issues/1314
+ 'ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal:DeprecationWarning:dateutil',
++ # updates incoming in pillow that remove this warning for our use cases
++ # https://github.com/python-pillow/Pillow/pull/9063
++ "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",
+ ]
+ log_cli_level = "info"
+ testpaths = [
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
0001-No-display.patch
0002-Compatibility-with-numpy-2.patch
+0003-Pillow-11.3-compat.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/-/compare/6a774e9919efc4a1a1396604bdaa246cc0111e21...f4688ec1f5fafd80b7fc67a91dee7dbf8970bfc5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/-/compare/6a774e9919efc4a1a1396604bdaa246cc0111e21...f4688ec1f5fafd80b7fc67a91dee7dbf8970bfc5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250830/ae7b5981/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list