From 4188aba5265e9b7145b1c5ed10c8e0ae769f70b4 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sun, 17 Nov 2019 22:24:05 +0100 Subject: add changelog entries --- changelog.d/1830.breaking.rst | 7 +++++++ changelog.d/1909.breaking.rst | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 changelog.d/1830.breaking.rst create mode 100644 changelog.d/1909.breaking.rst (limited to 'changelog.d') 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 `_ 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 `_ 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) -- cgit v1.2.3