From 8517a44f842ae3d1871b514c58c9ff17d6e858ea Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 23 Jan 2021 11:51:53 +0000 Subject: [PATCH] Update changelog for 20.3.4 --- NEWS.rst | 33 +++++++++++++++++++++++++++++++++ news/8876.bugfix.rst | 3 --- news/9180.bugfix.rst | 1 - news/9203.bugfix.rst | 4 ---- news/9206.feature.rst | 3 --- news/9246.bugfix.rst | 4 ---- news/9315.feature.rst | 1 - news/resolvelib.vendor.rst | 1 - 8 files changed, 33 insertions(+), 17 deletions(-) delete mode 100644 news/8876.bugfix.rst delete mode 100644 news/9180.bugfix.rst delete mode 100644 news/9203.bugfix.rst delete mode 100644 news/9206.feature.rst delete mode 100644 news/9246.bugfix.rst delete mode 100644 news/9315.feature.rst delete mode 100644 news/resolvelib.vendor.rst diff --git a/NEWS.rst b/NEWS.rst index a082cddf314..18cc7b70427 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 `_) +- Improve presentation of XMLRPC errors in pip search. (`#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 `_) +- Fix error when an existing incompatibility is unable to be applied to a backtracked state. (`#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 `_) +- 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 `_) + +Vendored Libraries +------------------ + +- Upgrade resolvelib to 0.5.4. + + 20.3.3 (2020-12-15) =================== diff --git a/news/8876.bugfix.rst b/news/8876.bugfix.rst deleted file mode 100644 index 98250dc9745..00000000000 --- a/news/8876.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -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. diff --git a/news/9180.bugfix.rst b/news/9180.bugfix.rst deleted file mode 100644 index e597c1ad90a..00000000000 --- a/news/9180.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix error when an existing incompatibility is unable to be applied to a backtracked state. diff --git a/news/9203.bugfix.rst b/news/9203.bugfix.rst deleted file mode 100644 index 38320218fbb..00000000000 --- a/news/9203.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -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. diff --git a/news/9206.feature.rst b/news/9206.feature.rst deleted file mode 100644 index 90cd2cf99fb..00000000000 --- a/news/9206.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -``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``. diff --git a/news/9246.bugfix.rst b/news/9246.bugfix.rst deleted file mode 100644 index 93f7f18f9f5..00000000000 --- a/news/9246.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -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. diff --git a/news/9315.feature.rst b/news/9315.feature.rst deleted file mode 100644 index 64d1f25338b..00000000000 --- a/news/9315.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Improve presentation of XMLRPC errors in pip search. diff --git a/news/resolvelib.vendor.rst b/news/resolvelib.vendor.rst deleted file mode 100644 index 680da3be1e7..00000000000 --- a/news/resolvelib.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade resolvelib to 0.5.4.