aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-11-17 22:24:05 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-11-17 22:24:05 +0100
commit4188aba5265e9b7145b1c5ed10c8e0ae769f70b4 (patch)
tree7a3af75a8ed12d4a1f8b31873112fca38f0af17a /changelog.d
parenta1e956b20f11f2d02f5a9855bda37660080184c9 (diff)
downloadexternal_python_setuptools-4188aba5265e9b7145b1c5ed10c8e0ae769f70b4.tar.gz
external_python_setuptools-4188aba5265e9b7145b1c5ed10c8e0ae769f70b4.tar.bz2
external_python_setuptools-4188aba5265e9b7145b1c5ed10c8e0ae769f70b4.zip
add changelog entries
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1830.breaking.rst7
-rw-r--r--changelog.d/1909.breaking.rst7
2 files changed, 14 insertions, 0 deletions
diff --git a/changelog.d/1830.breaking.rst b/changelog.d/1830.breaking.rst
new file mode 100644
index 00000000..9f2214ab
--- /dev/null
+++ b/changelog.d/1830.breaking.rst
@@ -0,0 +1,7 @@
+Mark the easy_install script and setuptools command as deprecated, and use `pip <https://pip.pypa.io/en/stable/>`_ when available to fetch/build wheels for missing ``setup_requires``/``tests_require`` requirements, with the following differences in behavior:
+ * support for ``python_requires``
+ * better support for wheels (proper handling of priority with respect to PEP 425 tags)
+ * PEP 517/518 support
+ * eggs are not supported
+ * no support for the ``allow_hosts`` easy_install option (``index_url``/``find_links`` are still honored)
+ * pip environment variables are honored (and take precedence over easy_install options)
diff --git a/changelog.d/1909.breaking.rst b/changelog.d/1909.breaking.rst
new file mode 100644
index 00000000..9f2214ab
--- /dev/null
+++ b/changelog.d/1909.breaking.rst
@@ -0,0 +1,7 @@
+Mark the easy_install script and setuptools command as deprecated, and use `pip <https://pip.pypa.io/en/stable/>`_ when available to fetch/build wheels for missing ``setup_requires``/``tests_require`` requirements, with the following differences in behavior:
+ * support for ``python_requires``
+ * better support for wheels (proper handling of priority with respect to PEP 425 tags)
+ * PEP 517/518 support
+ * eggs are not supported
+ * no support for the ``allow_hosts`` easy_install option (``index_url``/``find_links`` are still honored)
+ * pip environment variables are honored (and take precedence over easy_install options)