From 6b0ecc21bcaa7053bd42278fdb86bda2719afe93 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 22 Oct 2021 16:58:20 +0100 Subject: [PATCH] Drop news files from 21.3.1 release --- news/10531.bugfix.rst | 2 -- news/10565.bugfix.rst | 1 - news/10573.bugfix.rst | 5 ----- news/10585.bugfix.rst | 1 - news/pep517.vendor.rst | 1 - 5 files changed, 10 deletions(-) delete mode 100644 news/10531.bugfix.rst delete mode 100644 news/10565.bugfix.rst delete mode 100644 news/10573.bugfix.rst delete mode 100644 news/10585.bugfix.rst delete mode 100644 news/pep517.vendor.rst diff --git a/news/10531.bugfix.rst b/news/10531.bugfix.rst deleted file mode 100644 index 0a33944a10d..00000000000 --- a/news/10531.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Always refuse installing or building projects that have no ``pyproject.toml`` nor -``setup.py``. diff --git a/news/10565.bugfix.rst b/news/10565.bugfix.rst deleted file mode 100644 index 2f0141ffd85..00000000000 --- a/news/10565.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Tweak running-as-root detection, to check ``os.getuid`` if it exists, on Unix-y and non-Linux/non-MacOS machines. diff --git a/news/10573.bugfix.rst b/news/10573.bugfix.rst deleted file mode 100644 index 5b69ab6d7e7..00000000000 --- a/news/10573.bugfix.rst +++ /dev/null @@ -1,5 +0,0 @@ -When installing projects with a ``pyproject.toml`` in editable mode, and the build -backend does not support :pep:`660`, prepare metadata using -``prepare_metadata_for_build_wheel`` instead of ``setup.py egg_info``. Also, refuse -installing projects that only have a ``setup.cfg`` and no ``setup.py`` nor -``pyproject.toml``. These restore the pre-21.3 behaviour. diff --git a/news/10585.bugfix.rst b/news/10585.bugfix.rst deleted file mode 100644 index 9e78a4609cf..00000000000 --- a/news/10585.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Restore compatibility of where configuration files are loaded from on MacOS (back to ``Library/Application Support/pip``, instead of ``Preferences/pip``). diff --git a/news/pep517.vendor.rst b/news/pep517.vendor.rst deleted file mode 100644 index 2f9070b9cdd..00000000000 --- a/news/pep517.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade pep517 to 0.12.0