-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Pex 2.1.53. #13423
Merged
Merged
Upgrade to Pex 2.1.53. #13423
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Of direct interest to Pants: + A fix for identifying certain macOS Monterey interpreters. + Human readable venv activation prompts for `--venv` PEXes. The full changelogs: + https://github.com/pantsbuild/pex/releases/tag/v2.1.52 + https://github.com/pantsbuild/pex/releases/tag/v2.1.53 [ci skip-rust] [ci skip-build-wheels]
tdyas
approved these changes
Oct 30, 2021
jsirois
added a commit
to jsirois/pants
that referenced
this pull request
Nov 2, 2021
Of direct interest to Pants: + A fix for identifying certain macOS Monterey interpreters. + Human readable venv activation prompts for `--venv` PEXes. The full changelogs: + https://github.com/pantsbuild/pex/releases/tag/v2.1.52 + https://github.com/pantsbuild/pex/releases/tag/v2.1.53 (cherry picked from commit 50914a5) [ci skip-rust] [ci skip-build-wheels]
jsirois
added a commit
to jsirois/pants
that referenced
this pull request
Nov 2, 2021
Of direct interest to Pants: + A fix for identifying certain macOS Monterey interpreters. + Human readable venv activation prompts for `--venv` PEXes. The full changelogs: + https://github.com/pantsbuild/pex/releases/tag/v2.1.52 + https://github.com/pantsbuild/pex/releases/tag/v2.1.53 (cherry picked from commit 50914a5) [ci skip-rust] [ci skip-build-wheels]
jsirois
added a commit
that referenced
this pull request
Nov 2, 2021
This cherry-pick includes two mainline commits and a lockfile re-gen: commit dabbc8f (HEAD -> Pex-upgrade/cherry-pick, origin/Pex-upgrade/cherry-pick) Author: John Sirois <[email protected]> Date: Sun Oct 31 20:58:37 2021 -0700 Upgrade to Pex 2.1.54. (#13426) This picks up a fix for venv collisions obscuring venv population errors. Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.1.54 (cherry picked from commit 189cd75) commit eef6da0 Author: John Sirois <[email protected]> Date: Mon Nov 1 17:33:32 2021 -0700 Run ./build-support/bin/generate_all_lockfiles.sh commit 93680d6 Author: John Sirois <[email protected]> Date: Sat Oct 30 14:54:38 2021 -0700 Upgrade to Pex 2.1.53. (#13423) Of direct interest to Pants: + A fix for identifying certain macOS Monterey interpreters. + Human readable venv activation prompts for `--venv` PEXes. The full changelogs: + https://github.com/pantsbuild/pex/releases/tag/v2.1.52 + https://github.com/pantsbuild/pex/releases/tag/v2.1.53 (cherry picked from commit 50914a5)
jsirois
added a commit
that referenced
this pull request
Nov 2, 2021
This cherry-pick includes two mainline commits and a lockfile re-gen: commit 6ca0577 (HEAD -> pex-upgrade/2.7.x/cherry-pick) Author: John Sirois <[email protected]> Date: Sun Oct 31 20:58:37 2021 -0700 Upgrade to Pex 2.1.54. (#13426) This picks up a fix for venv collisions obscuring venv population errors. Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.1.54 (cherry picked from commit 189cd75) commit b35a0de Author: John Sirois <[email protected]> Date: Mon Nov 1 17:52:51 2021 -0700 Run ./build-support/bin/generate_all_lockfiles.sh commit cb52e75 Author: John Sirois <[email protected]> Date: Sat Oct 30 14:54:38 2021 -0700 Upgrade to Pex 2.1.53. (#13423) Of direct interest to Pants: + A fix for identifying certain macOS Monterey interpreters. + Human readable venv activation prompts for `--venv` PEXes. The full changelogs: + https://github.com/pantsbuild/pex/releases/tag/v2.1.52 + https://github.com/pantsbuild/pex/releases/tag/v2.1.53 (cherry picked from commit 50914a5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Of direct interest to Pants:
--venv
PEXes.The full changelogs:
[ci skip-rust]
[ci skip-build-wheels]