Commit Graph

11053 Commits

Author SHA1 Message Date
Pradyun Gedam c31c148a5b
Bump for release 2020-11-30 11:58:32 +00:00
Pradyun Gedam d87cc2d216
Update AUTHORS.txt 2020-11-30 11:58:31 +00:00
Pradyun Gedam a498c13158
Merge pull request #9174 from pradyunsg/tweaks-to-migration-guide
Expand on troubleshooting steps in resolver migration guide
2020-11-29 21:17:35 +00:00
Pradyun Gedam 502b4b1b84
Merge pull request #9173 from pradyunsg/add-attention-admonition-to-news-in-docs 2020-11-29 21:12:48 +00:00
Pradyun Gedam 9c8dfdd313
Expand on troubleshooting steps in resolver migration guide
Co-authored-by: Sumana Harihareswara <sh@changeset.nyc>
2020-11-29 21:10:01 +00:00
Pradyun Gedam 0579cacd42
Describe changelog quirk around beta release
This helps guide users who are reading changelogs better understand what
changes are a part of a "main" release.
2020-11-29 20:20:44 +00:00
Pradyun Gedam b5304f307f
Merge pull request #9170 from pradyunsg/vendoring/nov-2020-again 2020-11-29 19:17:28 +00:00
Pradyun Gedam d91b7d9e88
Merge pull request #9171 from webknjaz/bugfixes/docs-feedback-sphinxext-orphan 2020-11-29 19:17:18 +00:00
Pradyun Gedam 68713c0a26
Mark the failing test as xfail 2020-11-29 17:33:59 +00:00
Pradyun Gedam 8cfdb4518f
Rename 9171.doc.rst to 9171.trivial.rst 2020-11-29 11:38:41 +00:00
Sviatoslav Sydorenko 765b30699a
Add a change note about the PR #9171 2020-11-29 00:04:04 +01:00
Sviatoslav Sydorenko 5b71640447
Fix handling orphan documents in the feedback ext
Before this change, the cut-off step was present but the new string
wasn't assigned back and this resulted in `:orphan:` not only re-
injected at the beginning of the document but also left over after
the admonition.
2020-11-28 23:52:52 +01:00
Pradyun Gedam b6ca7439a6
Merge pull request #9169 from pradyunsg/always-reinstall-editables 2020-11-28 20:09:10 +00:00
Pradyun Gedam 5f6cd8e39b
Add news entries related to packaging
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-28 15:11:52 +00:00
Pradyun Gedam 14149b03f4
Add news entries related to resolvelib
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-28 15:11:52 +00:00
Pradyun Gedam b23591f4da
Upgrade resolvelib to 0.5.3 2020-11-28 15:11:52 +00:00
Pradyun Gedam d2671af23d
Upgrade packaging to 20.7 2020-11-28 14:48:58 +00:00
Pradyun Gedam 1466e7c49a
Don't upgrade setuptools when vendoring
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-28 14:48:25 +00:00
Pradyun Gedam 2f9067408e
📰
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-28 14:01:55 +00:00
Pradyun Gedam 1133342f30
Always reinstall editables
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-28 13:56:40 +00:00
Pradyun Gedam 9f4c5409d0
🎨 Breakup and move comment
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-28 13:54:39 +00:00
Pradyun Gedam 8b4652efad Merge pull request #9163 from NoahGorny/redact-url-from-help
Redact auth from URL in UpdatingDefaultsHelpFormatter
2020-11-27 09:04:14 +00:00
Noah Gorny 4f8dfcf29d tests: help: Test that auth is redacted from url in help menu 2020-11-26 15:15:21 +02:00
Pradyun Gedam 254414b012
Merge pull request #9147 from pradyunsg/reinstall-local-distributions
Always reinstall local distributions provided by the user
2020-11-26 09:42:50 +00:00
Noah Gorny 8f821866d6 Redact auth from URL in UpdatingDefaultsHelpFormatter 2020-11-25 21:18:01 +02:00
Pradyun Gedam b2785d8ab9
Drop incorrect line from comment
This was a copy-paste error that I didn't catch earlier.

Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:13:08 +00:00
Pradyun Gedam 258242f177
Remove test for not reinstalling wheels, as requested
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:13:08 +00:00
Pradyun Gedam 5753884715
Don't deprecate reinstalling from .zip files
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:13:08 +00:00
Pradyun Gedam 9add1c1f61
Add deprecation warning when reinstalling sdists
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:13:08 +00:00
Pradyun Gedam cd15a8514e
Factor out is_archive_file
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:13:07 +00:00
Pradyun Gedam d6e3643fd9
Print a message and don't reinstall wheels
Also, adds a test for source distributions being reinstalled.

Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:13:04 +00:00
Pradyun Gedam bb7fce7209
Ensure we're not mishandling local indexes
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:12:37 +00:00
Pradyun Gedam ce46a5e36d
Re-install local candidates unconditionally
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-25 14:12:08 +00:00
Pradyun Gedam 84382715f0
Merge pull request #9096 from uranusjr/new-resolver-constrainting-extraed
Constrainting an extra-ed dependency
2020-11-23 10:57:39 +00:00
Tzu-ping Chung c3670b36cb 2020 resolver can constrain path/URL to versions 2020-11-23 11:51:14 +08:00
Pradyun Gedam aa847eaa8a
Merge pull request #9123 from sbidoul/pip-wheel-editable-fix-sbi 2020-11-22 21:32:44 +00:00
Stéphane Bidoul a24d198c15
Do not download editables while preparing requirements
Downloading is done at the end of the download command
just like any other requirement. This is necessary to avoid
archiving editable requirements to a zip file when running
pip wheel.
2020-11-22 21:14:09 +01:00
Pradyun Gedam a19f1303fb
Merge pull request #9156 from jdufresne/resource-warning
Always close stderr after subprocess completion in call_subprocess()
2020-11-21 16:18:14 +00:00
Jon Dufresne 8662248774 Always close stderr after subprocess completion in call_subprocess()
When running Python with warnings enabled, fixes warnings of the form:

    .../site-packages/pip/_internal/vcs/versioncontrol.py:773: ResourceWarning: unclosed file <_io.BufferedReader name=12>
      return call_subprocess(cmd, cwd,
2020-11-21 07:35:11 -08:00
Tzu-ping Chung 9efafb186f Implement __str__ for debuggability 2020-11-21 22:14:24 +08:00
Tzu-ping Chung 0f6750c98c Modify old tests to accomodate restriction removal 2020-11-21 22:14:24 +08:00
Tzu-ping Chung d589795834 Allow constraining an explicit requirement 2020-11-21 22:14:24 +08:00
Tzu-ping Chung 9b3cd280fd Add failing test 2020-11-21 22:14:24 +08:00
Pradyun Gedam 396afb118e
Merge pull request #9148 from pradyunsg/vendoring/nov-2020 2020-11-20 13:21:43 +00:00
Pradyun Gedam 72f3d7b068
Merge pull request #9151 from pradyunsg/provide-packagename-in-backtracking-messaging
Include package name in backtracking messaging
2020-11-20 12:25:26 +00:00
Pradyun Gedam 3697f45ee6
Fix the certifi version in vendor.txt
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-20 12:16:24 +00:00
Pradyun Gedam 74b1db4f64
Upgrade toml to 0.10.2 2020-11-19 18:49:54 +00:00
Pradyun Gedam 0f43e77b7f
Include package name in backtracking messaging
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-19 18:38:30 +00:00
Pradyun Gedam 910b304a97
Upgrade resolvelib to 0.5.2 2020-11-19 18:38:04 +00:00
Pradyun Gedam e76b1ddeaa
Upgrade urllib3 to 1.26.2 2020-11-19 18:38:04 +00:00