1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Drop news files from 21.3.1 release

This commit is contained in:
Pradyun Gedam 2021-10-22 16:58:20 +01:00
parent 7b3c12299b
commit 6b0ecc21bc
No known key found for this signature in database
GPG key ID: FF99710C4332258E
5 changed files with 0 additions and 10 deletions

View file

@ -1,2 +0,0 @@
Always refuse installing or building projects that have no ``pyproject.toml`` nor
``setup.py``.

View file

@ -1 +0,0 @@
Tweak running-as-root detection, to check ``os.getuid`` if it exists, on Unix-y and non-Linux/non-MacOS machines.

View file

@ -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.

View file

@ -1 +0,0 @@
Restore compatibility of where configuration files are loaded from on MacOS (back to ``Library/Application Support/pip``, instead of ``Preferences/pip``).

View file

@ -1 +0,0 @@
Upgrade pep517 to 0.12.0