Skip to content

Commit 2b0b426

Browse files
authored
Merge pull request #9281 from pradyunsg/release/20.3.2
2 parents cfa013b + e647c61 commit 2b0b426

11 files changed

+36
-15
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ Simon Cross
504504
Simon Pichugin
505505
sinoroc
506506
sinscary
507+
socketubs
507508
Sorin Sbarnea
508509
Srinivas Nyayapati
509510
Stavros Korokithakis

NEWS.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,41 @@
99
1010
.. towncrier release notes start
1111
12+
20.3.2 (2020-12-15)
13+
===================
14+
15+
Features
16+
--------
17+
18+
- New resolver: Resolve direct and pinned (``==`` or ``===``) requirements first
19+
to improve resolver performance. (`#9185 <https://github.com/pypa/pip/issues/9185>`_)
20+
- Add a mechanism to delay resolving certain packages, and use it for setuptools. (`#9249 <https://github.com/pypa/pip/issues/9249>`_)
21+
22+
Bug Fixes
23+
---------
24+
25+
- New resolver: The "Requirement already satisfied" log is not printed only once
26+
for each package during resolution. (`#9117 <https://github.com/pypa/pip/issues/9117>`_)
27+
- Fix crash when logic for redacting authentication information from URLs
28+
in ``--help`` is given a list of strings, instead of a single string. (`#9191 <https://github.com/pypa/pip/issues/9191>`_)
29+
- New resolver: Correctly implement PEP 592. Do not return yanked versions from
30+
an index, unless the version range can only be satisfied by yanked candidates. (`#9203 <https://github.com/pypa/pip/issues/9203>`_)
31+
- New resolver: Make constraints also apply to package variants with extras, so
32+
the resolver correctly avoids backtracking on them. (`#9232 <https://github.com/pypa/pip/issues/9232>`_)
33+
- New resolver: Discard a candidate if it fails to provide metadata from source,
34+
or if the provided metadata is inconsistent, instead of quitting outright. (`#9246 <https://github.com/pypa/pip/issues/9246>`_)
35+
36+
Vendored Libraries
37+
------------------
38+
39+
- Update vendoring to 20.8
40+
41+
Improved Documentation
42+
----------------------
43+
44+
- Update documentation to reflect that pip still uses legacy resolver by default in Python 2 environments. (`#9269 <https://github.com/pypa/pip/issues/9269>`_)
45+
46+
1247
20.3.1 (2020-12-03)
1348
===================
1449

news/9117.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9185.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9191.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9203.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9232.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9246.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/9249.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/9269.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)