summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3256.change.rst1
-rw-r--r--changelog.d/3355.doc.rst1
-rw-r--r--changelog.d/3361.doc.rst1
-rw-r--r--changelog.d/3363.doc.rst3
-rw-r--r--changelog.d/3364.doc.rst2
-rw-r--r--changelog.d/3366.change.rst1
-rw-r--r--changelog.d/3367.doc.rst13
7 files changed, 0 insertions, 22 deletions
diff --git a/changelog.d/3256.change.rst b/changelog.d/3256.change.rst
deleted file mode 100644
index 46ead2d2..00000000
--- a/changelog.d/3256.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added setuptools.command.build command to match distutils.command.build -- by :user:`isuruf`
diff --git a/changelog.d/3355.doc.rst b/changelog.d/3355.doc.rst
deleted file mode 100644
index 683d1111..00000000
--- a/changelog.d/3355.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Changes to the User Guide's Entry Points page -- by :user:`codeandfire`
diff --git a/changelog.d/3361.doc.rst b/changelog.d/3361.doc.rst
deleted file mode 100644
index 99622081..00000000
--- a/changelog.d/3361.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Further minor corrections to the Entry Points page -- by :user:`codeandfire`
diff --git a/changelog.d/3363.doc.rst b/changelog.d/3363.doc.rst
deleted file mode 100644
index d25e41c2..00000000
--- a/changelog.d/3363.doc.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Rework some documentation pages to de-emphasize ``distutils`` and the history
-of packaging in the Python ecosystem. The focus of these changes is to make the
-documentation easier to read for new users.
diff --git a/changelog.d/3364.doc.rst b/changelog.d/3364.doc.rst
deleted file mode 100644
index 16fbd365..00000000
--- a/changelog.d/3364.doc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Update documentation about dependency management, removing mention to
-the deprecated ``dependency_links`` and adding some small improvements.
diff --git a/changelog.d/3366.change.rst b/changelog.d/3366.change.rst
deleted file mode 100644
index 4ca65ee7..00000000
--- a/changelog.d/3366.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Merge with pypa/distutils@75ed79d including reformat using black, fix for Cygwin support (pypa/distutils#139), and improved support for cross compiling (pypa/distutils#144 and pypa/distutils#145).
diff --git a/changelog.d/3367.doc.rst b/changelog.d/3367.doc.rst
deleted file mode 100644
index 2461f918..00000000
--- a/changelog.d/3367.doc.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-Extracted text about automatic resource extraction and the zip-safe flag
-from ``userguide/miscellaneous`` to ``deprecated/resource_extraction`` and
-``deprecated/zip_safe``.
-
-Extracted text about additional metadata files from
-``userguide/miscellaneous`` into the existing ``userguide/extension``
-document.
-
-Updated ``userguide/extension`` to better reflect the status of the
-setuptools project.
-
-Removed ``userguide/functionalities_rewrite`` (a virtually empty part of the
-docs).