Your message dated Fri, 10 Jan 2025 11:49:03 +0000
with message-id <e1twdvf-00gfee...@fasolo.debian.org>
and subject line Bug#1092644: fixed in alot 0.11-2
has caused the Debian Bug report #1092644,
regarding Fails to start: ModuleNotFoundError: No module named 'mailcap'
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.)


-- 
1092644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: alot
Version: 0.11-1
Severity: serious
Tags: patch

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

Since upgrading to python3.13, alot fails to start:

Traceback (most recent call last):
  File "/usr/bin/alot", line 5, in <module>
    from alot.__main__ import main
  File "/usr/share/alot/alot/__main__.py", line 11, in <module>
    from alot.settings.const import settings
  File "/usr/share/alot/alot/settings/const.py", line 4, in <module>
    from .manager import SettingsManager
  File "/usr/share/alot/alot/settings/manager.py", line 7, in <module>
    import mailcap
ModuleNotFoundError: No module named 'mailcap'

Installing package python3-standard-mailcap solved it for me.

I guess the solution is to declare a dependency like this:

 python3-standard-mailcap | python3 (<< 3.13)


 - Jonas

- -- System Information:
Debian Release: trixie/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (1, 
'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.9.10-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages alot depends on:
ii  python3             3.13.1-2
ii  python3-configobj   5.0.9-1
ii  python3-gpg         1.24.1-2
ii  python3-magic       2:0.4.27-3
ii  python3-notmuch2    0.38.3-3
ii  python3-twisted     24.11.0-1
ii  python3-urwid       2.6.16-1
ii  python3-urwidtrees  1.0.3.dev0-3

Versions of packages alot recommends:
ii  notmuch  0.38.3-3
ii  w3m      0.5.3+git20230121-2.1

Versions of packages alot suggests:
pn  alot-doc  <none>

- -- no debconf information


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

wsG7BAEBCgBvBYJngQH7CRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmcOGeCju0Oc9GKoVTNBAZkZm/96Jhw08jif2TcZ/TJX
dhYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAAAqnA//cTCxwWunokI9zsKnDLY0qEN5
QIHmqiLpFDY+AwLuRlLQ5NZOIWQtshFQ889LIh+aehueKQZbh6J+lFHiq4wuNVEJ
DXLGESb2iZqqzLQRd3T742lYNPNITol8kdMSY0Uhdc6KyaJAwBkeN1l7VeT6sxy3
aWmFccFNjk+1lhKNiENcqaDA3vMwCvVgGdrsADQP7rvXCRwlRF5ZFTkQqpWhYqZ8
rQIVHINSI4lSApZ8K1g0+Ioiet3ZI7/noHq3Yp/05zrRTLXr4izczRlXVX0hrhcz
JAtr6cQDNYtD26mqLLNhIwLfilaGMHgf8ljM2s7W0sWUp3oxfmPkXqK2PLu4mS1s
VplbwXKRDfweGLn85qGU7caiGL3ylW7rEacjczOtSFyKTO8xjDgcy0cX2/gMya2b
1DWO9yPS/CL8Ky5qjFK1VG4MPWdANSEx8Iv1S74BwEWcrspMmW0Fs489Jyqyc2d/
8l3PyvuYax2bgw/yCMQkOg/SJ91v6w+Hkty4hO04MBz4j8YWTicpxoVCngHFNqIH
HfoCohR19NYZ5bbwG3icp70P5SPQHpW5NUkQhkWkNpBpYAfcGIMRP4s2uuZh9q1J
e3rch3CX7djfMSn/5g3dk9n0UtTBd9XKrpwv4MSZjmRevmpsBQgp9CbPGgsByMoP
mLc3Mk4JHcVd5aGR8GA=
=NsnR
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: alot
Source-Version: 0.11-2
Done: Alexandre Detiste <tc...@debian.org>

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

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated alot 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: Fri, 10 Jan 2025 12:24:09 +0100
Source: alot
Architecture: source
Version: 0.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1084714 1092644
Changes:
 alot (0.11-2) unstable; urgency=medium
 .
   * Team upload.
   * Add dependency on python3-standard-mailcap for Python 3.13 support
     (Closes: #1092644, #1084714)
Checksums-Sha1:
 f8f9a2c6655c85f412209ec546510c72fad0bee2 2557 alot_0.11-2.dsc
 56ab3e38008514d4748f41057ddfb401cb9c849c 9204 alot_0.11-2.debian.tar.xz
 edceb4a8b58d80957ac593db7b428238974ac0b6 14030 alot_0.11-2_source.buildinfo
Checksums-Sha256:
 314a6a0d3f809f3243c665c347dd98c4d889460cf92a7f9f5721ae4b883947b0 2557 
alot_0.11-2.dsc
 f7e25265bd4a669c6ae0c8ac7a6b749e3ac67ac46107b4565f3f9032a4093a53 9204 
alot_0.11-2.debian.tar.xz
 46a54ca11a52cef9cae18b83da3cffad8d3aa29838c25c0565840d18fbc913c5 14030 
alot_0.11-2_source.buildinfo
Files:
 fdb4111d625fea788e77102bcbd54bc3 2557 mail optional alot_0.11-2.dsc
 d7f481c373d10be2d7272b86fac0b2a3 9204 mail optional alot_0.11-2.debian.tar.xz
 d96d24c17865e2e4695e72fbac71df2c 14030 mail optional 
alot_0.11-2_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmeBBE4RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpxkQ/+INIY1aqTdzWX5khWmSDJG92Geh5ahISE
CD/xFExPjhkTeTNdV420E37n5q2NEpJ42c84xb5FsXRv2+xcuui6epYL1iDthKIr
bygyha3urU1+G924I8uX2ZscLLEHvf2AUHv2X+JKWMt8eEkDm4Otx0R3+fNol4ow
SjMbnkPDmhTeK9AXSvKWTeai4/2o3P5hjzDZr/ALSx2nRMNGOwgAtrW6jMIZ75MD
HWmTaNbIjve3Snp4OXyiC9UcYedhh+jkj2ha82rSiazyB56RzohgDyKcLaQ44zmN
fmno87Yo3gUi7PXLHfmqtk1xh5xtLQps6HXB+jVUGMyz0YpEFd5OpKmR6MGL9ahU
BMN72RPf3FKpdhjbpYLB7ZERm23WXtz2Lg596bm45aO9eF29rFjqZV49TKxIopf2
8s4G2s1uvM8IpQ7eSpIv+ga6P/8VAhqVCnXtlbQTrmuIaQDkHezeoi7gwzKRmZvZ
wiWz27QbdXBH/8iXxpjO1ywhbkNUfJkWAKMIqX+MBQ3TvWwqyC8unqnSOTYkV8VR
k72f/p6Fb5afBuONoaocGqhnpvCSU8Iuyw/a16MfWivcuGVNEei4tPD3sdejV44b
kG6kah1SN9GeqGF2GRID/xapaxeVHP87QWZYmrEZ/hTIyXHN2KMFC4aGsV5RX70l
ludPU5zajH0=
=wquT
-----END PGP SIGNATURE-----

Attachment: pgp_4EhqoHb2a.pgp
Description: PGP signature


--- End Message ---

Reply via email to