@@ -50,9 +50,6 @@ Here's a hopefully-complete list.
50
50
`Misc/NEWS <https://github.com/python/cpython/tree/main/Misc/NEWS.d >`_
51
51
management tool. You can pip install it.
52
52
53
- * A fairly complete installation of a recent TeX distribution,
54
- such as texlive. You need that for building the PDF docs.
55
-
56
53
* Access to servers where you will upload files:
57
54
58
55
* ``downloads.nyc1.psf.io ``, the server that hosts download files; and
@@ -80,6 +77,9 @@ Here's a hopefully-complete list.
80
77
account, or a redirecting alias + SMTP credentials to send email from
81
78
this address that looks legit to major email providers.
82
79
80
+ * Be added to the `Python Security Response Team
81
+ <https://www.python.org/dev/security/> `__.
82
+
83
83
Types of Releases
84
84
=================
85
85
@@ -124,6 +124,7 @@ release. The roles and their current experts are:
124
124
125
125
* RM = Release Manager
126
126
127
+ - Hugo van Kemenade <
[email protected] > (FI)
127
128
- Thomas Wouters <
[email protected] > (NL)
128
129
- Pablo Galindo Salgado <
[email protected] > (UK)
129
130
- Łukasz Langa <
[email protected] > (PL)
@@ -331,7 +332,7 @@ to perform some manual editing steps.
331
332
If you're feeling lucky and have some time to kill, or if you are making
332
333
a release candidate or **final ** release, run the full test suite::
333
334
334
- make testall
335
+ make buildbottest
335
336
336
337
If the tests pass, then you can feel good that the tarball is
337
338
fine. If some of the tests fail, or anything else about the
@@ -388,8 +389,8 @@ to perform some manual editing steps.
388
389
to your home directory on ``downloads.nyc1.psf.io ``.
389
390
390
391
While you're waiting for the files to finish uploading, you can continue
391
- on with the remaining tasks. You can also ask folks on #python-dev
392
- and/or python-committers to download the files as they finish uploading
392
+ on with the remaining tasks. You can also ask folks on Discord
393
+ and/or ` discuss. python.org `_ to download the files as they finish uploading
393
394
so that they can test them on their platforms as well.
394
395
395
396
- Now you need to go to ``downloads.nyc1.psf.io `` and move all the files in place
@@ -624,8 +625,7 @@ Now it's time to twiddle the website. Almost none of this is automated, sorry.
624
625
625
626
To do these steps, you must have the permission to edit the website. If you
626
627
don't have that, ask someone on
[email protected] for the proper
627
- permissions. (Or ask Ewa, who coordinated the effort for the new website
628
- with RevSys.)
628
+ permissions.
629
629
630
630
- Log in to https://www.python.org/admin
631
631
0 commit comments