2001-08-22 18:43:42 -04:00
|
|
|
PEP: 101
|
|
|
|
Title: Doing Python Releases 101
|
|
|
|
Version: $Revision$
|
|
|
|
Last-Modified: $Date$
|
2017-09-05 16:17:42 -04:00
|
|
|
Author: Barry Warsaw <barry@python.org>, Guido van Rossum <guido@python.org>
|
2001-08-22 18:43:42 -04:00
|
|
|
Status: Active
|
|
|
|
Type: Informational
|
2017-09-04 17:38:47 -04:00
|
|
|
Content-Type: text/x-rst
|
2001-08-22 18:43:42 -04:00
|
|
|
Created: 22-Aug-2001
|
|
|
|
Post-History:
|
2018-07-10 14:04:15 -04:00
|
|
|
Replaces: 102
|
2001-08-22 18:43:42 -04:00
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
2017-09-04 17:38:47 -04:00
|
|
|
========
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Making a Python release is a thrilling and crazy process. You've heard
|
|
|
|
the expression "herding cats"? Imagine trying to also saddle those
|
|
|
|
purring little creatures up, and ride them into town, with some of their
|
|
|
|
buddies firmly attached to your bare back, anchored by newly sharpened
|
|
|
|
claws. At least they're cute, you remind yourself.
|
2008-05-08 19:52:56 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Actually, no, that's a slight exaggeration 😉 The Python release
|
2017-09-04 17:38:47 -04:00
|
|
|
process has steadily improved over the years and now, with the help of our
|
|
|
|
amazing community, is really not too difficult. This PEP attempts to
|
2023-10-09 07:01:36 -04:00
|
|
|
collect, in one place, all the steps needed to make a Python release.
|
|
|
|
Most of the steps are now automated or guided by automation, so manually
|
|
|
|
following this list is no longer necessary.
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
Things You'll Need
|
2017-09-04 17:38:47 -04:00
|
|
|
==================
|
2013-08-04 02:52:51 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
As a release manager there are a lot of resources you'll need to access.
|
|
|
|
Here's a hopefully-complete list.
|
2013-08-04 02:52:51 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* A GPG key.
|
2013-08-04 02:52:51 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Python releases are digitally signed with GPG; you'll need a key,
|
|
|
|
which hopefully will be on the "web of trust" with at least one of
|
|
|
|
the other release managers.
|
2013-08-04 02:52:51 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* A bunch of software:
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
* A checkout of the `python/release-tools
|
|
|
|
<https://github.com/python/release-tools/>`_ repo.
|
|
|
|
It contains a ``requirements.txt`` file that you need to install
|
|
|
|
dependencies from first. Afterwards, you can fire up scripts in the
|
|
|
|
repo, covered later in this PEP.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
* ``blurb``, the
|
|
|
|
`Misc/NEWS <https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_
|
|
|
|
management tool. You can pip install it.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* A fairly complete installation of a recent TeX distribution,
|
|
|
|
such as texlive. You need that for building the PDF docs.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
* Access to servers where you will upload files:
|
|
|
|
|
|
|
|
* ``downloads.nyc1.psf.io``, the server that hosts download files; and
|
|
|
|
* ``docs.nyc1.psf.io``, the server that hosts the documentation.
|
2013-08-04 02:52:51 -04:00
|
|
|
|
2020-08-22 01:25:20 -04:00
|
|
|
* Administrator access to ``https://github.com/python/cpython``.
|
2014-03-17 02:23:38 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* An administrator account on www.python.org, including an "API key".
|
2015-09-07 21:39:54 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* Write access to the PEP repository.
|
2013-08-04 02:52:51 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
If you're reading this, you probably already have this--the first
|
|
|
|
task of any release manager is to draft the release schedule. But
|
|
|
|
in case you just signed up... sucker! I mean, uh, congratulations!
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* Posting access to http://blog.python.org, a Blogger-hosted weblog.
|
|
|
|
The RSS feed from this blog is used for the 'Python News' section
|
|
|
|
on www.python.org.
|
2014-08-01 16:39:37 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* A subscription to the super secret release manager mailing list, which may
|
|
|
|
or may not be called ``python-cabal``. Bug Barry about this.
|
2015-06-05 21:55:54 -04:00
|
|
|
|
2023-04-07 17:27:47 -04:00
|
|
|
* A ``@python.org`` email address that you will use to sign your releases
|
|
|
|
with. Ask ``postmaster@`` for an address; you can either get a full
|
|
|
|
account, or a redirecting alias + SMTP credentials to send email from
|
|
|
|
this address that looks legit to major email providers.
|
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
Types of Releases
|
|
|
|
=================
|
|
|
|
|
|
|
|
There are several types of releases you will need to make. These include:
|
|
|
|
|
|
|
|
* ``alpha``
|
2023-10-09 07:01:36 -04:00
|
|
|
* ``begin beta``, also known as ``beta 1``, also known as ``new branch``
|
|
|
|
* ``beta 2+``
|
2019-10-14 08:13:59 -04:00
|
|
|
* ``release candidate 1``
|
|
|
|
* ``release candidate 2+``
|
2019-06-04 08:09:54 -04:00
|
|
|
* ``final``
|
|
|
|
* ``new branch``
|
|
|
|
* ``begin bugfix mode``
|
|
|
|
* ``begin security-only mode``
|
|
|
|
* ``end-of-life``
|
|
|
|
|
|
|
|
Some of these release types actually involve more than
|
|
|
|
one release branch. In particular, a **new branch** is that point in the
|
|
|
|
release cycle when a new feature release cycle begins. Under the current
|
2021-05-07 23:24:21 -04:00
|
|
|
organization of the cpython git repository, the *main* branch is always
|
2019-06-04 08:09:54 -04:00
|
|
|
the target for new features. At some point in the release cycle of the
|
|
|
|
next feature release, a **new branch** release is made which creates a
|
|
|
|
new separate branch for stabilization and later maintenance of the
|
2023-10-09 07:01:36 -04:00
|
|
|
current in-progress feature release (``3.n.0``) and the *main* branch is modified
|
|
|
|
to build a new version (which will eventually be released as ``3.n+1.0``).
|
2019-06-04 08:09:54 -04:00
|
|
|
While the **new branch** release step could occur at one of several points
|
|
|
|
in the release cycle, current practice is for it to occur at feature code
|
|
|
|
cutoff for the release which is scheduled for the first beta release.
|
|
|
|
|
|
|
|
In the descriptions that follow, steps specific to release types are
|
|
|
|
labeled accordingly, for now, **new branch** and **final**.
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
How To Make A Release
|
2017-09-04 17:38:47 -04:00
|
|
|
=====================
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Here are the steps taken to make a Python release. Some steps are more
|
|
|
|
fuzzy than others because there's little that can be automated (e.g.
|
|
|
|
writing the NEWS entries). Where a step is usually performed by An
|
|
|
|
Expert, the role of that expert is given. Otherwise, assume the step is
|
|
|
|
done by the Release Manager (RM), the designated person performing the
|
|
|
|
release. The roles and their current experts are:
|
2011-05-08 05:14:12 -04:00
|
|
|
|
2017-09-05 18:12:11 -04:00
|
|
|
* RM = Release Manager
|
|
|
|
|
2023-04-07 17:27:47 -04:00
|
|
|
- Thomas Wouters <thomas@python.org> (NL)
|
2020-10-04 14:35:22 -04:00
|
|
|
- Pablo Galindo Salgado <pablogsal@python.org> (UK)
|
2023-04-07 17:27:47 -04:00
|
|
|
- Łukasz Langa <lukasz@python.org> (PL)
|
2020-10-04 14:35:22 -04:00
|
|
|
|
2018-10-29 21:59:38 -04:00
|
|
|
* WE = Windows - Steve Dower <steve.dower@python.org>
|
2017-09-05 18:12:11 -04:00
|
|
|
* ME = Mac - Ned Deily <nad@python.org> (US)
|
2018-10-29 21:59:38 -04:00
|
|
|
* DE = Docs - Julien Palard <julien@python.org> (Central Europe)
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
.. note:: It is highly recommended that the RM contact the Experts the day
|
|
|
|
before the release. Because the world is round and everyone lives
|
|
|
|
in different timezones, the RM must ensure that the release tag is
|
|
|
|
created in enough time for the Experts to cut binary releases.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
You should not make the release public (by updating the website and
|
|
|
|
sending announcements) before all experts have updated their bits.
|
|
|
|
In rare cases where the expert for Windows or Mac is MIA, you may add
|
|
|
|
a message "(Platform) binaries will be provided shortly" and proceed.
|
2008-12-05 18:33:03 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
As much as possible, the release steps are automated and guided by the
|
|
|
|
release script, which is available in a separate repository:
|
2008-05-08 19:52:56 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
https://github.com/python/release-tools
|
2008-05-08 19:52:56 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
We use the following conventions in the examples below. Where a release
|
2023-10-09 07:01:36 -04:00
|
|
|
number is given, it is of the form ``3.X.YaN``, e.g. 3.13.0a3 for Python 3.13.0
|
2017-09-04 17:38:47 -04:00
|
|
|
alpha 3, where "a" == alpha, "b" == beta, "rc" == release candidate.
|
2003-07-31 10:21:07 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Release tags are named ``v3.X.YaN``. The branch name for minor release
|
|
|
|
maintenance branches is ``3.X``.
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
This helps by performing several automatic editing steps, and guides you
|
|
|
|
to perform some manual editing steps.
|
2008-02-21 07:00:38 -05:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Log into Discord and join the Python Core Devs server. Ask Thomas
|
|
|
|
or Łukasz for an invite.
|
2008-08-20 23:04:15 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
You probably need to coordinate with other people around the world.
|
2023-10-09 07:01:36 -04:00
|
|
|
This communication channel is where we've arranged to meet.
|
2008-09-12 20:22:56 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Check to see if there are any showstopper bugs.
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Go to https://github.com/python/cpython/issues and look for any open
|
|
|
|
bugs that can block this release. You're looking at two relevant labels:
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
release-blocker
|
2017-09-04 17:38:47 -04:00
|
|
|
Stops the release dead in its tracks. You may not
|
|
|
|
make any release with any open release blocker bugs.
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
deferred-blocker
|
2017-09-04 17:38:47 -04:00
|
|
|
Doesn't block this release, but it will block a
|
|
|
|
future release. You may not make a final or
|
|
|
|
candidate release with any open deferred blocker
|
|
|
|
bugs.
|
2008-09-12 20:22:56 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Review the release blockers and either resolve them, bump them down to
|
|
|
|
deferred, or stop the release and ask for community assistance. If
|
|
|
|
you're making a final or candidate release, do the same with any open
|
|
|
|
deferred.
|
2005-09-28 00:21:36 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Check the stable buildbots.
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2020-01-24 16:44:39 -05:00
|
|
|
Go to https://buildbot.python.org/all/#/release_status
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Look at the buildbots for the release
|
|
|
|
you're making. Ignore any that are offline (or inform the community so
|
|
|
|
they can be restarted). If what remains are (mostly) green buildbots,
|
|
|
|
you're good to go. If you have non-offline red buildbots, you may want
|
|
|
|
to hold up the release until they are fixed. Review the problems and
|
|
|
|
use your judgement, taking into account whether you are making an alpha,
|
|
|
|
beta, or final release.
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Make a release clone.
|
2011-05-08 05:14:12 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
On a fork of the cpython repository on GitHub, create a release branch
|
|
|
|
within it (called the "release clone" from now on). You can use the same
|
|
|
|
GitHub fork you use for cpython development. Using the standard setup
|
|
|
|
recommended in the Python Developer's Guide, your fork would be referred
|
2023-09-01 15:18:36 -04:00
|
|
|
to as ``origin`` and the standard cpython repo as ``upstream``. You will
|
2017-09-04 17:38:47 -04:00
|
|
|
use the branch on your fork to do the release engineering work, including
|
|
|
|
tagging the release, and you will use it to share with the other experts
|
|
|
|
for making the binaries.
|
2011-05-08 05:14:12 -04:00
|
|
|
|
2019-10-14 09:52:46 -04:00
|
|
|
For a **final** or **release candidate 2+** release, if you are going
|
|
|
|
to cherry-pick a subset of changes for the next rc or final from all those
|
|
|
|
merged since the last rc, you should create a release
|
2019-10-14 08:13:59 -04:00
|
|
|
engineering branch starting from the most recent release candidate tag,
|
|
|
|
i.e. ``v3.8.0rc1``. You will then cherry-pick changes from the standard
|
|
|
|
release branch as necessary into the release engineering branch and
|
2019-10-14 09:52:46 -04:00
|
|
|
then proceed as usual. If you are going to take all of the changes
|
|
|
|
since the previous rc, you can proceed as normal.
|
2019-10-14 08:13:59 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Make sure the current branch of your release clone is the branch you
|
|
|
|
want to release from. (``git status``)
|
2011-05-08 05:14:12 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Run ``blurb release <version>`` specifying the version number
|
|
|
|
(e.g. ``blurb release 3.4.7rc1``). This merges all the recent news
|
|
|
|
blurbs into a single file marked with this release's version number.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Regenerate Lib/pydoc-topics.py.
|
2010-10-06 06:26:59 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
While still in the Doc directory, run ``make pydoc-topics``. Then copy
|
|
|
|
``build/pydoc-topics/topics.py`` to ``../Lib/pydoc_data/topics.py``.
|
2008-10-02 17:51:11 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Commit your changes to ``pydoc_topics.py``
|
2017-09-04 17:38:47 -04:00
|
|
|
(and any fixes you made in the docs).
|
2017-03-24 17:11:33 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Consider running ``autoconf`` using the currently accepted standard version
|
2017-09-04 17:38:47 -04:00
|
|
|
in case ``configure`` or other autoconf-generated files were last
|
|
|
|
committed with a newer or older version and may contain spurious or
|
2023-10-09 07:01:36 -04:00
|
|
|
harmful differences. Currently, autoconf 2.71 is our de facto standard.
|
2017-09-04 17:38:47 -04:00
|
|
|
if there are differences, commit them.
|
2011-05-08 05:14:12 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Make sure the ``SOURCE_URI`` in ``Doc/tools/extensions/pyspecific.py``
|
2023-10-09 07:01:36 -04:00
|
|
|
points to the right branch in the git repository (``main`` or ``3.X``).
|
2021-05-07 23:24:21 -04:00
|
|
|
For a **new branch** release, change the branch in the file from *main*
|
2023-10-09 07:01:36 -04:00
|
|
|
to the new release branch you are about to create (``3.X``).
|
2011-07-23 03:53:12 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Bump version numbers via the release script::
|
2001-09-07 14:58:47 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ .../release-tools/release.py --bump 3.X.YaN
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Reminder: X, Y, and N should be integers.
|
2017-09-04 17:38:47 -04:00
|
|
|
a should be one of "a", "b", or "rc" (e.g. "3.4.3rc1").
|
2019-06-04 08:09:54 -04:00
|
|
|
For **final** releases omit the aN ("3.4.3"). For the first
|
2023-10-09 07:01:36 -04:00
|
|
|
release of a new version Y should be 0 ("3.6.0").
|
2016-06-11 23:49:59 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
This automates updating various release numbers, but you will have to
|
|
|
|
modify a few files manually. If your $EDITOR environment variable is
|
|
|
|
set up correctly, release.py will pop up editor windows with the files
|
|
|
|
you need to edit.
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
Review the blurb-generated Misc/NEWS file and edit as necessary.
|
2003-07-24 22:34:02 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Make sure all changes have been committed. (``release.py --bump``
|
|
|
|
doesn't check in its changes for you.)
|
2011-05-08 05:14:12 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Check the years on the copyright notice. If the last release
|
|
|
|
was some time last year, add the current year to the copyright
|
|
|
|
notice in several places:
|
2003-09-21 21:11:35 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- README
|
|
|
|
- LICENSE (make sure to change on trunk and the branch)
|
|
|
|
- Python/getcopyright.c
|
|
|
|
- Doc/copyright.rst
|
|
|
|
- Doc/license.rst
|
|
|
|
- PC/python_ver_rc.h sets up the DLL version resource for Windows
|
|
|
|
(displayed when you right-click on the DLL and select
|
|
|
|
Properties). This isn't a C include file, it's a Windows
|
|
|
|
"resource file" include file.
|
2003-09-21 21:11:35 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- For a **final** major release, edit the first paragraph of
|
2023-10-09 07:01:36 -04:00
|
|
|
Doc/whatsnew/3.X.rst to include the actual release date; e.g. "Python
|
2017-09-04 17:38:47 -04:00
|
|
|
2.5 was released on August 1, 2003." There's no need to edit this for
|
2019-06-04 08:09:54 -04:00
|
|
|
alpha or beta releases.
|
2008-01-17 19:31:21 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Do a "git status" in this directory.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
You should not see any files. I.e. you better not have any uncommitted
|
|
|
|
changes in your working directory.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Tag the release for 3.X.YaN::
|
2009-06-26 08:54:46 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ .../release-tools/release.py --tag 3.X.YaN
|
2009-06-26 08:54:46 -04:00
|
|
|
|
2023-09-01 15:18:36 -04:00
|
|
|
This executes a ``git tag`` command with the ``-s`` option so that the
|
2017-09-04 17:38:47 -04:00
|
|
|
release tag in the repo is signed with your gpg key. When prompted
|
|
|
|
choose the private key you use for signing release tarballs etc.
|
2012-03-17 19:13:39 -04:00
|
|
|
|
2020-11-07 05:43:59 -05:00
|
|
|
- For a **new branch** release, add it to the ``VERSIONS`` list of
|
|
|
|
`docsbuild scripts`_, so that the new maintenance branch is now
|
|
|
|
``pre-release`` and add the new ``in development`` version.
|
|
|
|
|
|
|
|
- For a **final** major release, update the ``VERSIONS`` list of
|
|
|
|
`docsbuild scripts`_: the release branch must be changed from
|
2021-06-07 12:20:51 -04:00
|
|
|
``pre-release`` to ``stable``.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
- For **begin security-only mode** and **end-of-life** releases, review the
|
|
|
|
two files and update the versions accordingly in all active branches.
|
2014-03-17 02:30:58 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Time to build the source tarball. Use the release script to create
|
|
|
|
the source gzip and xz tarballs,
|
2019-06-04 08:09:54 -04:00
|
|
|
documentation tar and zip files, and gpg signature files::
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ .../release-tools/release.py --export 3.X.YaN
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
This can take a while for **final** releases, and it will leave all the
|
2023-10-09 07:01:36 -04:00
|
|
|
tarballs and signatures in a subdirectory called ``3.X.YaN/src``, and the
|
|
|
|
built docs in ``3.X.YaN/docs`` (for **final** releases).
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2023-04-07 17:27:47 -04:00
|
|
|
Note that the script will sign your release with Sigstore. Please use
|
|
|
|
your **@python.org** email address for this. See here for more information:
|
|
|
|
https://www.python.org/download/sigstore/.
|
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Now you want to perform the very important step of checking the
|
|
|
|
tarball you just created, to make sure a completely clean,
|
|
|
|
virgin build passes the regression test. Here are the best
|
|
|
|
steps to take::
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
$ cd /tmp
|
|
|
|
$ tar xvf /path/to/your/release/clone/<version>//Python-3.2rc2.tgz
|
|
|
|
$ cd Python-3.2rc2
|
|
|
|
$ ls
|
|
|
|
(Do things look reasonable?)
|
|
|
|
$ ls Lib
|
|
|
|
(Are there stray .pyc files?)
|
|
|
|
$ ./configure
|
|
|
|
(Loads of configure output)
|
|
|
|
$ make test
|
|
|
|
(Do all the expected tests pass?)
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
If you're feeling lucky and have some time to kill, or if you are making
|
2019-06-04 08:09:54 -04:00
|
|
|
a release candidate or **final** release, run the full test suite::
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
$ make testall
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
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
|
|
|
|
freshly unpacked directory looks weird, you better stop now and
|
|
|
|
figure out what the problem is.
|
2017-07-23 23:25:16 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Push your commits to the remote release branch in your GitHub fork.::
|
2009-06-26 08:54:46 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
# Do a dry run first.
|
|
|
|
$ git push --dry-run --tags origin
|
|
|
|
# Make sure you are pushing to your GitHub fork, *not* to the main
|
|
|
|
# python/cpython repo!
|
|
|
|
$ git push --tags origin
|
2008-03-02 01:51:20 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Notify the experts that they can start building binaries.
|
2002-12-30 20:30:28 -05:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
.. warning::
|
2008-12-05 18:33:03 -05:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
**STOP**: at this point you must receive the "green light" from other experts
|
|
|
|
in order to create the release. There are things you can do while you wait
|
2017-09-04 17:38:47 -04:00
|
|
|
though, so keep reading until you hit the next STOP.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- The WE generates and publishes the Windows files using the Azure
|
|
|
|
Pipelines build scripts in ``.azure-pipelines/windows-release/``,
|
|
|
|
currently set up at https://dev.azure.com/Python/cpython/_build?definitionId=21.
|
2008-05-08 19:52:56 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
The build process runs in multiple stages, with each stage's output being
|
|
|
|
available as a downloadable artifact. The stages are:
|
2008-10-02 09:41:14 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- Compile all variants of binaries (32-bit, 64-bit, debug/release),
|
|
|
|
including running profile-guided optimization.
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- Compile the HTML Help file containing the Python documentation
|
2014-03-10 03:04:10 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- Codesign all the binaries with the PSF's certificate
|
2014-03-10 03:04:10 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- Create packages for python.org, nuget.org, the embeddable distro and
|
|
|
|
the Windows Store
|
2014-03-10 03:04:10 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- Perform basic verification of the installers
|
2014-03-10 03:04:10 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
- Upload packages to python.org and nuget.org, purge download caches and
|
|
|
|
run a test download.
|
2014-03-10 03:04:10 -04:00
|
|
|
|
2020-11-09 19:14:14 -05:00
|
|
|
After the uploads are complete, the WE copies the generated hashes from
|
|
|
|
the build logs and emails them to the RM. The Windows Store packages are
|
|
|
|
uploaded manually to https://partner.microsoft.com/dashboard/home by the
|
|
|
|
WE.
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- The ME builds Mac installer packages and uploads them to
|
2019-02-15 02:09:31 -05:00
|
|
|
downloads.nyc1.psf.io together with gpg signature files.
|
2001-10-24 19:18:46 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- scp or rsync all the files built by ``release.py --export``
|
2019-02-15 02:09:31 -05:00
|
|
|
to your home directory on downloads.nyc1.psf.io.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
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
|
|
|
|
so that they can test them on their platforms as well.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2019-02-15 02:09:31 -05:00
|
|
|
- Now you need to go to downloads.nyc1.psf.io and move all the files in place
|
2017-09-04 17:38:47 -04:00
|
|
|
over there. Our policy is that every Python version gets its own
|
|
|
|
directory, but each directory contains all releases of that version.
|
2002-01-10 11:22:46 -05:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- On downloads.nyc1.psf.io, ``cd /srv/www.python.org/ftp/python/3.X.Y``
|
2017-09-04 17:38:47 -04:00
|
|
|
creating it if necessary. Make sure it is owned by group 'downloads'
|
|
|
|
and group-writable.
|
2008-01-17 19:31:21 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Move the release .tgz, and .tar.xz files into place, as well as the
|
|
|
|
.asc GPG signature files. The Win/Mac binaries are usually put there
|
|
|
|
by the experts themselves.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Make sure they are world readable. They should also be group
|
|
|
|
writable, and group-owned by downloads.
|
2002-04-11 10:30:51 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Use ``gpg --verify`` to make sure they got uploaded intact.
|
2001-09-07 14:58:47 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- If this is a **final** or rc release: Move the doc zips and tarballs to
|
2023-10-09 07:01:36 -04:00
|
|
|
``/srv/www.python.org/ftp/python/doc/3.X.Y[rcA]``, creating the directory
|
2019-06-04 08:09:54 -04:00
|
|
|
if necessary, and adapt the "current" symlink in ``.../doc`` to point to
|
2017-09-04 17:38:47 -04:00
|
|
|
that directory. Note though that if you're releasing a maintenance
|
|
|
|
release for an older version, don't change the current link.
|
2008-10-02 09:41:14 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- If this is a **final** or rc release (even a maintenance release), also
|
2023-10-09 07:01:36 -04:00
|
|
|
unpack the HTML docs to ``/srv/docs.python.org/release/3.X.Y[rcA]`` on
|
2019-06-04 08:09:54 -04:00
|
|
|
docs.nyc1.psf.io. Make sure the files are in group ``docs`` and are
|
2017-09-04 17:38:47 -04:00
|
|
|
group-writeable. If it is a release of a security-fix-only version,
|
2020-11-07 05:43:59 -05:00
|
|
|
tell the DE to start a build (``security-fixes`` and ``EOL`` version
|
|
|
|
are not built daily).
|
2008-12-05 03:19:56 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Let the DE check if the docs are built and work all right.
|
2008-12-05 03:19:56 -05:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- If this is a **final** major release: Tell the DE to adapt redirects for
|
2023-10-09 07:01:36 -04:00
|
|
|
docs.python.org/3.X in the nginx config for docs.python.org.
|
2010-03-13 09:39:14 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Note both the documentation and downloads are behind a caching CDN. If
|
|
|
|
you change archives after downloading them through the website, you'll
|
2019-06-04 08:09:54 -04:00
|
|
|
need to purge the stale data in the CDN like this::
|
2014-09-09 11:47:10 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ curl -X PURGE https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tar.xz
|
2014-09-09 11:47:10 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
You should always purge the cache of the directory listing as people
|
2019-06-04 08:09:54 -04:00
|
|
|
use that to browse the release files::
|
2017-03-24 17:11:33 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ curl -X PURGE https://www.python.org/ftp/python/3.12.0/
|
2016-09-13 10:13:19 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- For the extra paranoid, do a completely clean test of the release.
|
|
|
|
This includes downloading the tarball from www.python.org.
|
2010-12-05 07:11:52 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Make sure the md5 checksums match. Then unpack the tarball,
|
|
|
|
and do a clean make test.::
|
2010-12-05 07:11:52 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
$ make distclean
|
|
|
|
$ ./configure
|
|
|
|
$ make test
|
2010-12-05 07:11:52 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
To ensure that the regression test suite passes. If not, you
|
|
|
|
screwed up somewhere!
|
2010-12-05 07:11:52 -05:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
.. warning::
|
|
|
|
|
|
|
|
**STOP** and confirm:
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Have you gotten the green light from the WE?
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Have you gotten the green light from the ME?
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Have you gotten the green light from the DE?
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
If green, it's time to merge the release engineering branch back into
|
|
|
|
the main repo.
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- In order to push your changes to GitHub, you'll have to temporarily
|
2020-08-22 01:25:20 -04:00
|
|
|
disable branch protection for administrators. Go to the
|
|
|
|
``Settings | Branches`` page:
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
https://github.com/python/cpython/settings/branches/
|
|
|
|
|
2020-08-22 01:25:20 -04:00
|
|
|
"Edit" the settings for the branch you're releasing on.
|
|
|
|
This will load the settings page for that branch.
|
|
|
|
Uncheck the "Include administrators" box and press the
|
|
|
|
"Save changes" button at the bottom.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
- Merge your release clone into the main development repo::
|
|
|
|
|
|
|
|
# Pristine copy of the upstream repo branch
|
|
|
|
$ git clone git@github.com:python/cpython.git merge
|
|
|
|
$ cd merge
|
|
|
|
|
|
|
|
# Checkout the correct branch:
|
|
|
|
# 1. For feature pre-releases up to and including a
|
|
|
|
# **new branch** release, i.e. alphas and first beta
|
2021-05-07 23:24:21 -04:00
|
|
|
# do a checkout of the main branch
|
|
|
|
$ git checkout main
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
# 2. Else, for all other releases, checkout the
|
|
|
|
# appropriate release branch.
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git checkout 3.X
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
# Fetch the newly created and signed tag from your clone repo
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git fetch --tags git@github.com:your-github-id/cpython.git v3.X.YaN
|
2019-07-03 14:20:45 -04:00
|
|
|
# Merge the temporary release engineering branch back into
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git merge --no-squash v3.X.YaN
|
2019-06-04 08:09:54 -04:00
|
|
|
$ git commit -m 'Merge release engineering branch'
|
|
|
|
|
|
|
|
- If this is a **new branch** release, i.e. first beta,
|
|
|
|
now create the new release branch::
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git checkout -b 3.X
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2019-10-14 09:52:46 -04:00
|
|
|
Do any steps needed to setup the new release branch, including:
|
|
|
|
|
2021-05-07 23:24:21 -04:00
|
|
|
* In README.rst, change all references from ``main`` to
|
2019-10-14 09:52:46 -04:00
|
|
|
the new branch, in particular, GitHub repo URLs.
|
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- For *all* releases, do the guided post-release steps with the
|
|
|
|
release script.::
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
$ .../release-tools/release.py --done 3.X.YaN
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2019-10-14 08:13:59 -04:00
|
|
|
- For a **final** or **release candidate 2+** release, you may need to
|
|
|
|
do some post-merge cleanup. Check the top-level ``README.rst``
|
|
|
|
and ``include/patchlevel.h`` files to ensure they now reflect
|
|
|
|
the desired post-release values for on-going development.
|
2023-09-01 15:18:36 -04:00
|
|
|
The patchlevel should be the release tag with a ``+``.
|
2019-10-14 08:13:59 -04:00
|
|
|
Also, if you cherry-picked changes from the standard release
|
|
|
|
branch into the release engineering branch for this release,
|
|
|
|
you will now need to manual remove each blurb entry from
|
|
|
|
the ``Misc/NEWS.d/next`` directory that was cherry-picked
|
|
|
|
into the release you are working on since that blurb entry
|
2021-09-17 14:18:24 -04:00
|
|
|
is now captured in the merged x.y.z.rst file for the new
|
2019-10-14 08:13:59 -04:00
|
|
|
release. Otherwise, the blurb entry will appear twice in
|
2023-09-01 15:18:36 -04:00
|
|
|
the ``changelog.html`` file, once under ``Python next`` and again
|
|
|
|
under ``x.y.z``.
|
2019-10-14 08:13:59 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Review and commit these changes::
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
$ git commit -m 'Post release updates'
|
|
|
|
|
|
|
|
- If this is a **new branch** release (e.g. the first beta),
|
2021-05-07 23:24:21 -04:00
|
|
|
update the main branch to start development for the
|
|
|
|
following feature release. When finished, the ``main``
|
2019-06-04 08:09:54 -04:00
|
|
|
branch will now build Python ``X.Y+1``.
|
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- First, set main up to be the next release, i.e.X.Y+1.a0::
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
$ git checkout main
|
|
|
|
$ .../release-tools/release.py --bump 3.9.0a0
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Edit all version references in README.rst
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Move any historical "what's new" entries from ``Misc/NEWS`` to
|
|
|
|
``Misc/HISTORY``.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Edit ``Doc/tutorial/interpreter.rst`` (2 references to '[Pp]ython3x',
|
|
|
|
one to 'Python 3.x', also make the date in the banner consistent).
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Edit ``Doc/tutorial/stdlib.rst`` and ``Doc/tutorial/stdlib2.rst``, which
|
|
|
|
have each one reference to '[Pp]ython3x'.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Add a new ``whatsnew/3.x.rst`` file (with the comment near the top
|
|
|
|
and the toplevel sections copied from the previous file) and
|
|
|
|
add it to the toctree in ``whatsnew/index.rst``. But beware that
|
|
|
|
the initial ``whatsnew/3.x.rst`` checkin from previous releases
|
|
|
|
may be incorrect due to the initial midstream change to ``blurb``
|
|
|
|
that propagates from release to release! Help break the cycle: if
|
|
|
|
necessary make the following change::
|
2020-08-22 01:25:20 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- For full details, see the :source:`Misc/NEWS` file.
|
|
|
|
+ For full details, see the :ref:`changelog <changelog>`.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Update the version number in ``configure.ac`` and re-run ``autoconf``.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Make sure the ``SOURCE_URI`` in ``Doc/tools/extensions/pyspecific.py``
|
|
|
|
points to ``main``.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Update the version numbers for the Windows builds in PC/ and
|
|
|
|
PCbuild/, which have references to python38.
|
|
|
|
NOTE, check with Steve Dower about this step, it is probably obsolete.::
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
$ find PC/ PCbuild/ -type f | xargs sed -i 's/python38/python39/g'
|
|
|
|
$ git mv -f PC/os2emx/python38.def PC/os2emx/python39.def
|
|
|
|
$ git mv -f PC/python38stub.def PC/python39stub.def
|
|
|
|
$ git mv -f PC/python38gen.py PC/python39gen.py
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
- Commit these changes to the main branch::
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2022-01-21 06:03:51 -05:00
|
|
|
$ git status
|
|
|
|
$ git add ...
|
|
|
|
$ git commit -m 'Bump to 3.9.0a0'
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
- Do another ``git status`` in this directory.
|
|
|
|
|
|
|
|
You should not see any files. I.e. you better not have any uncommitted
|
|
|
|
changes in your working directory.
|
|
|
|
|
|
|
|
- Commit and push to the main repo.::
|
|
|
|
|
|
|
|
# Do a dry run first.
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
# For feature pre-releases prior to a **new branch** release,
|
|
|
|
# i.e. a feature alpha release:
|
2021-05-07 23:24:21 -04:00
|
|
|
$ git push --dry-run --tags git@github.com:python/cpython.git main
|
2019-06-04 08:09:54 -04:00
|
|
|
# If it looks OK, take the plunge. There's no going back!
|
2021-05-07 23:24:21 -04:00
|
|
|
$ git push --tags git@github.com:python/cpython.git main
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
# For a **new branch** release, i.e. first beta:
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git push --dry-run --tags git@github.com:python/cpython.git 3.X
|
2021-05-07 23:24:21 -04:00
|
|
|
$ git push --dry-run --tags git@github.com:python/cpython.git main
|
2019-06-04 08:09:54 -04:00
|
|
|
# If it looks OK, take the plunge. There's no going back!
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git push --tags git@github.com:python/cpython.git 3.X
|
2021-05-07 23:24:21 -04:00
|
|
|
$ git push --tags git@github.com:python/cpython.git main
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
# For all other releases:
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git push --dry-run --tags git@github.com:python/cpython.git 3.X
|
2019-06-04 08:09:54 -04:00
|
|
|
# If it looks OK, take the plunge. There's no going back!
|
2023-10-09 07:01:36 -04:00
|
|
|
$ git push --tags git@github.com:python/cpython.git 3.X
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
- If this is a **new branch** release, add a ``Branch protection rule``
|
2023-10-09 07:01:36 -04:00
|
|
|
for the newly created branch (3.X). Look at the values for the previous
|
|
|
|
release branch (3.X-1) and use them as a template.
|
2019-06-04 08:09:54 -04:00
|
|
|
https://github.com/python/cpython/settings/branches/
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Also, add a ``needs backport to 3.X`` label to the GitHub repo.
|
2019-06-04 08:09:54 -04:00
|
|
|
https://github.com/python/cpython/labels
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2020-08-22 01:25:20 -04:00
|
|
|
- You can now re-enable enforcement of branch settings against administrators
|
2023-10-09 07:01:36 -04:00
|
|
|
on GitHub. Go back to the ``Settings | Branch`` page:
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2020-08-22 01:25:20 -04:00
|
|
|
https://github.com/python/cpython/settings/branches/
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2020-08-22 01:25:20 -04:00
|
|
|
"Edit" the settings for the branch you're releasing on.
|
|
|
|
Re-check the "Include administrators" box and press the
|
|
|
|
"Save changes" button at the bottom.
|
2019-06-04 08:09:54 -04:00
|
|
|
|
2020-08-22 01:25:20 -04:00
|
|
|
Now it's time to twiddle the web site. Almost none of this is automated, sorry.
|
2001-09-07 14:58:47 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
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
|
2019-07-03 14:20:45 -04:00
|
|
|
permissions. (Or ask Ewa, who coordinated the effort for the new website
|
2017-09-04 17:38:47 -04:00
|
|
|
with RevSys.)
|
2001-09-07 14:58:47 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Log in to https://www.python.org/admin .
|
2008-05-08 19:52:56 -04:00
|
|
|
|
2019-02-03 13:10:28 -05:00
|
|
|
- Create a new "release" for the release. Currently "Releases" are
|
2017-09-04 17:38:47 -04:00
|
|
|
sorted under "Downloads".
|
2015-09-07 21:39:54 -04:00
|
|
|
|
2019-02-03 13:10:28 -05:00
|
|
|
The easiest thing is probably to copy fields from an existing
|
|
|
|
Python release "page", editing as you go.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2019-02-03 13:10:28 -05:00
|
|
|
You can use `Markdown <https://daringfireball.net/projects/markdown/syntax>`_ or
|
|
|
|
`ReStructured Text <http://docutils.sourceforge.net/docs/user/rst/quickref.html>`_
|
|
|
|
to describe your release. The former is less verbose, while the latter has nifty
|
|
|
|
integration for things like referencing PEPs.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
Leave the "Release page" field on the form empty.
|
2008-10-01 23:10:35 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- "Save" the release.
|
2013-10-27 05:40:11 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Populate the release with the downloadable files.
|
2001-09-07 14:58:47 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
Your friend and mine, Georg Brandl, made a lovely tool
|
|
|
|
called "add-to-pydotorg.py". You can find it in the
|
|
|
|
"release" tree (next to "release.py"). You run the
|
2019-06-04 08:09:54 -04:00
|
|
|
tool on downloads.nyc1.psf.io, like this::
|
2001-09-07 14:58:47 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
$ AUTH_INFO=<username>:<python.org-api-key> python add-to-pydotorg.py <version>
|
2015-09-07 21:39:54 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
This walks the correct download directory for <version>,
|
|
|
|
looks for files marked with <version>, and populates
|
|
|
|
the "Release Files" for the correct "release" on the web
|
|
|
|
site with these files. Note that clears the "Release Files"
|
|
|
|
for the relevant version each time it's run. You may run
|
|
|
|
it from any directory you like, and you can run it as
|
|
|
|
many times as you like if the files happen to change.
|
|
|
|
Keep a copy in your home directory on dl-files and
|
|
|
|
keep it fresh.
|
2015-09-07 21:39:54 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
If new types of files are added to the release, someone will need to
|
|
|
|
update add-to-pydotorg.py so it recognizes these new files.
|
2017-09-04 17:38:47 -04:00
|
|
|
(It's best to update add-to-pydotorg.py when file types
|
|
|
|
are removed, too.)
|
2001-12-14 23:00:17 -05:00
|
|
|
|
2023-04-07 17:27:47 -04:00
|
|
|
The script will also sign any remaining files that were not
|
|
|
|
signed with Sigstore until this point. Again, if this happens,
|
|
|
|
do use your @python.org address for this process. More info:
|
|
|
|
https://www.python.org/download/sigstore/
|
|
|
|
|
2020-10-04 14:35:22 -04:00
|
|
|
- In case the CDN already cached a version of the Downloads page
|
|
|
|
without the files present, you can invalidate the cache using::
|
|
|
|
|
|
|
|
$ curl -X PURGE https://www.python.org/downloads/release/python-XXX/
|
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- If this is a **final** release:
|
2017-03-24 17:11:33 -04:00
|
|
|
|
2018-08-21 18:08:40 -04:00
|
|
|
- Add the new version to the *Python Documentation by Version*
|
2023-09-01 15:18:36 -04:00
|
|
|
page ``https://www.python.org/doc/versions/`` and
|
2017-09-04 17:38:47 -04:00
|
|
|
remove the current version from any 'in development' section.
|
2016-07-24 14:54:37 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- For 3.X.Y, edit all the previous X.Y releases' page(s) to
|
2017-09-04 17:38:47 -04:00
|
|
|
point to the new release. This includes the content field of the
|
2023-09-01 15:18:36 -04:00
|
|
|
``Downloads -> Releases`` entry for the release::
|
2017-03-24 17:11:33 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Note: Python 3.x.(y-1) has been superseded by
|
|
|
|
`Python 3.x.y </downloads/release/python-3xy/>`_.
|
2017-03-24 17:11:33 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
And, for those releases having separate release page entries
|
|
|
|
(phasing these out?), update those pages as well,
|
2023-10-09 07:01:36 -04:00
|
|
|
e.g. ``download/releases/3.x.y``::
|
2016-07-24 14:54:37 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
Note: Python 3.x.(y-1) has been superseded by
|
|
|
|
`Python 3.x.y </download/releases/3.x.y/>`_.
|
2016-07-24 14:54:37 -04:00
|
|
|
|
2018-07-20 04:45:18 -04:00
|
|
|
- Update the "Current Pre-release Testing Versions web page".
|
|
|
|
|
|
|
|
There's a page that lists all the currently-in-testing versions
|
|
|
|
of Python:
|
|
|
|
|
|
|
|
https://www.python.org/download/pre-releases/
|
|
|
|
|
|
|
|
Every time you make a release, one way or another you'll
|
|
|
|
have to update this page:
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- If you're releasing a version before *3.x.0*,
|
2018-07-20 04:45:18 -04:00
|
|
|
you should add it to this page, removing the previous pre-release
|
2023-10-09 07:01:36 -04:00
|
|
|
of version *3.x* as needed.
|
2018-07-20 04:45:18 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- If you're releasing *3.x.0 final*, you need to remove the pre-release
|
2018-07-20 04:45:18 -04:00
|
|
|
version from this page.
|
|
|
|
|
|
|
|
This is in the "Pages" category on the Django-based website, and finding
|
|
|
|
it through that UI is kind of a chore. However! If you're already logged
|
|
|
|
in to the admin interface (which, at this point, you should be), Django
|
|
|
|
will helpfully add a convenient "Edit this page" link to the top of the
|
|
|
|
page itself. So you can simply follow the link above, click on the
|
|
|
|
"Edit this page" link, and make your changes as needed. How convenient!
|
|
|
|
|
2019-03-20 21:43:01 -04:00
|
|
|
- If appropriate, update the "Python Documentation by Version" page:
|
2019-03-04 03:27:30 -05:00
|
|
|
|
|
|
|
https://www.python.org/doc/versions/
|
|
|
|
|
|
|
|
This lists all releases of Python by version number and links to their
|
|
|
|
static (not built daily) online documentation. There's a list at the
|
|
|
|
bottom of in-development versions, which is where all alphas/betas/RCs
|
|
|
|
should go. And yes you should be able to click on the link above then
|
|
|
|
press the shiny, exciting "Edit this page" button.
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Write the announcement on https://discuss.python.org/. This is the
|
2019-06-04 08:09:54 -04:00
|
|
|
fuzzy bit because not much can be automated. You can use an earlier
|
|
|
|
announcement as a template, but edit it for content!
|
2008-12-05 18:33:03 -05:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Once the announcement is up on Discourse, send an equivalent to the
|
|
|
|
following mailing lists:
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
python-list@python.org
|
|
|
|
python-announce@python.org
|
|
|
|
python-dev@python.org
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Also post the announcement to
|
|
|
|
`The Python Insider blog <http://blog.python.org>`_.
|
|
|
|
To add a new entry, go to
|
|
|
|
`your Blogger home page, here. <https://www.blogger.com/home>`_
|
2014-08-01 16:39:37 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Update any release PEPs (e.g. 719) with the release dates.
|
2008-07-17 23:44:59 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Update the labels on https://github.com/python/cpython/issues:
|
2009-05-17 18:07:13 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Flip all the deferred-blocker issues back to release-blocker
|
2017-09-04 17:38:47 -04:00
|
|
|
for the next release.
|
2009-05-17 18:07:13 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Add version 3.X+1 as when version 3.X enters alpha.
|
2009-05-17 18:07:13 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Change non-doc feature requests to version 3.X+1 when version 3.X
|
|
|
|
enters beta.
|
2009-05-17 18:07:13 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Update issues from versions that your release makes
|
2017-09-04 17:38:47 -04:00
|
|
|
unsupported to the next supported version.
|
2009-05-17 18:07:13 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
- Review open issues, as this might find lurking showstopper bugs,
|
|
|
|
besides reminding people to fix the easy ones they forgot about.
|
2008-07-17 23:44:59 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- You can delete the remote release clone branch from your repo clone.
|
|
|
|
|
|
|
|
- If this is a **new branch** release, you will need to ensure various
|
|
|
|
pieces of the development infrastructure are updated for the new branch.
|
|
|
|
These include:
|
2019-07-03 14:20:45 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Update the issue tracker for the new branch: add the new version to
|
|
|
|
the versions list.
|
2020-05-18 23:08:27 -04:00
|
|
|
|
2019-06-04 08:09:54 -04:00
|
|
|
- Update the devguide to reflect the new branches and versions.
|
|
|
|
|
2020-04-20 12:26:54 -04:00
|
|
|
- Create a PR to update the supported releases table on the
|
|
|
|
`downloads page <https://www.python.org/downloads/>`_.
|
|
|
|
(See https://github.com/python/pythondotorg/issues/1302)
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Ensure buildbots are defined for the new branch (contact Łukasz
|
|
|
|
or Zach Ware).
|
2019-06-04 08:09:54 -04:00
|
|
|
|
|
|
|
- Ensure the daily docs build scripts are updated to include
|
|
|
|
the new branch (contact DE).
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Ensure the various GitHub bots are updated, as needed, for the
|
2019-06-04 08:09:54 -04:00
|
|
|
new branch, in particular, make sure backporting to the new
|
|
|
|
branch works (contact core-workflow team)
|
|
|
|
https://github.com/python/core-workflow/issues
|
|
|
|
|
2021-05-07 23:24:21 -04:00
|
|
|
- Review the most recent commit history for the main and new release
|
2019-06-04 08:09:54 -04:00
|
|
|
branches to identify and backport any merges that might have been made
|
2021-05-07 23:24:21 -04:00
|
|
|
to the main branch during the release engineering phase and that
|
2019-06-04 08:09:54 -04:00
|
|
|
should be in the release branch.
|
|
|
|
|
2021-05-07 23:24:21 -04:00
|
|
|
- Verify that CI is working for new PRs for the main and new release
|
2019-06-04 08:09:54 -04:00
|
|
|
branches and that the release branch is properly protected (no direct
|
|
|
|
pushes, etc).
|
|
|
|
|
2019-07-03 14:20:45 -04:00
|
|
|
- Verify that the on-line docs are building properly (this may take up to
|
2019-06-04 08:09:54 -04:00
|
|
|
24 hours for a complete build on the web site).
|
|
|
|
|
2001-09-08 01:17:56 -04:00
|
|
|
|
2001-08-22 18:43:42 -04:00
|
|
|
What Next?
|
2017-09-04 17:38:47 -04:00
|
|
|
==========
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* Verify! Pretend you're a user: download the files from python.org, and
|
|
|
|
make Python from it. This step is too easy to overlook, and on several
|
|
|
|
occasions we've had useless release files. Once a general server problem
|
|
|
|
caused mysterious corruption of all files; once the source tarball got
|
|
|
|
built incorrectly; more than once the file upload process on SF truncated
|
|
|
|
files; and so on.
|
2010-07-31 09:26:15 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
* Rejoice. Drink. Be Merry. Write a PEP like this one. Or be
|
|
|
|
like unto Guido and take A Vacation.
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
You've just made a Python release!
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2001-10-29 10:53:04 -05:00
|
|
|
|
2019-03-15 17:28:49 -04:00
|
|
|
Moving to End-of-life
|
|
|
|
=====================
|
|
|
|
|
|
|
|
Under current policy, a release branch normally reaches end-of-life status
|
|
|
|
5 years after its initial release. The policy is discussed in more detail
|
|
|
|
in `the Python Developer's Guide <https://devguide.python.org/devcycle/>`_.
|
|
|
|
When end-of-life is reached, there are a number of tasks that need to be
|
|
|
|
performed either directly by you as release manager or by ensuring someone
|
|
|
|
else does them. Some of those tasks include:
|
|
|
|
|
|
|
|
- Optionally making a final release to publish any remaining unreleased
|
|
|
|
changes.
|
|
|
|
|
2020-11-07 05:43:59 -05:00
|
|
|
- Update the ``VERSIONS`` list of `docsbuild scripts`_: change the
|
|
|
|
version state to ``EOL``.
|
2019-03-15 17:28:49 -04:00
|
|
|
|
|
|
|
- On the docs download server (docs.nyc1.psf.io), ensure the top-level
|
|
|
|
symlink points to the upload of unpacked html docs from final release::
|
|
|
|
|
|
|
|
cd /srv/docs.python.org
|
|
|
|
ls -l 3.3
|
|
|
|
lrwxrwxrwx 1 nad docs 13 Sep 6 21:38 3.3 -> release/3.3.7
|
|
|
|
|
|
|
|
- Freeze the state of the release branch by creating a tag of its current HEAD
|
|
|
|
and then deleting the branch from the cpython repo. The current HEAD should
|
|
|
|
be at or beyond the final security release for the branch::
|
|
|
|
|
|
|
|
git fetch upstream
|
|
|
|
git tag --sign -m 'Final head of the former 3.3 branch' 3.3 upstream/3.3
|
|
|
|
git push upstream refs/tags/3.3
|
|
|
|
|
|
|
|
- If all looks good, delete the branch. This may require the assistance of
|
|
|
|
someone with repo administrator privileges::
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
git push upstream --delete 3.3 # or perform from GitHub Settings page
|
2019-03-15 17:28:49 -04:00
|
|
|
|
2020-10-22 13:53:10 -04:00
|
|
|
- Remove the release from the list of "Active Python Releases" on the Downloads
|
|
|
|
page. To do this, log in to the admin page for python.org, navigate to Boxes,
|
2023-09-01 15:18:36 -04:00
|
|
|
and edit the ``downloads-active-releases`` entry. Simply strip out the relevant
|
|
|
|
paragraph of HTML for your release. (You'll probably have to do the ``curl -X PURGE``
|
2020-10-22 13:53:10 -04:00
|
|
|
trick to purge the cache if you want to confirm you made the change correctly.)
|
|
|
|
|
2019-03-15 17:28:49 -04:00
|
|
|
- Add retired notice to each release page on python.org for the retired branch.
|
|
|
|
For example:
|
|
|
|
|
|
|
|
https://www.python.org/downloads/release/python-337/
|
|
|
|
|
|
|
|
https://www.python.org/downloads/release/python-336/
|
|
|
|
|
|
|
|
- In the developer's guide, add the branch to the recent end-of-life branches
|
|
|
|
list (https://devguide.python.org/devcycle/#end-of-life-branches) and update
|
|
|
|
or remove references to the branch elsewhere in the devguide.
|
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
- Retire the release from the issue tracker. Tasks include:
|
2019-03-15 17:28:49 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
* remove version label from list of versions
|
2019-03-15 17:28:49 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
* remove the "needs backport to" label for the retired version
|
2019-03-15 17:28:49 -04:00
|
|
|
|
|
|
|
* review and dispose of open issues marked for this branch
|
|
|
|
|
|
|
|
- Announce the branch retirement in the usual places:
|
|
|
|
|
2022-12-07 19:56:14 -05:00
|
|
|
* discuss.python.org
|
2019-03-15 17:28:49 -04:00
|
|
|
|
2023-10-09 07:01:36 -04:00
|
|
|
* mailing lists (python-dev, python-list, python-announcements)
|
|
|
|
|
2019-03-15 17:28:49 -04:00
|
|
|
* Python Dev blog
|
|
|
|
|
|
|
|
- Enjoy your retirement and bask in the glow of a job well done!
|
|
|
|
|
|
|
|
|
2001-09-08 01:17:56 -04:00
|
|
|
Windows Notes
|
2017-09-04 17:38:47 -04:00
|
|
|
=============
|
|
|
|
|
|
|
|
Windows has a MSI installer, various flavors of Windows have
|
|
|
|
"special limitations", and the Windows installer also packs
|
2023-10-09 07:01:36 -04:00
|
|
|
precompiled "foreign" binaries (Tcl/Tk, expat, etc).
|
|
|
|
|
|
|
|
The installer is tested as part of the Azure Pipeline. In the past,
|
|
|
|
those steps were performed manually. We're keeping this for posterity.
|
2017-09-04 17:38:47 -04:00
|
|
|
|
|
|
|
Concurrent with uploading the installer, the WE installs Python
|
|
|
|
from it twice: once into the default directory suggested by the
|
|
|
|
installer, and later into a directory with embedded spaces in its
|
2018-10-27 12:22:27 -04:00
|
|
|
name. For each installation, the WE runs the full regression suite
|
2017-09-04 17:38:47 -04:00
|
|
|
from a DOS box, and both with and without -0. For maintenance
|
2018-10-27 12:22:27 -04:00
|
|
|
release, the WE also tests whether upgrade installations succeed.
|
2017-09-04 17:38:47 -04:00
|
|
|
|
2018-10-27 12:22:27 -04:00
|
|
|
The WE also tries *every* shortcut created under Start -> Menu -> the
|
2017-09-04 17:38:47 -04:00
|
|
|
Python group. When trying IDLE this way, you need to verify that
|
|
|
|
Help -> Python Documentation works. When trying pydoc this way
|
|
|
|
(the "Module Docs" Start menu entry), make sure the "Start
|
|
|
|
Browser" button works, and make sure you can search for a random
|
|
|
|
module (like "random" <wink>) and then that the "go to selected"
|
|
|
|
button works.
|
|
|
|
|
|
|
|
It's amazing how much can go wrong here -- and even more amazing
|
|
|
|
how often last-second checkins break one of these things. If
|
|
|
|
you're "the Windows geek", keep in mind that you're likely the
|
|
|
|
only person routinely testing on Windows, and that Windows is
|
|
|
|
simply a mess.
|
|
|
|
|
|
|
|
Repeat the testing for each target architecture. Try both an
|
|
|
|
Admin and a plain User (not Power User) account.
|
2001-09-08 01:17:56 -04:00
|
|
|
|
|
|
|
|
2001-08-22 18:43:42 -04:00
|
|
|
Copyright
|
2017-09-04 17:38:47 -04:00
|
|
|
=========
|
2001-08-22 18:43:42 -04:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
This document has been placed in the public domain.
|
2001-08-22 18:43:42 -04:00
|
|
|
|
|
|
|
|
2020-11-07 05:43:59 -05:00
|
|
|
.. _docsbuild scripts:
|
2021-05-07 23:24:21 -04:00
|
|
|
https://github.com/python/docsbuild-scripts/blob/main/build_docs.py
|
2020-11-07 05:43:59 -05:00
|
|
|
|
2017-09-04 17:38:47 -04:00
|
|
|
..
|
|
|
|
Local Variables:
|
|
|
|
mode: indented-text
|
|
|
|
indent-tabs-mode: nil
|
|
|
|
End:
|