We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5569c47 commit 59faab5Copy full SHA for 59faab5
news/5780.feature.rst
@@ -0,0 +1,6 @@
1
+Reinstallation and upgrade behaviour of direct URL requirements are completely
2
+rewritten to better match user expectation. Now pip will try to parse the URLs
3
+and VCS information (if applicable) from both the incoming direct URLs and the
4
+already-installed PEP 610 metadata to determine whether reinstallation is
5
+needed. If pip guesses wrong, the user can also force pip to always reinstall
6
+direct URL requirments (but not version-specified ones) with ``--upgrade``.
0 commit comments