Roundup Tracker - Issues

Message8042

Author kragacles
Recipients kragacles
Date 2024-05-14.16:08:16
Message-id <1715702896.85.0.7274070932.issue2551350@roundup.psfhosted.org>
In-reply-to
Just updated roundup to 2.3.0 and python 3.12. Ran into a couple of crashes; one when running the mailer and the other when submitting an issue through the web UI.

The mailer appears to be a change in the starttls() method of smptlib.SMTP where the key and cert file args are no longer accepted. The attached patch 'mailer.py.patch' resolves this by creating a separate SSL context and passing it to starttls.

The submission crash looks like a change to pydoc.HMTL.heading() where the number of arguments changed. The attached cgitb.py.patch file does get it working, but as additional arguments were just dropped it is unlikely to be a proper fix. Still might be helpful.
Files
File name Uploaded
cgitb.py.patch kragacles, 2024-05-14.16:08:16
History
Date User Action Args
2024-05-14 16:08:16kragaclessetrecipients: + kragacles
2024-05-14 16:08:16kragaclessetmessageid: <1715702896.85.0.7274070932.issue2551350@roundup.psfhosted.org>
2024-05-14 16:08:16kragacleslinkissue2551350 messages
2024-05-14 16:08:16kragaclescreate