Your message dated Wed, 24 Apr 2024 02:35:14 +0000
with message-id <e1rzsta-00cguz...@fasolo.debian.org>
and subject line Bug#1056410: fixed in i3pystatus 3.35+git20191126.5a8eaf4-2.2
has caused the Debian Bug report #1056410,
regarding i3pystatus 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.)


-- 
1056410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:i3pystatus
Version: 3.35+git20191126.5a8eaf4-2.1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12


[...]
369s Testing with python3.12:
369s ============================= test session starts ==============================
369s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
369s rootdir: /tmp/autopkgtest.6mVkKm/build.Pmb/src
369s collected 38 items / 9 errors
369s
369s ==================================== ERRORS ==================================== 369s ___________________ ERROR collecting tests/test_backlight.py ___________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_backlight.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_backlight.py:1: in <module>
369s     import i3pystatus.backlight as backlight
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s ____________________ ERROR collecting tests/test_battery.py ____________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_battery.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_battery.py:7: in <module>
369s     from i3pystatus import battery
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s _________________ ERROR collecting tests/test_core_modules.py __________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_core_modules.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_core_modules.py:5: in <module>
369s     from i3pystatus import IntervalModule, Status
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s ___________________ ERROR collecting tests/test_cpu_freq.py ____________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_cpu_freq.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_cpu_freq.py:7: in <module>
369s     from i3pystatus import cpu_freq
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s ____________________ ERROR collecting tests/test_lastfm.py _____________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_lastfm.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_lastfm.py:9: in <module>
369s     from i3pystatus import lastfm
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s ___________________ ERROR collecting tests/test_openfiles.py ___________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_openfiles.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_openfiles.py:8: in <module>
369s     from i3pystatus import openfiles
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s __________________ ERROR collecting tests/test_plexstatus.py ___________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_plexstatus.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_plexstatus.py:9: in <module>
369s     from i3pystatus import plexstatus
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s _____________________ ERROR collecting tests/test_shell.py _____________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_shell.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_shell.py:7: in <module>
369s     from i3pystatus.shell import Shell
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s _____________________ ERROR collecting tests/test_uname.py _____________________ 369s ImportError while importing test module '/tmp/autopkgtest.6mVkKm/build.Pmb/src/tests/test_uname.py'.
369s Hint: make sure your test modules/packages have valid Python names.
369s Traceback:
369s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
369s     return _bootstrap._gcd_import(name[level:], package, level)
369s tests/test_uname.py:4: in <module>
369s     from i3pystatus import uname
369s i3pystatus/__init__.py:9: in <module>
369s     import imp
369s E   ModuleNotFoundError: No module named 'imp'
369s =========================== short test summary info ============================
--- End Message ---
--- Begin Message ---
Source: i3pystatus
Source-Version: 3.35+git20191126.5a8eaf4-2.2
Done: Emmanuel Arias <eam...@debian.org>

We believe that the bug you reported is fixed in the latest version of
i3pystatus, 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.
Emmanuel Arias <eam...@debian.org> (supplier of updated i3pystatus 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 Apr 2024 22:25:40 -0300
Source: i3pystatus
Architecture: source
Version: 3.35+git20191126.5a8eaf4-2.2
Distribution: unstable
Urgency: medium
Maintainer: Esteban Bosse <estebanbo...@gmail.com>
Changed-By: Emmanuel Arias <eam...@debian.org>
Closes: 1056410
Changes:
 i3pystatus (3.35+git20191126.5a8eaf4-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add support for Python 3.12. (Closes: #1056410)
Checksums-Sha1:
 b593a622eca7e71f9dd53ccf8c3f65cb405ed696 2170 
i3pystatus_3.35+git20191126.5a8eaf4-2.2.dsc
 71f5274540186787e99177f95847263ed572d709 4848 
i3pystatus_3.35+git20191126.5a8eaf4-2.2.debian.tar.xz
 0fe5ba5660973b9069cf6826eb03e2c191a95e1a 6966 
i3pystatus_3.35+git20191126.5a8eaf4-2.2_amd64.buildinfo
Checksums-Sha256:
 c8a3fc98c2fdf2f18f4706e0c02168209f8ae41e6f078aa4e31b8d178994529d 2170 
i3pystatus_3.35+git20191126.5a8eaf4-2.2.dsc
 4e7dfc2bc55a36bed717b0808d4669ae0bdb58fc1881e90b31f1b26e69e05067 4848 
i3pystatus_3.35+git20191126.5a8eaf4-2.2.debian.tar.xz
 b64930b085f9bb9a11b590fea25ed67d29258691be9e6a1a432c1786c61dc62e 6966 
i3pystatus_3.35+git20191126.5a8eaf4-2.2_amd64.buildinfo
Files:
 e859375f2d89a7b1442d5bb740b19f87 2170 x11 optional 
i3pystatus_3.35+git20191126.5a8eaf4-2.2.dsc
 7f0b91e98e9a3b8c233652f2f12da44b 4848 x11 optional 
i3pystatus_3.35+git20191126.5a8eaf4-2.2.debian.tar.xz
 d7bd69cf5fa94524bb11a9648dc7fc90 6966 x11 optional 
i3pystatus_3.35+git20191126.5a8eaf4-2.2_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmYoY4MSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPx03kQAI8Yg92DfmvvCyvObu+hkYjF+qkQuYcT
iBH/O3mmaKxrXfXCe9yFBFiQC/9M0GgFHgY8Ao8/lkPlNyaiSEvaeCE9Fch0Bc1D
BOv92/0AuCXbr+NyL7Voz3LdWtizuGFFJtxntNmtwJk3pKoDESlGifw4gb9aB5EE
O94nFWfxBwB+rueXni5Q475Bw52Zbbaxbb3Y98T2oRW04vN1VUIJ7WbySiUDpkJD
hwYFfyWZKoHyOtqSIdNGANl2FDbGMklqtDGfqt1gmEPrn/td+ulbqcMO/ou6P6Mf
Bhw5IGG7OtAMm9eZd2/NU36i+eLO07w0QL+LieuJdNIvFuRGUt12QAYWMDFBjIr3
AELJkyej/1/lRzt23lQFSLiQTr/CoLblMtNqlGc6ZQFgBPHAMcXRROv2CTeq/C9q
k69yy92266WvQhHbB1v0GFJTOFDpiyjIURei2JJNE1ZCq9yz8Q+lXfwLQvww+j37
xH1E7zvMhpd5w1/OShWnIVAgSltZFyu8eum03KDcfZGGMyOIIJYtMKLrYNm8cstT
LCI9PGwljPmaTCOaK9rG/Np0v+itVHRFH279nECV/thlG3oYNk2NHqfGKNAvplJx
Dj6TtrK6J1at6tDfFOqX6x8jU1rlWY0KMGhk9Xxq3427cB9I9pMxiG7OyhGRCG5F
OZ0j124vZtce
=2+gd
-----END PGP SIGNATURE-----

Attachment: pgpetui8ddGkr.pgp
Description: PGP signature


--- End Message ---

Reply via email to