#1040117 trac: deprecation of Python library smtpd

Package:
src:trac
Source:
src:trac
Submitter:
Louis-Philippe Véronneau
Date:
2023-07-02 02:06:08 UTC
Severity:
normal
#1040117#5
Date:
2023-07-02 02:03:31 UTC
From:
To:
Dear maintainer(s),

In Python 3.5.4, smtpd has been formally marked as deprecated. Code that
imports this library will no longer work from Python 3.12, which is
currently in Trixie.

Since trac use this Python library, please prepare for this removal and
migrate away from them.

See this link for more details:
https://peps.python.org/pep-0594/#deprecated-modules

Cheers,