Your message dated Thu, 25 Nov 2021 13:03:39 +0000
with message-id <e1mqepb-000996...@fasolo.debian.org>
and subject line Bug#999513: fixed in aplpy 2.0.3+git2020.05.29-1
has caused the Debian Bug report #999513,
regarding aplpy: FTBFS with matplotlib 3.5 (in experimental): ImportError: 
cannot import name 'ImageTk' from 'PIL' 
(/usr/lib/python3/dist-packages/PIL/__init__.py)
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.)


-- 
999513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aplpy
Version: 2.0.3-2
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-matplotlib35

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64, using matplotlib 3.5 currently in experimental. This version
will soon be uploaded to unstable.

If you have questions about this, please contact Sandro Tosi
<mo...@debian.org>.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> xvfb-run --server-args="-screen 0 1024x768x24" python3.9 setup.py test -vv 
> --args -v
> Matplotlib created a temporary config/cache directory at 
> /tmp/matplotlib-08xrsd5v because the default path 
> (/sbuild-nonexistent/.config/matplotlib) is not a writable directory; it is 
> highly recommended to set the MPLCONFIGDIR environment variable to a writable 
> directory, in particular to speed up the import of Matplotlib and to better 
> support multiprocessing.
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:161: 
> AstropyDeprecationWarning: The package argument to generate_version_py has 
> been deprecated and will be removed in future. Specify the package name in 
> setup.cfg instead
>   warnings.warn('The package argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:166: 
> AstropyDeprecationWarning: The version argument to generate_version_py has 
> been deprecated and will be removed in future. Specify the version number in 
> setup.cfg instead
>   warnings.warn('The version argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:171: 
> AstropyDeprecationWarning: The release argument to generate_version_py has 
> been deprecated and will be removed in future. We now use the presence of the 
> "dev" string in the version to determine whether this is a release
>   warnings.warn('The release argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:186: 
> AstropyDeprecationWarning: Specifying the package name using the 
> "package_name" option in setup.cfg is deprecated - use the "name" option 
> instead.
>   warnings.warn('Specifying the package name using the "package_name" '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:239: 
> AstropyDeprecationWarning: The packagename argument to generate_version_py 
> has been deprecated and will be removed in future. Specify the package name 
> in setup.cfg instead
>   warnings.warn('The packagename argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:244: 
> AstropyDeprecationWarning: The version argument to generate_version_py has 
> been deprecated and will be removed in future. Specify the version number in 
> setup.cfg instead
>   warnings.warn('The version argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:249: 
> AstropyDeprecationWarning: The release argument to generate_version_py has 
> been deprecated and will be removed in future. We now use the presence of the 
> "dev" string in the version to determine whether this is a release
>   warnings.warn('The release argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:264: 
> AstropyDeprecationWarning: Specifying the package name using the 
> "package_name" option in setup.cfg is deprecated - use the "name" option 
> instead.
>   warnings.warn('Specifying the package name using the "package_name" '
> /usr/lib/python3/dist-packages/setuptools/dist.py:294: 
> DistDeprecationWarning: use_2to3 is ignored.
>   warnings.warn(f"{attr} is ignored.", DistDeprecationWarning)
> running test
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File 
> "/tmp/aplpy-test-2x7pqawd/lib/python3.9/site-packages/aplpy/__init__.py", 
> line 14, in <module>
>     from .core import FITSFigure  # noqa
>   File "/tmp/aplpy-test-2x7pqawd/lib/python3.9/site-packages/aplpy/core.py", 
> line 10, in <module>
>     import matplotlib.pyplot as plt
>   File "/usr/lib/python3/dist-packages/matplotlib/pyplot.py", line 2226, in 
> <module>
>     switch_backend(rcParams["backend"])
>   File "/usr/lib/python3/dist-packages/matplotlib/pyplot.py", line 267, in 
> switch_backend
>     class backend_mod(matplotlib.backend_bases._Backend):
>   File "/usr/lib/python3/dist-packages/matplotlib/pyplot.py", line 268, in 
> backend_mod
>     locals().update(vars(importlib.import_module(backend_name)))
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "/usr/lib/python3/dist-packages/matplotlib/backends/backend_tkagg.py", 
> line 1, in <module>
>     from . import _backend_tk
>   File "/usr/lib/python3/dist-packages/matplotlib/backends/_backend_tk.py", 
> line 14, in <module>
>     from PIL import Image, ImageTk
> ImportError: cannot import name 'ImageTk' from 'PIL' 
> (/usr/lib/python3/dist-packages/PIL/__init__.py)
> INFO: installing to temporary directory: /tmp/aplpy-test-2x7pqawd 
> [astropy.tests.command]
> make[1]: *** [debian/rules:12: test-python3.9] Error 1


The full build log is available from:
http://qa-logs.debian.net/http://qa-logs.debian.net/2021/11/numpy-matplotlib/matplotlib-exp/aplpy_2.0.3-2_unstable_matplotlib-exp.log

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: aplpy
Source-Version: 2.0.3+git2020.05.29-1
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
aplpy, 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 999...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated aplpy 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: Tue, 23 Nov 2021 10:10:14 +0100
Source: aplpy
Architecture: source
Version: 2.0.3+git2020.05.29-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 999513
Changes:
 aplpy (2.0.3+git2020.05.29-1) unstable; urgency=medium
 .
   * Build depend on pil.imagetk. Closes: #999513
   * Remove unneeded versions for build dependencies
   * New upstream version 2.0.3+git2020.05.29
   * Drop unneeded astropy-helpers build dep
   * Remove outdated d/patches
   * astropy.nddata.utils -> astropy.nddata.blocks
   * Install test data
   * Updates test_save.py for matplotlib 3.4
   * Add pytest and setuptools-scm build deps
   * Simplifx d/rules: remove explicit test command
   * Update test commands
Checksums-Sha1:
 16e4e29f7c1b5bd16111c6236331a1b6e278f3ef 2348 aplpy_2.0.3+git2020.05.29-1.dsc
 978d0bb6e5ecedc8fe1db003c49e4b1b780af521 1315170 
aplpy_2.0.3+git2020.05.29.orig.tar.gz
 72a4abe3c68e55d68d80b37376bc8f378617f00d 4288 
aplpy_2.0.3+git2020.05.29-1.debian.tar.xz
Checksums-Sha256:
 a4703cdbc9c3e49806765493744eada76984a7350a7f90733c5d68c52568f49d 2348 
aplpy_2.0.3+git2020.05.29-1.dsc
 341f4120d16fccafaccd6db206b04f6c6824c38dc8f50bdaca8738f1606cf6a9 1315170 
aplpy_2.0.3+git2020.05.29.orig.tar.gz
 2a475bdefbd4021298fb5b770c77a6265d45b3bebc210aa4879d8c53b77575a4 4288 
aplpy_2.0.3+git2020.05.29-1.debian.tar.xz
Files:
 7a624127e9b4476421f3bd8bd0c04ccb 2348 python optional 
aplpy_2.0.3+git2020.05.29-1.dsc
 77bd709e9671a2a2644769d966d20ef2 1315170 python optional 
aplpy_2.0.3+git2020.05.29.orig.tar.gz
 ee532399420c964b5c4a6b73cb4628fb 4288 python optional 
aplpy_2.0.3+git2020.05.29-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmGfhmcACgkQcRWv0HcQ
3PcNiA/9H80IByx5WNS4e96LWWLWnxjA2LxuPnMDPBwRLlFpk71foZEKHeUX4gL+
YimEmEotbViF3Bjd5IVW/eTUMHKoVcL1M+b7xtKmyZxw5xSi66npzKtIRG0i756t
oIl32vsF+mNKqpkMirlLpbe6X5VSaLG0FcuN7nteR/DmwtqGAgwZJ5VyqhpjtSe8
puWMBRZeVfuuf4tAEI65Fsh+icw8fm/DES6RDnS4rsR7wWiSCwhfGcApEyv40uhp
coSfYpzcgz6uv944l61BIvlrEpnjg+tfhrraCx5GOO/NFjgC0d9BsLXmyXDVpp++
LbFNwg7+d5IqZWefXYmbQ0d4xSx8OOQRjnOUHbJsWpnzAJ+TSfwMjkVtQhQ0KyvW
pO6z5gPeyCFhcK6HJ1A7knBUQkgoXO/WwVPAktqGtgRwsW2EDm9LnIju/Rs/ckjn
vJEjQLcY05gZnb1C/WklqErJx+/pXt7MDw5MfVKlx2RwbPJoykFd3S1ZaSq5MjZr
x9iM9DiizamoSW/dBS2GwaG53DFt2IiPrtvNSQ/D0D/pH73KIrOTBpvtFbajcqTM
avziAqeY9GkQX7OJWvzq0gIZCIv0onL6eKRiul9W/QMvkyVrOGuviUNTkdRsyQxw
UMsPmsH41jmeTtFqkjJMcruJchM71ISMHcKF2ytdRGHh8IrGg50=
=711/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to