We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5569c47 commit ad9cff7Copy full SHA for ad9cff7
news/5780.feature.rst
@@ -0,0 +1,7 @@
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 those version ranges specified ones) by passing
7
+``--upgrade``.
0 commit comments