aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-04-03 14:25:01 -0400
committerPaul Ganssle <paul@ganssle.io>2019-04-03 14:25:01 -0400
commitd24a1adb6a3b8a702eb5033bb1728cde428e5a6f (patch)
tree96fd6139a0216e8f118f4494fe17060f3ca319bc /changelog.d
parent8d4e4bc93e319275458dcc7381ec83d447eca770 (diff)
downloadexternal_python_setuptools-d24a1adb6a3b8a702eb5033bb1728cde428e5a6f.tar.gz
external_python_setuptools-d24a1adb6a3b8a702eb5033bb1728cde428e5a6f.tar.bz2
external_python_setuptools-d24a1adb6a3b8a702eb5033bb1728cde428e5a6f.zip
Update changelog for version 40.9.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1664.change.rst2
-rw-r--r--changelog.d/1675.change.rst1
-rw-r--r--changelog.d/1705.doc.rst1
-rw-r--r--changelog.d/1720.change.rst1
4 files changed, 0 insertions, 5 deletions
diff --git a/changelog.d/1664.change.rst b/changelog.d/1664.change.rst
deleted file mode 100644
index 85e40a39..00000000
--- a/changelog.d/1664.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Added the path to the ``PKG-INFO`` or ``METADATA`` file in the exception
-text when the ``Version:`` header can't be found.
diff --git a/changelog.d/1675.change.rst b/changelog.d/1675.change.rst
deleted file mode 100644
index e9067628..00000000
--- a/changelog.d/1675.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added support for ``setup.cfg``-only projects when using the ``setuptools.build_meta`` backend. Projects that have enabled PEP 517 no longer need to have a ``setup.py`` and can use the purely declarative ``setup.cfg`` configuration file instead.
diff --git a/changelog.d/1705.doc.rst b/changelog.d/1705.doc.rst
deleted file mode 100644
index a2ce9c2b..00000000
--- a/changelog.d/1705.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Removed some placeholder documentation sections referring to deprecated features.
diff --git a/changelog.d/1720.change.rst b/changelog.d/1720.change.rst
deleted file mode 100644
index a0d8fb35..00000000
--- a/changelog.d/1720.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added support for ``pkg_resources.parse_requirements``-style requirements in ``setup_requires`` when ``setup.py`` is invoked from the ``setuptools.build_meta`` build backend.