Your message dated Sun, 26 Dec 2021 13:18:41 +0000
with message-id <e1n1tq9-00015v...@fasolo.debian.org>
and subject line Bug#1002410: fixed in astroplan 0.7-2
has caused the Debian Bug report #1002410,
regarding astroplan: FTBFS: ImportError: cannot import name 'Sequence' from
'collections' (/usr/lib/python3.10/collections/__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.)
--
1002410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: astroplan
Version: 0.7-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> xvfb-run -a python3.10 setup.py test
> Matplotlib created a temporary config/cache directory at
> /tmp/matplotlib-g_1na5hc 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:300:
> DistDeprecationWarning: use_2to3 is ignored.
> warnings.warn(f"{attr} is ignored.", DistDeprecationWarning)
> running test
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
> pip and other standards-based tools.
> warnings.warn(
> ============================= test session starts
> ==============================
> platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /tmp/astroplan-test-pqyd3mz9/lib/python3.10/site-packages,
> configfile: setup.cfg
> plugins: hypothesis-5.43.3, mock-3.6.1, filter-subpackage-0.1.1,
> remotedata-0.3.2, openfiles-0.5.0, cov-3.0.0, astropy-header-0.1.2,
> doctestplus-0.11.2, arraydiff-0.3
> collected 96 items / 1 error / 7 skipped / 88 selected
>
> ==================================== ERRORS
> ====================================
> ______________ ERROR collecting astroplan/plots/tests/test_sky.py
> ______________
> ImportError while importing test module
> '/tmp/astroplan-test-pqyd3mz9/lib/python3.10/site-packages/astroplan/plots/tests/test_sky.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> astroplan/plots/__init__.py:9: in <module>
> from .time_dependent import *
> astroplan/plots/time_dependent.py:9: in <module>
> from collections import Sequence
> E ImportError: cannot import name 'Sequence' from 'collections'
> (/usr/lib/python3.10/collections/__init__.py)
> =============================== warnings summary
> ===============================
> ../../../../../usr/lib/python3/dist-packages/astropy/tests/plugins/display.py:16
> /usr/lib/python3/dist-packages/astropy/tests/plugins/display.py:16:
> AstropyDeprecationWarning: The astropy.tests.plugins.display plugin has been
> deprecated. See the pytest-astropy-header documentation for information on
> migrating to using pytest-astropy-header to customize the pytest header.
> warnings.warn('The astropy.tests.plugins.display plugin has been
> deprecated. '
>
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info
> ============================
> ERROR astroplan/plots/tests/test_sky.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> ==================== 7 skipped, 1 warning, 1 error in 0.41s
> ====================
> INFO: installing to temporary directory: /tmp/astroplan-test-pqyd3mz9
> [astropy.tests.command]
> make[1]: *** [debian/rules:28: python-test3.10] Error 2
The full build log is available from:
http://qa-logs.debian.net/2021/12/20/astroplan_0.7-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
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: astroplan
Source-Version: 0.7-2
Done: Vincent Prat <v...@debian.org>
We believe that the bug you reported is fixed in the latest version of
astroplan, 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 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Prat <v...@debian.org> (supplier of updated astroplan 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: Sun, 26 Dec 2021 13:57:48 +0100
Source: astroplan
Architecture: source
Version: 0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Vincent Prat <v...@debian.org>
Closes: 1002410
Changes:
astroplan (0.7-2) unstable; urgency=medium
.
* New patch to fix import with Python 3.10 (Closes: #1002410)
* Change homepage for Github page
* Bump Standards-Version to 4.6.0.1
* Update copyright file
Checksums-Sha1:
91d82ae1ef0108d4e2a9908bcee9ef4bad9143f2 2239 astroplan_0.7-2.dsc
1609ec92546e6bfa3973c8ec986c31777b694910 7128 astroplan_0.7-2.debian.tar.xz
3cb07e9c092463904c2fbf84c4046122fc2a10fe 13027 astroplan_0.7-2_amd64.buildinfo
Checksums-Sha256:
a23bff8be5c6646bf5c4dc2f5317ff4ca95a0d9f09e222c62b1043624904019e 2239
astroplan_0.7-2.dsc
6a837178bb0dca4a3cce850e6343b3cb194770ed618dcf91e44faad21347a636 7128
astroplan_0.7-2.debian.tar.xz
8077380c8c3769d83f8099bccfab939266266ffa488225062669a846ebc2164f 13027
astroplan_0.7-2_amd64.buildinfo
Files:
fb5cb7321a06e727a6c172cdb92955eb 2239 python optional astroplan_0.7-2.dsc
60cf656f7a00ab17d16bd6c82e919395 7128 python optional
astroplan_0.7-2.debian.tar.xz
38a1ac6697a9d4d0f651685a165e3922 13027 python optional
astroplan_0.7-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEEwN+g0Kj2VQgeB/icBzHNjq6Fm38FAmHIaAgQHHZpdmlAZGVi
aWFuLm9yZwAKCRAHMc2OroWbf28AD/0d5fzXsXICAFJBxrbMP09ex4CfMQ00l1IW
0vEXcv/QZom6zr/j0Lces3c05xS3tdDSSSDK0dqrK6qV3UNoYJ9tuFiQul+1esqR
ciUEP7VH8zD209BkzrKLgCpbkQ6xh7gMPvcmCASVVb8uE5ULQbvcTrpkGdPZBZ6B
zse8df/Mjzls1/jKWpAISmk1FP0tKI8PNI0oUvtWLin/WT3/xeGdhfBsMHiq156d
XlSadVY/g2CxOiWhGoop7f9NmmAQVTeXLv/0Zu3RmIiNYbc2V337UBdXRcy8LnBd
0am5U4PoGJWr2Jex+gxUS/fPvMcmsXY8t0XKr9AL05vhLXmt22eSxyZ+lOXkNswd
Zm6ZmOjFaW9LDvD4ldvEejeUl8q2INPDpjTPuxl0YlVySUf8Oe1PnA7qnuRIqfh3
jgjf2ea9TEgdLN5EJ/IAgg2KtXPDtV66fcOoUBsBF6+UJ8xuJSsQhRk8DMjC/XU8
gCjs2kgByflJX9HuttciTMRNXO8eEceugZtNoJP97q95wBExOZ0O+OBqxE8fHXPw
asvupoKb8zkFUiS7Fd78KH/lYqKJ6z5RWgFvFnDBM+P4sOg8LWHbfD3NXFUVLMUy
S5j4l+C7exJZUGvozppHunLftahqFE+04/iVfhVnYcGBGX0FDOAszjWP/A9QpzsA
WQ3dNXyJTg==
=9jhW
-----END PGP SIGNATURE-----
--- End Message ---