Your message dated Fri, 06 Jan 2023 11:53:07 +0000
with message-id <e1pdlhx-00ck1f...@fasolo.debian.org>
and subject line Bug#1028040: fixed in pycoast 1.6.1+dfsg-2
has caused the Debian Bug report #1028040,
regarding pycoast: FTBFS with pillow 9.4.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1028040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028040
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pycoast
Version: 1.6.1+dfsg-1
Severity: serious
Tags: ftbfs

Hi Maintainer

As can be seen on reproducible builds [1], pycoast fails to build from
source since the upload of pillow 9.4.0.  I've copied what I hope is
the relevant part of the log below.

Regards
Graham


[1] https://tests.reproducible-builds.org/debian/rb-pkg/pycoast.html


=================================== FAILURES ===================================
_____________________ TestContourWriterPIL.test_grid_germ ______________________

self = <pycoast.tests.test_pycoast.TestContourWriterPIL object at
0x7f210c9d1540>

    def test_grid_germ(self):
        """Check that issue #26 is fixed."""
        from pycoast import ContourWriterPIL

        result_file = os.path.join(os.path.dirname(__file__), "grid_germ.png")
        grid_img = Image.open(result_file)
        grid_data = np.array(grid_img)
        img = Image.new("RGB", (1024, 1024))
        proj4_string = "+proj=stere +ellps=bessel +lat_0=90.0
+lon_0=5.0 +lat_ts=50.0 +a=6378144.0 +b=6356759.0"
        area_extent = [-155100.436345, -4441495.37946, 868899.563655,
-3417495.37946]

        area_def = (proj4_string, area_extent)

        cw = ContourWriterPIL(gshhs_root_dir)

        cw.add_coastlines(img, area_def, resolution="l", level=4)
        font = ImageFont.truetype(os.path.join(os.path.dirname(__file__),
"test_data", "DejaVuSerif.ttf"), 16)
        cw.add_grid(
            img,
            area_def,
            (10.0, 10.0),
            (2.0, 2.0),
            font=font,
            fill="yellow",
            write_text=True,
            outline="red",
            minor_outline="white",
        )

        res = np.array(img)
>       assert fft_metric(grid_data, res), "Writing of grid to germ failed"
E       AssertionError: Writing of grid to germ failed
E       assert False
E        +  where False = fft_metric(array([[[0, 0, 0],\n        [0,
0, 0],\n        [0, 0, 0],\n        ...,\n        [0, 0, 0],\n
[0, 0, 0],\n        [0...     [0, 0, 0],\n        [0, 0, 0],\n
...,\n        [0, 0, 0],\n        [0, 0, 0],\n        [0, 0, 0]]],
dtype=uint8), array([[[0, 0, 0],\n        [0, 0, 0],\n        [0, 0,
0],\n        ...,\n        [0, 0, 0],\n        [0, 0, 0],\n
[0...     [0, 0, 0],\n        [0, 0, 0],\n        ...,\n        [0, 0,
0],\n        [0, 0, 0],\n        [0, 0, 0]]], dtype=uint8))

../../../pycoast/tests/test_pycoast.py:214: AssertionError

--- End Message ---
--- Begin Message ---
Source: pycoast
Source-Version: 1.6.1+dfsg-2
Done: Antonio Valentino <antonio.valent...@tiscali.it>

We believe that the bug you reported is fixed in the latest version of
pycoast, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1028...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated pycoast 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 06 Jan 2023 11:04:13 +0000
Source: pycoast
Architecture: source
Version: 1.6.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1028040
Changes:
 pycoast (1.6.1+dfsg-2) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Enable numpy3 dh helper.
 .
   [ 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.
Checksums-Sha1:
 fb7a54632986bfe94ba2b4513ac002319764c895 2446 pycoast_1.6.1+dfsg-2.dsc
 01dd52dd2b1bc5cce79c8ac6f145d9a02db6edd0 8404 
pycoast_1.6.1+dfsg-2.debian.tar.xz
 8868dce90c0b83c0033d8246e51618536451cce4 12347 
pycoast_1.6.1+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 1fa4a3cbf3158bd1a9455f0b71bd2fd410e304cc1bd58169f18cc4bc57ed3373 2446 
pycoast_1.6.1+dfsg-2.dsc
 abcdfb799a9a1a8d11e214b522100a316a67a2c12a1ded902326e216fb11c778 8404 
pycoast_1.6.1+dfsg-2.debian.tar.xz
 33dae5af9bdd3fce35ae848b4486b30a44818d990b1d05d80ec281280f051242 12347 
pycoast_1.6.1+dfsg-2_amd64.buildinfo
Files:
 e879737dc9eef258a3ee65c0c0064358 2446 python optional pycoast_1.6.1+dfsg-2.dsc
 c45d1ec630537528be8a4959c4e2ffbc 8404 python optional 
pycoast_1.6.1+dfsg-2.debian.tar.xz
 8afd5abe72e1ad5b371f97f31e2f4948 12347 python optional 
pycoast_1.6.1+dfsg-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmO4CFUdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBLKXQ/+IiPFjWvJ5MRHlaCa
L3sYVZbiIExWizzf1+BgrH+az27+9SXkSDJKacD+egvm9+IZQaBnOdjoeKgxb6BM
hUB/y7Ssz4fLxUq73jmpdrLJThQ38uk7pNtf2TRqNQtOEaJC23InyDSBhD0BMfXM
MvecfxwCyq/h6bYR3HofnoG7dUuqjTAwmmQervRm+3ntF8XXWcwyyQpTYfqFM+aB
8muKBjaYYKyDA8sa6oWT2MesIZRS/p+BEeSdZZOgEsRRZsghxUMB8NmewryQnYeF
t4rK/+/ORJ+wsc/68qa5djEpNksTclGtF5qwYsfVNxhFyOk4m+2wvUeO460D0Ukb
TdottFb05Ete+OqMAEtv3UoXD6G2YMynsZcUGZudgfDDpfPZ2FkXRPVdOBWT34HS
fkjKt3mpxeXjA3Nq1H7wAbBX6QyUnDPqKmPZtg8vZBBEW+IDksFzZz7tnPl369nU
OIeiHY39omxyVMVgOzzqkNh4LB/Ron6cCMLE+KqyinNbKP92TJB4WbFeN07r1C1e
sZufRpXk9tAWpxCKByZZ+JjWp4ye9BCJy34acPVfJEujuM3eYW9bVqTRUvmww9YW
SgGTAcMT1DZiPWqaiLFoAqbxpoOhY7eS2ZzIRqFlM6VMUVMqPbVP9RDZ221apgNp
fTxdaB5EmAiMEt6UNvyPYYcs5i8=
=ejtM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to