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.94. #16029

Merged
merged 2 commits into from Jul 4, 2022
Merged

Upgrade Pex to 2.1.94. #16029

merged 2 commits into from Jul 4, 2022

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jul 1, 2022

There are numerous changes, most in 2.1.93, but the two changes of
most interest to Pants immediately are support for local projects in
locks and a fix for custom index authentication when fetching artifacts
recorded in a lock.

The Pex changelogs are here:

Supplants #15911

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

There are numerous changes, most in 2.1.93, but the two changes of
most interest to Pants immediately are support for local projects in
locks and a fix for custom index authentication when fetching artifacts
recorded in a lock.

The Pex changelogs are here:
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.91
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.92
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.93
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.94

Supplants pantsbuild#15911

[ci skip-rust]
[ci skip-build-wheels]
# 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 requested a review from thejcannon July 1, 2022 22:48
@@ -37,5 +39,45 @@ def test_reversion(tmp_path: Path) -> None:

# Confirm that it can be consumed.
output_pex_file = tmp_path / "out.pex"
pex_main.main(["--disable-cache", "-o", output_pex_file.as_posix(), output_whl_file.as_posix()])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using Pex as a library is not supported and you may break at any time, as here!

@jsirois jsirois merged commit b2f131f into pantsbuild:main Jul 4, 2022
@jsirois jsirois deleted the pex/upgrade branch July 4, 2022 15:30
@jsirois jsirois mentioned this pull request Jul 4, 2022
jsirois added a commit to jsirois/pants that referenced this pull request Jul 4, 2022
There are numerous changes, most in 2.1.93, but the two changes of
most interest to Pants immediately are support for local projects in
locks and a fix for custom index authentication when fetching artifacts
recorded in a lock.

The Pex changelogs are here:
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.91
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.92
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.93
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.94

Supplants pantsbuild#15911

(cherry picked from commit b2f131f)

[ci skip-rust]
[ci skip-build-wheels]
jsirois added a commit to jsirois/pants that referenced this pull request Jul 4, 2022
[ci skip-rust]
[ci skip-build-wheels]
jsirois added a commit that referenced this pull request Jul 4, 2022
jsirois added a commit that referenced this pull request Jul 5, 2022
There are numerous changes, most in 2.1.93, but the two changes of
most interest to Pants immediately are support for local projects in
locks and a fix for custom index authentication when fetching artifacts
recorded in a lock.

The Pex changelogs are here:
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.91
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.92
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.93
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.94

Supplants #15911

(cherry picked from commit b2f131f)
@stuhood stuhood mentioned this pull request Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants