Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infer all PBS-related metadata from the URL (#21789)
Infer most PBS-related metadata from the artifact download URL provided by the user. (The SHA256 checksum and file size are not inferred from the URL.) Adds a three field format for `--python-build-standalone-known-python-versions` which infers all PBS-related metadata from the URL. Format is `SHA256|FILE_SIZE|URL`. The five field format is still supported. Remove the `--python-build-standalone-require-inferrable-release-tag` option added by #21739 because the PBS release tag can now be optionally provided in the version field (first field) of the five field format for `--python-build-standalone-known-python-versions`.
- Loading branch information