annotate scripts/Docker/sphinxdeps.txt @ 7968:d7e79f8eb943

issue2551350 - Python changes for 3.12 with roundup 2.3.0 mailer.py Fix due to change in smtplib.SMTP.starttls() signature. As of 3.3 it can use an optional ssl context argument for certificates/keys. In 3.12 it dropped legacy support for specifing cert/key files as arguments and requires a context. I modified Andrew's original patch to initialize SSLContext with ssl.PROTOCOL_TLS_CLIENT. If there is a cert file specified, enable check_hostname - verify that the cert supplied by the server matches the hostname we supplied. If there is no cert file call load_default_certs() Also opened issue2551351 to look into more SMTP ssmtp tightening. We also should have an option in Roundup to use TLS/SSL (smtps) without using starttls. Note that this code is untested by the test suite due to the need to setup an SMTP server with STARTTLS support. issue2551351 has some notes on this.
author John Rouillard <rouilj@ieee.org>
date Wed, 15 May 2024 00:08:05 -0400
parents d117ddcb0ed1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6579
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
1 Babel
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
2 Jinja2
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
3 MarkupSafe
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
4 Pygments
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
5 alabaster
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
6 certifi
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
7 charset-normalizer
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
8 docutils
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
9 idna
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
10 imagesize
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
11 packaging
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
12 pyparsing
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
13 requests
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
14 six
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
15 snowballstemmer
7604
d117ddcb0ed1 Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents: 6579
diff changeset
16 sphinxcontrib-applehelp
d117ddcb0ed1 Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents: 6579
diff changeset
17 sphinxcontrib-devhelp
d117ddcb0ed1 Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents: 6579
diff changeset
18 sphinxcontrib-htmlhelp
d117ddcb0ed1 Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents: 6579
diff changeset
19 sphinxcontrib-jsmath
d117ddcb0ed1 Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents: 6579
diff changeset
20 sphinxcontrib-qthelp
6579
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
21 sphinxcontrib-serializinghtml
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
22 sphinxcontrib-websupport
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
23 urllib3
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
24

Roundup Issue Tracker: http://roundup-tracker.org/