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:
parent
7b3c12299b
commit
6b0ecc21bc
5 changed files with 0 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
|||
Always refuse installing or building projects that have no ``pyproject.toml`` nor
|
||||
``setup.py``.
|
|
@ -1 +0,0 @@
|
|||
Tweak running-as-root detection, to check ``os.getuid`` if it exists, on Unix-y and non-Linux/non-MacOS machines.
|
|
@ -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.
|
|
@ -1 +0,0 @@
|
|||
Restore compatibility of where configuration files are loaded from on MacOS (back to ``Library/Application Support/pip``, instead of ``Preferences/pip``).
|
|
@ -1 +0,0 @@
|
|||
Upgrade pep517 to 0.12.0
|
Loading…
Reference in a new issue