[Git][debian-gis-team/pycoast][master] 4 commits: New 0005-Relax-tolerance-for-pillow-9.4.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Fri Jan 6 11:17:31 GMT 2023



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


Commits:
156f0308 by Antonio Valentino at 2023-01-06T11:01:24+00:00
New 0005-Relax-tolerance-for-pillow-9.4.patch

- - - - -
91cb5781 by Antonio Valentino at 2023-01-06T11:04:05+00:00
Update copyright dates

- - - - -
f4fd1b9c by Antonio Valentino at 2023-01-06T11:04:22+00:00
Set distribution to unstable

- - - - -
48eb5c09 by Antonio Valentino at 2023-01-06T11:16:55+00:00
Enable CI on salsa

- - - - -


5 changed files:

- + debian/.gitlab-ci.yml
- debian/changelog
- debian/copyright
- + debian/patches/0005-Relax-tolerance-for-pillow-9.4.patch
- debian/patches/series


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+


=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
-pycoast (1.6.1+dfsg-2) UNRELEASED; urgency=medium
+pycoast (1.6.1+dfsg-2) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Enable numpy3 dh helper.
 
- -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 09:04:17 +0100
+  [ Antonio Valentino ]
+  * debian/patches:
+    - New 0005-Relax-tolerance-for-pillow-9.4.patch (Closes: #1028040).
+      Fix compatibility with Pillow 9.4 (see also
+      https://github.com/pytroll/pycoast/issues/82).
+    - debian/copyright:
+      - update copyright dates.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Fri, 06 Jan 2023 11:04:13 +0000
 
 pycoast (1.6.1+dfsg-1) unstable; urgency=medium
 


=====================================
debian/copyright
=====================================
@@ -32,7 +32,7 @@ Copyright: 1991-2008, P. Wessel & W. H. F. Smith
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2014-2022, Antonio Valentino <antonio.valentino at tiscali.it>
+Copyright: 2014-2023, Antonio Valentino <antonio.valentino at tiscali.it>
 License: GPL-3+
 
 License: CC0-1.0


=====================================
debian/patches/0005-Relax-tolerance-for-pillow-9.4.patch
=====================================
@@ -0,0 +1,22 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Fri, 6 Jan 2023 10:57:27 +0000
+Subject: Relax tolerance for pillow 9.4
+
+Forwarded: https://github.com/pytroll/pycoast/issues/82
+---
+ 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 fb8de34..7c8bea8 100644
+--- a/pycoast/tests/test_pycoast.py
++++ b/pycoast/tests/test_pycoast.py
+@@ -211,7 +211,7 @@ class TestContourWriterPIL(_ContourWriterTestBase):
+         )
+ 
+         res = np.array(img)
+-        assert fft_metric(grid_data, res), "Writing of grid to germ failed"
++        assert fft_metric(grid_data, res, max_value=1.1), "Writing of grid to germ failed"
+ 
+     def test_grid_geos(self):
+         from pycoast import ContourWriterPIL


=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
 0002-Fix-font-path.patch
 0003-Fix-sphinx-build.patch
 0004-Remove-versioneer-from-pyproject.toml.patch
+0005-Relax-tolerance-for-pillow-9.4.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/compare/7aff48fc65f607625ec843a7872ce329ef9cfe2a...48eb5c09ab211e088fd25fffaefc6f3aced11b26

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/compare/7aff48fc65f607625ec843a7872ce329ef9cfe2a...48eb5c09ab211e088fd25fffaefc6f3aced11b26
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/20230106/907ec95a/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list