Your message dated Mon, 19 Dec 2022 20:37:17 +0000
with message-id <e1p7msv-000jf4...@fasolo.debian.org>
and subject line Bug#1026024: fixed in asdf-astropy 0.3.0+github-1
has caused the Debian Bug report #1026024,
regarding specutils: FTBFS, ModuleNotFoundError: No module named 
'asdf_astropy.io'
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.)


-- 
1026024: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026024
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: specutils
Version: 1.9.0-2
Severity: serious
Tags: ftbfs

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

Dear maintainer,

your package has a FTBFS regression, presumably because of a missing
dependency. Relevant build log excerpt:


   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
python3.11 -m pytest --remote-data=none --doctest-rst
ERROR: while parsing the following warning configuration:

  ignore::astropy.wcs.wcs.FITSFixedWarning

This error occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1638, 
in parse_warning_filter
    category: Type[Warning] = _resolve_warning_category(category_)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1676, 
in _resolve_warning_category
    m = __import__(module, None, None, [klass])
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/astropy/wcs/__init__.py", line 26, in 
<module>
    from .wcs import *
  File "/usr/lib/python3/dist-packages/astropy/wcs/wcs.py", line 57, in <module>
    from .wcsapi.fitswcs import FITSWCSAPIMixin, SlicedFITSWCS
  File "/usr/lib/python3/dist-packages/astropy/wcs/wcsapi/fitswcs.py", line 11, 
in <module>
    from astropy.coordinates import SpectralCoord, Galactic, ICRS
  File "/usr/lib/python3/dist-packages/astropy/coordinates/__init__.py", line 
16, in <module>
    from .builtin_frames import *
  File 
"/usr/lib/python3/dist-packages/astropy/coordinates/builtin_frames/__init__.py",
 line 29, in <module>
    from .fk5 import FK5
  File 
"/usr/lib/python3/dist-packages/astropy/coordinates/builtin_frames/fk5.py", 
line 11, in <module>
    from .utils import EQUINOX_J2000
  File 
"/usr/lib/python3/dist-packages/astropy/coordinates/builtin_frames/utils.py", 
line 16, in <module>
    from astropy.utils import iers
  File "/usr/lib/python3/dist-packages/astropy/utils/iers/__init__.py", line 2, 
in <module>
    from .iers import *
  File "/usr/lib/python3/dist-packages/astropy/utils/iers/iers.py", line 23, in 
<module>
    from astropy.table import QTable, MaskedColumn
  File "/usr/lib/python3/dist-packages/astropy/table/__init__.py", line 75, in 
<module>
    import asdf_astropy.io.connect
ModuleNotFoundError: No module named 'asdf_astropy.io'


E: pybuild pybuild:386: test: plugin distutils failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest 
--remote-data=none --doctest-rst
I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; 
python3.10 -m pytest --remote-data=none --doctest-rst
ERROR: while parsing the following warning configuration:

  ignore::astropy.wcs.wcs.FITSFixedWarning

This error occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1638, 
in parse_warning_filter
    category: Type[Warning] = _resolve_warning_category(category_)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1676, 
in _resolve_warning_category
    m = __import__(module, None, None, [klass])
  File "/usr/lib/python3/dist-packages/astropy/wcs/__init__.py", line 26, in 
<module>
    from .wcs import *
  File "/usr/lib/python3/dist-packages/astropy/wcs/wcs.py", line 57, in <module>
    from .wcsapi.fitswcs import FITSWCSAPIMixin, SlicedFITSWCS
  File "/usr/lib/python3/dist-packages/astropy/wcs/wcsapi/fitswcs.py", line 11, 
in <module>
    from astropy.coordinates import SpectralCoord, Galactic, ICRS
  File "/usr/lib/python3/dist-packages/astropy/coordinates/__init__.py", line 
16, in <module>
    from .builtin_frames import *
  File 
"/usr/lib/python3/dist-packages/astropy/coordinates/builtin_frames/__init__.py",
 line 29, in <module>
    from .fk5 import FK5
  File 
"/usr/lib/python3/dist-packages/astropy/coordinates/builtin_frames/fk5.py", 
line 11, in <module>
    from .utils import EQUINOX_J2000
  File 
"/usr/lib/python3/dist-packages/astropy/coordinates/builtin_frames/utils.py", 
line 16, in <module>
    from astropy.utils import iers
  File "/usr/lib/python3/dist-packages/astropy/utils/iers/__init__.py", line 2, 
in <module>
    from .iers import *
  File "/usr/lib/python3/dist-packages/astropy/utils/iers/iers.py", line 23, in 
<module>
    from astropy.table import QTable, MaskedColumn
  File "/usr/lib/python3/dist-packages/astropy/table/__init__.py", line 75, in 
<module>
    import asdf_astropy.io.connect
ModuleNotFoundError: No module named 'asdf_astropy.io'


