Add newfragments

This commit is contained in:
Stéphane Bidoul 2020-12-23 12:26:22 +01:00
parent 4ea00f2f1b
commit 9361faa03e
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
3 changed files with 7 additions and 0 deletions

3
news/9273.bugfix.rst Normal file
View File

@ -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.

2
news/9337.bugfix.rst Normal file
View File

@ -0,0 +1,2 @@
Fix ``pip download`` of editable VCS requirements that need VCS information
to build correctly.

2
news/9338.removal.rst Normal file
View File

@ -0,0 +1,2 @@
Remove the VCS export feature that was used only with editable VCS
requirements and had correctness issues.