Skip to content

Commit 3dbca1c

Browse files
authored
Upgrade pip and setuptools (astral-sh#401)
* Upgrade setuptools from 75.1.0 -> 75.6.0 * Upgrade pip from 24.1.2 -> 24.3.1 * Fix sha for setuptools * Remove outdated `pip` patch Upstreamed in pypa/pip#12716
1 parent 40a481d commit 3dbca1c

File tree

3 files changed

+8
-26
lines changed

3 files changed

+8
-26
lines changed

cpython-unix/build-cpython.sh

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ pushd pip-tmp
5858
unzip "${PIP_WHEEL}"
5959
rm -f "${PIP_WHEEL}"
6060

61-
patch -p1 -i ${ROOT}/patch-pip-static-binary.patch
62-
6361
zip -r "${PIP_WHEEL}" *
6462
popd
6563
rm -rf pip-tmp

cpython-unix/patch-pip-static-binary.patch

-16
This file was deleted.

pythonbuild/downloads.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@
262262
"version": "0.13.1",
263263
},
264264
"pip": {
265-
"url": "https://files.pythonhosted.org/packages/e7/54/0c1c068542cee73d8863336e974fc881e608d0170f3af15d0c0f28644531/pip-24.1.2-py3-none-any.whl",
266-
"size": 1824406,
267-
"sha256": "7cd207eed4c60b0f411b444cd1464198fe186671c323b6cd6d433ed80fc9d247",
268-
"version": "24.1.2",
265+
"url": "https://files.pythonhosted.org/packages/ef/7d/500c9ad20238fcfcb4cb9243eede163594d7020ce87bd9610c9e02771876/pip-24.3.1-py3-none-any.whl",
266+
"size": 1822182,
267+
"sha256": "3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed",
268+
"version": "24.3.1",
269269
},
270270
"readline": {
271271
"url": "https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz",
@@ -277,10 +277,10 @@
277277
"license_file": "LICENSE.readline.txt",
278278
},
279279
"setuptools": {
280-
"url": "https://files.pythonhosted.org/packages/ff/ae/f19306b5a221f6a436d8f2238d5b80925004093fa3edea59835b514d9057/setuptools-75.1.0-py3-none-any.whl",
281-
"size": 1248506,
282-
"sha256": "35ab7fd3bcd95e6b7fd704e4a1539513edad446c097797f2985e0e4b960772f2",
283-
"version": "75.1.0",
280+
"url": "https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl",
281+
"size": 1224032,
282+
"sha256": "ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d",
283+
"version": "75.6.0",
284284
},
285285
# Remember to update verify_distribution.py when version changed.
286286
"sqlite": {

0 commit comments

Comments
 (0)