From 9361faa03ee75cbfad58d7546fb8a7196e85fa79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 23 Dec 2020 12:26:22 +0100 Subject: [PATCH] Add newfragments --- news/9273.bugfix.rst | 3 +++ news/9337.bugfix.rst | 2 ++ news/9338.removal.rst | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 news/9273.bugfix.rst create mode 100644 news/9337.bugfix.rst create mode 100644 news/9338.removal.rst diff --git a/news/9273.bugfix.rst b/news/9273.bugfix.rst new file mode 100644 index 000000000..e729ea294 --- /dev/null +++ b/news/9273.bugfix.rst @@ -0,0 +1,3 @@ +Fix a regression that made ``pip wheel`` do a VCS export instead of a VCS clone +for editable requirements. This broke VCS requirements that need the VCS +information to build correctly. diff --git a/news/9337.bugfix.rst b/news/9337.bugfix.rst new file mode 100644 index 000000000..e9d08c3ad --- /dev/null +++ b/news/9337.bugfix.rst @@ -0,0 +1,2 @@ +Fix ``pip download`` of editable VCS requirements that need VCS information +to build correctly. diff --git a/news/9338.removal.rst b/news/9338.removal.rst new file mode 100644 index 000000000..6d3b666e5 --- /dev/null +++ b/news/9338.removal.rst @@ -0,0 +1,2 @@ +Remove the VCS export feature that was used only with editable VCS +requirements and had correctness issues.