Commit Graph

11226 Commits

Author SHA1 Message Date
Tzu-ping Chung 5252383248 News entry for setuptools priority hack 2020-12-09 18:42:17 +08:00
Tzu-ping Chung 8bf159f4c7 Intentionally delay resolving setuptools 2020-12-09 12:04:37 +08:00
Pradyun Gedam 643217bc35
Merge pull request #9207 from NoahGorny/fix-redact-url-from-help 2020-12-08 12:56:00 +00:00
Pradyun Gedam 8de94b5740
Update news/9191.bugfix.rst 2020-12-08 12:55:52 +00:00
Pradyun Gedam 7c00e6f3fd
Merge pull request #9241 from uranusjr/new-resolver-constraint-affects-extra-entry
Use the project name to look up constraints
2020-12-08 12:52:03 +00:00
Pradyun Gedam 66b4a3d56e
Update news/9232.bugfix.rst 2020-12-08 12:51:24 +00:00
Tzu-ping Chung e2fb3e12ab Use the project name to look up constraints
User-specified constraints only contain the project name without extras,
but a constraint a project A would also apply to A's extra variants.
This introduces a new project_name property on Requirement and Candidate
classes for this lookup.
2020-12-08 16:32:24 +08:00
Pradyun Gedam fd8ddb6e55
Merge pull request #9226 from uranusjr/new-resolver-skip-yanked-unless-only
Correctly implement yanking logic
2020-12-08 06:14:57 +00:00
Tzu-ping Chung ffb3d1bc76 Correctly implement yanking logic
Do not return yanked versions from an index, unless the version
range can only be satisfied by yanked candidates.
2020-12-04 23:46:25 +08:00
Noah Gorny 5cfd8a7c3e Handle case of list default values in UpdatingDefaultsHelpFormatter
Happens because we pass a list from --extra-index-url
2020-12-04 15:29:50 +02:00
Pradyun Gedam ab7ff0a1b5
Merge pull request #9211 from uranusjr/new-resolver-pinned-first 2020-12-03 13:36:25 +00:00
Tzu-ping Chung 82fe333c09 Also prefer requirements with non-empty specifiers 2020-12-03 20:06:28 +08:00
Tzu-ping Chung 4ad924a66f Resolve direct and pinned requirements first 2020-12-03 17:44:23 +08:00
Pradyun Gedam e6da461a1d
Merge pull request #9212 from toxinu/toxinu/use-nickname
Use my nickname instead of real name
2020-12-03 09:23:43 +00:00
Pradyun Gedam 5dde00ab68
Merge pull request #9213 from pradyunsg/release/20.3.1 2020-12-03 09:16:05 +00:00
Pradyun Gedam 3d8d3b3044
Bump for development 2020-12-03 09:10:46 +00:00
Pradyun Gedam f94a429e17
Bump for release 2020-12-03 09:10:45 +00:00
toxinu fbba5be5ca
Use nickname instead of real name 2020-12-03 17:44:29 +09:00
Noah Gorny 8bc9c33b36 tests: Add extra_index_url test case to help redact url 2020-12-02 22:53:43 +02:00
Pradyun Gedam 30eeb9ceb1
Merge pull request #9198 from sbidoul/restore-build-dir-sbi
Restore --build-dir, as a no-op option
2020-12-02 00:49:29 +00:00
Stéphane Bidoul 31a2e1a586
Restore --build-dir 2020-12-01 23:22:07 +01:00
Pradyun Gedam dce6b34abb
Merge pull request #9177 from pradyunsg/release/20.3 2020-11-30 12:46:19 +00:00
Pradyun Gedam 4ba207020e
Bump for development 2020-11-30 11:58:32 +00:00
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