Skip to content

Commit fa52411

Browse files
authored
Merge pull request #10609 from pradyunsg/release/21.3.1
2 parents 7b3c122 + 023dd64 commit fa52411

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

AUTHORS.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ DrFeathers
204204
Dustin Ingram
205205
Dwayne Bailey
206206
Ed Morley
207+
Ee Durbin
207208
Eitan Adler
208209
ekristina
209210
elainechan
@@ -222,8 +223,6 @@ Eric Hanchrow
222223
Eric Hopper
223224
Erik M. Bray
224225
Erik Rose
225-
Ernest W Durbin III
226-
Ernest W. Durbin III
227226
Erwin Janssen
228227
Eugene Vereshchagin
229228
everdimension

NEWS.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99
1010
.. towncrier release notes start
1111
12+
21.3.1 (2021-10-22)
13+
===================
14+
15+
16+
Bug Fixes
17+
---------
18+
19+
20+
- Always refuse installing or building projects that have no ``pyproject.toml`` nor
21+
``setup.py``. (`#10531 <https://github.com/pypa/pip/issues/10531>`_)
22+
- Tweak running-as-root detection, to check ``os.getuid`` if it exists, on Unix-y and non-Linux/non-MacOS machines. (`#10565 <https://github.com/pypa/pip/issues/10565>`_)
23+
- When installing projects with a ``pyproject.toml`` in editable mode, and the build
24+
backend does not support :pep:`660`, prepare metadata using
25+
``prepare_metadata_for_build_wheel`` instead of ``setup.py egg_info``. Also, refuse
26+
installing projects that only have a ``setup.cfg`` and no ``setup.py`` nor
27+
``pyproject.toml``. These restore the pre-21.3 behaviour. (`#10573 <https://github.com/pypa/pip/issues/10573>`_)
28+
- Restore compatibility of where configuration files are loaded from on MacOS (back to ``Library/Application Support/pip``, instead of ``Preferences/pip``). (`#10585 <https://github.com/pypa/pip/issues/10585>`_)
29+
30+
Vendored Libraries
31+
------------------
32+
33+
34+
- Upgrade pep517 to 0.12.0
35+
36+
1237
21.3 (2021-10-11)
1338
=================
1439

0 commit comments

Comments
 (0)