Skip to content

Commit f8bd9c9

Browse files
authored
Merge pull request #10877 from pradyunsg/release/22.0.3
2 parents 7d50964 + 1fa4d5f commit f8bd9c9

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,15 @@ Mariatta
385385
Mark Kohler
386386
Mark Williams
387387
Markus Hametner
388+
Martey Dodoo
388389
Martin Häcker
389390
Martin Pavlasek
390391
Masaki
391392
Masklinn
392393
Matej Stuchlik
393394
Mathew Jennings
394395
Mathieu Bridon
396+
Matt Bacchi
395397
Matt Good
396398
Matt Maker
397399
Matt Robenolt
@@ -512,6 +514,7 @@ Preet Thakkar
512514
Preston Holmes
513515
Przemek Wrzos
514516
Pulkit Goyal
517+
q0w
515518
Qiangning Hong
516519
Quentin Lee
517520
Quentin Pradet

NEWS.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
1010
.. towncrier release notes start
1111
12+
22.0.3 (2022-02-03)
13+
===================
14+
15+
Features
16+
--------
17+
18+
- Print the exception via ``rich.traceback``, when running with ``--debug``. (`#10791 <https://github.com/pypa/pip/issues/10791>`_)
19+
20+
Bug Fixes
21+
---------
22+
23+
- Only calculate topological installation order, for packages that are going to be installed/upgraded.
24+
25+
This fixes an `AssertionError` that occured when determining installation order, for a very specific combination of upgrading-already-installed-package + change of dependencies + fetching some packages from a package index. This combination was especially common in Read the Docs' builds. (`#10851 <https://github.com/pypa/pip/issues/10851>`_)
26+
- Use ``html.parser`` by default, instead of falling back to ``html5lib`` when ``--use-deprecated=html5lib`` is not passed. (`#10869 <https://github.com/pypa/pip/issues/10869>`_)
27+
28+
Improved Documentation
29+
----------------------
30+
31+
- Clarify that using per-requirement overrides disables the usage of wheels. (`#9674 <https://github.com/pypa/pip/issues/9674>`_)
32+
33+
1234
22.0.2 (2022-01-30)
1335
===================
1436

news/10791.feature.rst

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

news/10851.bugfix.rst

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

news/10869.bugfix.rst

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

news/9674.doc.rst

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

0 commit comments

Comments
 (0)