From 105da32ae8c349ace1e18ddba9a7477e3423a413 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Tue, 16 Nov 2021 17:52:29 -0800 Subject: [PATCH] downloads: upgrade setuptools from 58.1.0 to 59.1.1 setuptools finally upgraded the vendored packaging package, so we can remove the patch we contributed upstream in https://github.com/pypa/packaging/pull/294. A similar patch for pip still lingers (perhaps we haven't tried to contribute that upstream yet). --- cpython-unix/build-cpython.sh | 28 ---------------------------- pythonbuild/downloads.py | 8 ++++---- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/cpython-unix/build-cpython.sh b/cpython-unix/build-cpython.sh index 3a75d234..eb9196ee 100755 --- a/cpython-unix/build-cpython.sh +++ b/cpython-unix/build-cpython.sh @@ -60,34 +60,6 @@ zip -r "${PIP_WHEEL}" * popd rm -rf pip-tmp -mkdir setuptools-tmp -pushd setuptools-tmp -unzip "${SETUPTOOLS_WHEEL}" -rm -f "${SETUPTOOLS_WHEEL}" - -patch -p1 <