aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-04-22 23:25:17 +0200
committerPaul Ganssle <paul@ganssle.io>2019-04-23 19:53:27 -0400
commit812a97c2a90f67a551b6b158e08fe466748d7902 (patch)
tree19a542b1f9bd4edde2e98bf628d1b5e511d7701a /changelog.d
parent5f88c42f3b4529956e4d02453ae571e32bc4692a (diff)
downloadexternal_python_setuptools-812a97c2a90f67a551b6b158e08fe466748d7902.tar.gz
external_python_setuptools-812a97c2a90f67a551b6b158e08fe466748d7902.tar.bz2
external_python_setuptools-812a97c2a90f67a551b6b158e08fe466748d7902.zip
changelog: add entry for PR #1750
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1749.change.rst1
-rw-r--r--changelog.d/1750.change.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/1749.change.rst b/changelog.d/1749.change.rst
new file mode 100644
index 00000000..de678072
--- /dev/null
+++ b/changelog.d/1749.change.rst
@@ -0,0 +1 @@
+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
new file mode 100644
index 00000000..7a22229e
--- /dev/null
+++ b/changelog.d/1750.change.rst
@@ -0,0 +1 @@
+Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.