summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-01-23 11:51:53 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-01-23 12:53:38 +0000
commit8517a44f842ae3d1871b514c58c9ff17d6e858ea (patch)
treefb1a3d0f81bef8ec34c4294c3a3151aa7329d5c6 /NEWS.rst
parentd41356ff7684879c58aa8882a97a731684c5f570 (diff)
downloadpip-8517a44f842ae3d1871b514c58c9ff17d6e858ea.tar.gz
Update changelog for 20.3.4
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a082cddf3..18cc7b704 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,39 @@
.. towncrier release notes start
+20.3.4 (2021-01-23)
+===================
+
+Features
+--------
+
+- ``pip wheel`` now verifies the built wheel contains valid metadata, and can be
+ installed by a subsequent ``pip install``. This can be disabled with
+ ``--no-verify``. (`#9206 <https://github.com/pypa/pip/issues/9206>`_)
+- Improve presentation of XMLRPC errors in pip search. (`#9315 <https://github.com/pypa/pip/issues/9315>`_)
+
+Bug Fixes
+---------
+
+- Fixed hanging VCS subprocess calls when the VCS outputs a large amount of data
+ on stderr. Restored logging of VCS errors that was inadvertently removed in pip
+ 20.2. (`#8876 <https://github.com/pypa/pip/issues/8876>`_)
+- Fix error when an existing incompatibility is unable to be applied to a backtracked state. (`#9180 <https://github.com/pypa/pip/issues/9180>`_)
+- New resolver: Discard a faulty distribution, instead of quitting outright.
+ This implementation is taken from 20.2.2, with a fix that always makes the
+ resolver iterate through candidates from indexes lazily, to avoid downloading
+ candidates we do not need. (`#9203 <https://github.com/pypa/pip/issues/9203>`_)
+- New resolver: Discard a source distribution if it fails to generate metadata,
+ instead of quitting outright. This implementation is taken from 20.2.2, with a
+ fix that always makes the resolver iterate through candidates from indexes
+ lazily, to avoid downloading candidates we do not need. (`#9246 <https://github.com/pypa/pip/issues/9246>`_)
+
+Vendored Libraries
+------------------
+
+- Upgrade resolvelib to 0.5.4.
+
+
20.3.3 (2020-12-15)
===================