summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-28 16:47:11 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-28 16:47:11 -0500
commitf07e7ea59a484f4e7c2d5c8c6def50c836af334a (patch)
tree2fd4c812a81004bb2617a916eb9d266d38809fb1 /CHANGES.rst
parent341972d1c1e804361e3b910e4e564a5da77bfa34 (diff)
downloadpython-setuptools-git-f07e7ea59a484f4e7c2d5c8c6def50c836af334a.tar.gz
Bump version: 53.1.0 → 54.0.0v54.0.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 864ee105..62f911aa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,21 @@
+v54.0.0
+-------
+
+
+Breaking Changes
+^^^^^^^^^^^^^^^^
+* #2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9.
+
+Changes
+^^^^^^^
+* #1932: Handled :code:`AttributeError` by raising :code:`DistutilsSetupError` in :code:`dist.check_specifier()` when specifier is not a string -- by :user:`melissa-kun-li`
+* #2570: Correctly parse cmdclass in setup.cfg.
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #2553: Added userguide example for markers in extras_require -- by :user:`pwoolvett`
+
+
v53.1.0
-------