Your message dated Mon, 11 Dec 2023 16:22:54 +0000
with message-id <e1rcj3w-00h6su...@fasolo.debian.org>
and subject line Bug#1056487: fixed in python-multipletau 0.3.3+ds-5
has caused the Debian Bug report #1056487,
regarding python-multipletau's autopkg tests fail with Python 3.12
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.)


-- 
1056487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056487
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-multipletau
Version: 0.3.3+ds-4
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

python-multipletau's autopkg tests fail with Python 3.12:

[...]
319s autopkgtest [18:46:07]: test command1: [-----------------------
319s ============================= test session starts ==============================
319s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
319s rootdir: /tmp/autopkgtest.flrZSi/build.lZH/src
319s collected 0 items / 8 errors
319s
319s ==================================== ERRORS ==================================== 319s _____________________ ERROR collecting tests/test_ac_cc.py _____________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_ac_cc.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_ac_cc.py:10: in <module>
319s     import multipletau
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s _________________ ERROR collecting tests/test_autocorrelate.py _________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_autocorrelate.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_autocorrelate.py:12: in <module>
319s     import multipletau
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s _____________________ ERROR collecting tests/test_basic.py _____________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_basic.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_basic.py:6: in <module>
319s     from multipletau import autocorrelate, correlate
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s ___________________ ERROR collecting tests/test_compress.py ____________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_compress.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_compress.py:6: in <module>
319s     from multipletau import autocorrelate, correlate
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s ___________________ ERROR collecting tests/test_correlate.py ___________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_correlate.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_correlate.py:11: in <module>
319s     import multipletau
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s ___________________ ERROR collecting tests/test_ref_numpy.py ___________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_ref_numpy.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_ref_numpy.py:8: in <module>
319s     import multipletau
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s ____________________ ERROR collecting tests/test_ret_sum.py ____________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_ret_sum.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_ret_sum.py:6: in <module>
319s     from multipletau import autocorrelate, correlate
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s ____________________ ERROR collecting tests/test_sanity.py _____________________ 319s ImportError while importing test module '/tmp/autopkgtest.flrZSi/build.lZH/src/tests/test_sanity.py'.
319s Hint: make sure your test modules/packages have valid Python names.
319s Traceback:
319s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
319s     return _bootstrap._gcd_import(name[level:], package, level)
319s tests/test_sanity.py:8: in <module>
319s     import multipletau
319s multipletau/__init__.py:75: in <module>
319s     from ._version import version as __version__  # noqa: F401
319s multipletau/_version.py:15: in <module>
319s     import imp
319s E   ModuleNotFoundError: No module named 'imp'
319s =========================== short test summary info ============================
319s ERROR tests/test_ac_cc.py
319s ERROR tests/test_autocorrelate.py
319s ERROR tests/test_basic.py
319s ERROR tests/test_compress.py
319s ERROR tests/test_correlate.py
319s ERROR tests/test_ref_numpy.py
319s ERROR tests/test_ret_sum.py
319s ERROR tests/test_sanity.py
319s !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!! 319s ============================== 8 errors in 0.21s ===============================
--- End Message ---
--- Begin Message ---
Source: python-multipletau
Source-Version: 0.3.3+ds-5
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated python-multipletau 
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, 11 Dec 2023 16:54:53 +0100
Source: python-multipletau
Architecture: source
Version: 0.3.3+ds-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1056487
Changes:
 python-multipletau (0.3.3+ds-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Repository-Browse.
   * Update standards version to 4.6.2, no changes needed.
 .
   [ Andreas Tille ]
   * Python3.12: Replace imp by importlib
     Closes: #1056487
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
Checksums-Sha1:
 c596473967f8c04b59c7e4738e8f24f85c1cd007 2375 python-multipletau_0.3.3+ds-5.dsc
 da6e29c18cc4bbbdce810e3b08b1a0849937796e 5032 
python-multipletau_0.3.3+ds-5.debian.tar.xz
 0c3f13579ef29abfe16b6757d9a0a106ad3224e8 8587 
python-multipletau_0.3.3+ds-5_amd64.buildinfo
Checksums-Sha256:
 cce3fd006ee0acb814149d76d1864c980b138896eacfef077c2a0c0a6f1eb7dc 2375 
python-multipletau_0.3.3+ds-5.dsc
 e716e6048f020153bbb96942b6b96ea44d0fad56964f55c6e8b23bebf7806717 5032 
python-multipletau_0.3.3+ds-5.debian.tar.xz
 47f9989ba9ffafb05abab0fa3b1199b31ea44f4d6247c1f15822f5952a3f7fc6 8587 
python-multipletau_0.3.3+ds-5_amd64.buildinfo
Files:
 720edc4f57019b1e8f14e173b712c88d 2375 python optional 
python-multipletau_0.3.3+ds-5.dsc
 4903233baa45489d1c3f8148bbcbf076 5032 python optional 
python-multipletau_0.3.3+ds-5.debian.tar.xz
 7ec9759db9d0ad6460cc5f58ac2444d8 8587 python optional 
python-multipletau_0.3.3+ds-5_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmV3MZYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEeOw/8CRDSQlrkCP8j1Su27DsQjSScLFs3h4m6
6VOKQeZVyRMvs5LsSbhk75Y7bEL8sfXH6ffSXC6qxCDDBQ65uC7DeRPmoGRpUUEm
XLMStm/ernnG2EdFqwasmprDaYI/zVVz57cuFGo0QSVD2ZEMSH/QCF69SuMJeHn9
WufyRyF2ABHozCrh8bs90xqPMq1Fb+dFeb9e3oGvNFNdR82QILkZcDMWr1GMi1gN
Vc21hOmE774K6fDiClRAm5DK4ZMNmPIlxRwueiHBVQ5kMRSlmSq8+tfRsxsStJ97
/HDNG2SpYuyQL6c9IjEQnWIG+yVi62B/3PmoTabXPaNfJleu5jqJaqzcG8kEyGsz
lea3fsTqjyu9BeVihYDkgztrEte9eZhxh22yVAnjVHhZyz9I+EIXemS2foCpfZEa
xmoqfdu06JuTGj7LU8qJ/o3aCOk1h6jZvIjY7kQndApG64fSjd/aOsenunKFKT9O
/av+07elmlfaDMoigMvYlGE9rLSF7MWM/D2MTe+txKCJXOfIYwgqPToCdeZeVS40
S67Sdhmkkr/49hnufafwDpZPoZZQU8Gx01gkgcDb2c1AQ1CxlhJ/NId2o/QyJ+Ks
lgbDlj6Rgm1OrnJxHing8Cw9FMzPSCfp9Z0tag8DIAtlLHnCzYg6IvPV2M2CsjiT
/8PP26G6MPk=
=LCIL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to