E: pybuild pybuild:386: test: plugin distutils failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; python3.10 -m pytest 
--remote-data=none --doctest-rst
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11 
3.10" returned exit code 13

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

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmOYcaYACgkQ+C8H+466
LVn0+Av8DxNoiD15YiC5QJ4Tklk/yhrh5RuAU3r2Be/f+I5Hsfv1/gbc/9rTgmNC
aU9rmIAUVusyZOu51NF2wcrjCH3zqrVt3gTa+rN6Vlu9Iyy3SfJs+wNdxtoIzvBV
SZhODFA88cubPx4utDYgK8sdQ6I57s5xXDMIt/SIQBkBQiyx2L25Uiy5xWiXWAZC
nZMJ/XKswYaWtcxNiUFVt544xq7GvR6XSJbDPfgNU9cjGhvBXT9A/ViSOnvHo2If
mIDpX4TqM3dBcYwslokFXUJKoy8TYcAXSd4cz2f5+b0IoFbYmKKSRYquB1ilqJv9
e3/Ef4+J04ea/5ujT3l3BqU13XIaR/241Nm9MVTgMomgtewFTrBxENd6CnN1iTJQ
GaHoghPpL+Ql1XBC+ucpc/YG267jcGY9A9U7aWe9U4vv5c1hBIwd4vSnC63HNZGo
ZaIqf+Peip/jl4un/b1bVhZabkufHtUEZ1Nct6gdXbDe9Jy7PQPFsu2FY2ydTbHi
8Po6xPRz
=anCw
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: asdf-astropy
Source-Version: 0.3.0+github-1
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
asdf-astropy, 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 1026...@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 asdf-astropy 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: Mon, 19 Dec 2022 18:13:43 +0100
Source: asdf-astropy
Architecture: source
Version: 0.3.0+github-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1026024 1026324
Changes:
 asdf-astropy (0.3.0+github-1) unstable; urgency=medium
 .
   * Switch uscan to github
   * Temporarily explicitly specify files to install (Closes: #1026024, 
#1026324)
Checksums-Sha1:
 2d32ed8e7496b69f6f23ee0462fffc2a72f089a8 2273 asdf-astropy_0.3.0+github-1.dsc
 3dc246e4012a7f001195d0c0a6b0900696b97521 62839 
asdf-astropy_0.3.0+github.orig.tar.gz
 e7b5c7fa7fefe9479fb3ec8982b657697160348d 2800 
asdf-astropy_0.3.0+github-1.debian.tar.xz
Checksums-Sha256:
 82b198eeb0222088171c263e3af255f3baf237a5f9df2ea0199154c1805c8416 2273 
asdf-astropy_0.3.0+github-1.dsc
 3a04fdbe81dcf01b661350b5fa3b58331ae574fcf56cfcd5db27d73384e345de 62839 
asdf-astropy_0.3.0+github.orig.tar.gz
 bf159e9b291e80ba55b2051cba1d2e582097bd61af83adf3cb1643fd80622f1d 2800 
asdf-astropy_0.3.0+github-1.debian.tar.xz
Files:
 66e31d1c82942d504d4bb6febb9f24b5 2273 python optional 
asdf-astropy_0.3.0+github-1.dsc
 87745c61872ea7098b7ea76e77b52d10 62839 python optional 
asdf-astropy_0.3.0+github.orig.tar.gz
 ff3fb5a6390a613d2368c3e1cb4477c7 2800 python optional 
asdf-astropy_0.3.0+github-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmOgoCgACgkQcRWv0HcQ
3Pc6AA/+PaVeTfEdvyk8NGF6PIeU/YSlI7VXeZagUKZiRbZOqvmkdzuHCILXkwzW
3I6expSp9ConJI3SUW4dl5iG/FOdhCZT5xupy7g9IBzF59IekSJYViPufbNXEiLd
ktMRAtC4O8R/ylEmF3H5L2I76iDX6a/kHK+4cpWos7b8TsD1Oyi76ihjrESntn8H
jF5zBQSM4wbLC7DCUPFxDNiLz1YEbmaQM6WN7Pn9Sq96mOYrvi8+RuHSX8Bcwcr9
yXlfPuh1dcbS9XsJ3f9i+c0hAMmkcMPZ5SfNrX5mtt0OeDe35Z6Njcvk7wNBEWpG
F7K2CJ9g0Kp6STyr27If1fdP5Kdm0OpB/g8SawdJUhr03TBBAHM3rvDVU+woht5D
CbOIqBJXrXfKVaCvlpqyk2ZZx7Rp0VBji6u7DXbYbD8HaRJNfhpLhKxW0fPsAjs2
In3AMDDSdtJ6u5l8f1T8TYa5zcEo8DHn4l2tBNvfFsTOzDCg6ssTleX47D/rml0A
DguACFBGRjWc57Em8Ak9f4ZFpAyml+ZdwPkxXyrKsO6WOvfC7qoxSLB5RDl09lkm
eKmWBKrtdKB1kDn3UBhotD3q51iNSvYjrfjlsFOYKtcm2WpsLY22t1UC3gSMbF52
38nyVuNuvq3XXI0Su0/Qu0HuLMh14ampjLJxL3/TfRCRB/wCd+U=
=vTFA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to