summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-07-13 18:06:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-07-13 18:06:55 -0400
commitf747e8bca333a45aaf7fbc58fa1ce12c663bebe3 (patch)
tree7e61cc334572f3bc8f586185a85ba82d7cf6c874 /changelog.d
parentb1353f7e0dd345d799c3e3133daee687871b30e5 (diff)
downloadpython-setuptools-git-63.2.0.tar.gz
Bump version: 63.1.0 → 63.2.0v63.2.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3395.change.rst2
-rw-r--r--changelog.d/3435.misc.rst1
2 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/3395.change.rst b/changelog.d/3395.change.rst
deleted file mode 100644
index f4947074..00000000
--- a/changelog.d/3395.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Included a performance optimization: ``setuptools.build_meta`` no longer tries
-to :func:`compile` the setup script code before :func:`exec`-ing it.
diff --git a/changelog.d/3435.misc.rst b/changelog.d/3435.misc.rst
deleted file mode 100644
index 82780290..00000000
--- a/changelog.d/3435.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Corrected issue in macOS framework builds on Python 3.9 not installed by homebrew (pypa/distutils#158).