aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-08-13 09:42:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-08-13 09:44:46 -0400
commit95d72cc558c7dddef164eb09a880b95e2f484bee (patch)
tree64192d8dd136fe8a0738c4efe0a11922e50c6620 /changelog.d
parentaf871897e6cd63e083f166559ea4fc65a330eac4 (diff)
downloadexternal_python_setuptools-95d72cc558c7dddef164eb09a880b95e2f484bee.tar.gz
external_python_setuptools-95d72cc558c7dddef164eb09a880b95e2f484bee.tar.bz2
external_python_setuptools-95d72cc558c7dddef164eb09a880b95e2f484bee.zip
Bump version: 41.0.1 → 41.1.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1697.change.rst1
-rw-r--r--changelog.d/1749.change.rst1
-rw-r--r--changelog.d/1750.change.rst1
-rw-r--r--changelog.d/1756.change.rst1
-rw-r--r--changelog.d/1769.change.rst1
-rw-r--r--changelog.d/1776.doc.rst1
-rw-r--r--changelog.d/1788.change.rst1
-rw-r--r--changelog.d/1790.change.rst2
8 files changed, 0 insertions, 9 deletions
diff --git a/changelog.d/1697.change.rst b/changelog.d/1697.change.rst
deleted file mode 100644
index 44818b3c..00000000
--- a/changelog.d/1697.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Moved most of the constants from setup.py to setup.cfg
diff --git a/changelog.d/1749.change.rst b/changelog.d/1749.change.rst
deleted file mode 100644
index de678072..00000000
--- a/changelog.d/1749.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
diff --git a/changelog.d/1750.change.rst b/changelog.d/1750.change.rst
deleted file mode 100644
index 7a22229e..00000000
--- a/changelog.d/1750.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
diff --git a/changelog.d/1756.change.rst b/changelog.d/1756.change.rst
deleted file mode 100644
index 5c908d35..00000000
--- a/changelog.d/1756.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Forse metadata-version >= 1.2. when project urls are present.
diff --git a/changelog.d/1769.change.rst b/changelog.d/1769.change.rst
deleted file mode 100644
index d48a23b6..00000000
--- a/changelog.d/1769.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.
diff --git a/changelog.d/1776.doc.rst b/changelog.d/1776.doc.rst
deleted file mode 100644
index d4f1dbca..00000000
--- a/changelog.d/1776.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Use license classifiers rather than the license field.
diff --git a/changelog.d/1788.change.rst b/changelog.d/1788.change.rst
deleted file mode 100644
index d8a49fd4..00000000
--- a/changelog.d/1788.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Changed compatibility fallback logic for ``html.unescape`` to avoid accessing ``HTMLParser.unescape`` when not necessary. ``HTMLParser.unescape`` is deprecated and will be removed in Python 3.9.
diff --git a/changelog.d/1790.change.rst b/changelog.d/1790.change.rst
deleted file mode 100644
index e4a7998d..00000000
--- a/changelog.d/1790.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Added the file path to the error message when a ``UnicodeDecodeError`` occurs
-while reading a metadata file.