From 51eb885e7835b681a1a68531e74f5f59c12d20a3 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Mon, 19 Nov 2018 07:37:59 -0500 Subject: [PATCH] Add a release task to upgrade CPython's bundled pip --- docs/html/development/release-process.rst | 4 ++++ news/8339276D-88B8-4AB5-9AA4-6B5DD25B306D.trivial | 0 2 files changed, 4 insertions(+) create mode 100644 news/8339276D-88B8-4AB5-9AA4-6B5DD25B306D.trivial diff --git a/docs/html/development/release-process.rst b/docs/html/development/release-process.rst index 90309ad62..743a19e90 100644 --- a/docs/html/development/release-process.rst +++ b/docs/html/development/release-process.rst @@ -83,6 +83,9 @@ Creating a new release #. Push all of the changes including the tag. #. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as documented there) and commit the results. +#. Submit a Pull Request to `CPython`_ adding the new version of pip (and upgrading + setuptools) to ``Lib/ensurepip/_bundled``, removing the existing version, and + adjusting the versions listed in ``Lib/ensurepip/__init__.py``. Creating a bug-fix release -------------------------- @@ -102,3 +105,4 @@ order to create one of these the changes should already be merged into the the above release process starting with step 4. .. _`get-pip repository`: https://github.com/pypa/get-pip +.. _`CPython`: https://github.com/pypa/cpython diff --git a/news/8339276D-88B8-4AB5-9AA4-6B5DD25B306D.trivial b/news/8339276D-88B8-4AB5-9AA4-6B5DD25B306D.trivial new file mode 100644 index 000000000..e69de29bb