summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-23 19:30:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-23 19:30:24 -0500
commit247de8a2fbb2d1c34369ee83588100dbbe5f82a2 (patch)
treec237437de1b91e9ddc6189d27b1a5864908c2d4b /changelog.d
parent494d686474d90a9acc9fb0a3bffa54fd0202cf50 (diff)
downloadpython-setuptools-git-247de8a2fbb2d1c34369ee83588100dbbe5f82a2.tar.gz
Bump version: 60.0.5 → 60.1.0v60.1.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2958.change.rst1
-rw-r--r--changelog.d/2963.change.rst1
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/2958.change.rst b/changelog.d/2958.change.rst
deleted file mode 100644
index 9a3910e1..00000000
--- a/changelog.d/2958.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-In distutils_hack, only add the metadata finder once. In ensure_local_distutils, rely on a context manager for reliable manipulation.
diff --git a/changelog.d/2963.change.rst b/changelog.d/2963.change.rst
deleted file mode 100644
index d4e2a112..00000000
--- a/changelog.d/2963.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Merge with pypa/distutils@a5af364910. Includes revisited fix for pypa/distutils#15 and improved MinGW/Cygwin support from pypa/distutils#77.