aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-27 09:16:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-27 09:16:47 -0500
commit78fd73026ad7284819936b651f7cfbe8a1ec98c8 (patch)
tree5799fd11fd52640537fe33e9df87741456a4c448 /changelog.d
parentb31997dbcd935ded39868b42d765830ad6e29808 (diff)
downloadexternal_python_setuptools-78fd73026ad7284819936b651f7cfbe8a1ec98c8.tar.gz
external_python_setuptools-78fd73026ad7284819936b651f7cfbe8a1ec98c8.tar.bz2
external_python_setuptools-78fd73026ad7284819936b651f7cfbe8a1ec98c8.zip
Bump version: 40.6.3 → 40.7.0v40.7.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1180.change.rst1
-rw-r--r--changelog.d/1499.change.rst1
-rw-r--r--changelog.d/1544.change.rst1
-rw-r--r--changelog.d/1551.breaking.rst1
-rw-r--r--changelog.d/1625.change.rst1
5 files changed, 0 insertions, 5 deletions
diff --git a/changelog.d/1180.change.rst b/changelog.d/1180.change.rst
deleted file mode 100644
index 2e0f78bf..00000000
--- a/changelog.d/1180.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136).
diff --git a/changelog.d/1499.change.rst b/changelog.d/1499.change.rst
deleted file mode 100644
index 10e4db68..00000000
--- a/changelog.d/1499.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.
diff --git a/changelog.d/1544.change.rst b/changelog.d/1544.change.rst
deleted file mode 100644
index 748b64e1..00000000
--- a/changelog.d/1544.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added tests for PackageIndex.download (for git URLs).
diff --git a/changelog.d/1551.breaking.rst b/changelog.d/1551.breaking.rst
deleted file mode 100644
index c0e477ce..00000000
--- a/changelog.d/1551.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-File inputs for the `license` field in `setup.cfg` files now explicitly raise an error.
diff --git a/changelog.d/1625.change.rst b/changelog.d/1625.change.rst
deleted file mode 100644
index 9125ac0c..00000000
--- a/changelog.d/1625.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.