From 9097667855eeba0e15dadfa59d5c5e28bd13d874 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 25 May 2024 16:40:44 +0300 Subject: [PATCH 1/5] PEP 101: Remove outdated info --- peps/pep-0101.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index 1da2bfa0b28..f3ff7ca3675 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -50,9 +50,6 @@ Here's a hopefully-complete list. `Misc/NEWS `_ management tool. You can pip install it. - * A fairly complete installation of a recent TeX distribution, - such as texlive. You need that for building the PDF docs. - * Access to servers where you will upload files: * ``downloads.nyc1.psf.io``, the server that hosts download files; and @@ -624,8 +621,7 @@ Now it's time to twiddle the website. Almost none of this is automated, sorry. To do these steps, you must have the permission to edit the website. If you don't have that, ask someone on pydotorg@python.org for the proper -permissions. (Or ask Ewa, who coordinated the effort for the new website -with RevSys.) +permissions. - Log in to https://www.python.org/admin From d7752b173682ce2de7dee7236c46dd26321491b8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 25 May 2024 16:42:01 +0300 Subject: [PATCH 2/5] PEP 101: Update make command for running tests --- peps/pep-0101.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index f3ff7ca3675..1fce939b95e 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -328,7 +328,7 @@ to perform some manual editing steps. If you're feeling lucky and have some time to kill, or if you are making a release candidate or **final** release, run the full test suite:: - make testall + make buildbottest If the tests pass, then you can feel good that the tarball is fine. If some of the tests fail, or anything else about the From 3e3588b04f656d709e869991d20a443e55a75d25 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 25 May 2024 16:45:33 +0300 Subject: [PATCH 3/5] PEP 101: Replace '#python-dev and/or python-committers' with 'Discord and/or Discourse --- peps/pep-0101.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index 1fce939b95e..ad5d5d26817 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -385,8 +385,8 @@ to perform some manual editing steps. to your home directory on ``downloads.nyc1.psf.io``. While you're waiting for the files to finish uploading, you can continue - on with the remaining tasks. You can also ask folks on #python-dev - and/or python-committers to download the files as they finish uploading + on with the remaining tasks. You can also ask folks on Discord + and/or `discuss.python.org`_ to download the files as they finish uploading so that they can test them on their platforms as well. - Now you need to go to ``downloads.nyc1.psf.io`` and move all the files in place From a9df2ca9d892c88e88b699be286e32c324f50e8e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 26 May 2024 20:22:49 +0300 Subject: [PATCH 4/5] PEP 101: Add Hugo as 3.14 RM --- .github/CODEOWNERS | 2 +- peps/pep-0101.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 06a7a38b565..8eb380bb2a7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -50,7 +50,7 @@ peps/pep-0020.rst @tim-one peps/pep-0042.rst @jeremyhylton # ... peps/pep-0100.rst @malemburg -peps/pep-0101.rst @Yhg1s @pablogsal @ambv @ned-deily +peps/pep-0101.rst @hugovk @Yhg1s @pablogsal @ambv @ned-deily peps/pep-0102.rst @warsaw @gvanrossum # peps/pep-0103.rst # ... diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index ad5d5d26817..0ebffaf4ddc 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -121,6 +121,7 @@ release. The roles and their current experts are: * RM = Release Manager + - Hugo van Kemenade (FI) - Thomas Wouters (NL) - Pablo Galindo Salgado (UK) - Ɓukasz Langa (PL) From e0a9946a8cbb293172a5ef028eace6a6c1d3a26c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:36:25 +0300 Subject: [PATCH 5/5] PEP 101: Add to PSRT --- peps/pep-0101.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index 0ebffaf4ddc..d36ec2e2bbd 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -77,6 +77,9 @@ Here's a hopefully-complete list. account, or a redirecting alias + SMTP credentials to send email from this address that looks legit to major email providers. +* Be added to the `Python Security Response Team + `__. + Types of Releases =================