From c7b477777a0fc5f2f8b71c2e6b6eb542a7c65126 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:41:35 +0530 Subject: [PATCH] Merge pull request #8730 from McSinyx/news-8701-8716 Add news for disabling range response caching --- news/8701.bugfix | 2 ++ news/8716.bugfix | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 news/8701.bugfix create mode 100644 news/8716.bugfix diff --git a/news/8701.bugfix b/news/8701.bugfix new file mode 100644 index 000000000..086a8f2eb --- /dev/null +++ b/news/8701.bugfix @@ -0,0 +1,2 @@ +Disable caching for range requests, which causes corrupted wheels +when pip tries to obtain metadata using the feature ``fast-deps``. diff --git a/news/8716.bugfix b/news/8716.bugfix new file mode 100644 index 000000000..086a8f2eb --- /dev/null +++ b/news/8716.bugfix @@ -0,0 +1,2 @@ +Disable caching for range requests, which causes corrupted wheels +when pip tries to obtain metadata using the feature ``fast-deps``.