Skip to content
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 Pex to 2.1.59. (Cherry pick of #13932) #13933

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

jsirois
Copy link
Contributor

@jsirois jsirois commented Dec 20, 2021

This brings space and speed improvements for packed venv PEXes as
well as a fix that allows relative paths to ca certs to work (this
is how Pants passes those paths) and a fix that allows Pex to discover
Python 3.10 interpreters when using --interpreter-constraint.

Release notes here:

Although the space and speed perf improvements that come from --venv
PEXes now having symlinked site-packages entries by default are
generally desirable, this trips up Pylint in particular; so the new
--venv-site-packages-copies option is plumbed though the rules API and
used to avoid these issues for the Pylint case.

Closes pantsbuild/requirements-perf#2

(cherry picked from commit 0b18057)

[ci skip-rust]
[ci skip-build-wheels]

This brings space and speed improvements for packed venv PEXes as
well as a fix that allows relative paths to ca certs to work (this
is how Pants passes those paths) and a fix that allows Pex to discover
Python 3.10 interpreters when using `--interpreter-constraint`.

Release notes here:
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.57
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.58
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.59

Although the space and speed perf improvements that come from `--venv`
PEXes now having symlinked site-packages entries by default are
generally desirable, this trips up Pylint in particular; so the new
`--venv-site-packages-copies` option is plumbed though the rules API and
used to avoid these issues for the Pylint case.

Closes pantsbuild/requirements-perf#2

(cherry picked from commit 0b18057)

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@jsirois jsirois merged commit 73f5a37 into pantsbuild:2.9.x Dec 21, 2021
@jsirois jsirois deleted the pull/13932/cherry-pick branch December 21, 2021 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants