aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-03 11:07:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-03 11:07:49 -0400
commit776fa9ffa471863f8d9502ca95872099394c506c (patch)
treec54efcc0bd0ce23698cef2cfbadf59adf4ac4389 /CHANGES.rst
parent213baae85f0b9c2640fdf7bf270f6b210f119c54 (diff)
downloadexternal_python_setuptools-776fa9ffa471863f8d9502ca95872099394c506c.tar.gz
external_python_setuptools-776fa9ffa471863f8d9502ca95872099394c506c.tar.bz2
external_python_setuptools-776fa9ffa471863f8d9502ca95872099394c506c.zip
Bump version: 47.3.2 → 48.0.0v48.0.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a8ddb657..d653d889 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v48.0.0
+-------
+
+* #2143: Setuptools adopts distutils from the Python 3.9 standard library and no longer depends on distutils in the standard library. When importing ``setuptools`` or ``setuptools.distutils_patch``, Setuptools will expose its bundled version as a top-level ``distutils`` package (and unload any previously-imported top-level distutils package), retaining the expectation that ``distutils``' objects are actually Setuptools objects. Although this change is not expected to break any use cases, it will likely affect tool chains that are monkey-patching distutils or relying on Setuptools' own monkey-patching of distutils.
+
+
v47.3.2
-------