Skip to content

chore(deps): update dependency pex to v2.28.0#227

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/pex-2.x
Jan 6, 2025
Merged

chore(deps): update dependency pex to v2.28.0#227
renovate[bot] merged 1 commit intomasterfrom
renovate/pex-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pex (changelog) 2.24.1 -> 2.28.0 age adoption passing confidence

Release Notes

pex-tool/pex (pex)

v2.28.0

Compare Source

This release adds Pex --scie {eager,lazy} support for Linux ppc64le
and s390x.

  • Add --scie support for Linux ppc64le and s390x. (#​2635)

v2.27.1

Compare Source

This release fixes a bug in PEX_ROOT handling that could manifest
with symlinked HOME dirs or more generally symlinked dirs being
parents of the PEX_ROOT. Although this was claimed to be fixed in
the Pex 2.20.4 release by #​2574, there was one missing case not handled.

  • Ensure that the PEX_ROOT is always a realpath. (#​2626)

v2.27.0

Compare Source

This release adds a Pex PEX scie for armv7l.

  • Add a Pex PEX scie for armv7l. (#​2624)

v2.26.0

Compare Source

This release adds Pex --scie {eager,lazy} support for Linux armv7l.

In addition, a spurious warning when using PEX_PYTHON=pythonX.Y
against a venv PEX has been fixed.

  • Added support for armv7l (#​2620)
  • Fix incorrect regex for PEX_PYTHON precision warning (#​2622)

v2.25.2

Compare Source

This release fixes the --elide-unused-requires-dist lock option once
again. The fix in 2.25.1 could lead to locked requirements having only
a partial graph of extras which would allow a subsequent subset of those
partial extras to silently resolve an incomplete set of dependencies.

In addition, the Pex REPL for PEXes without entry points or else when
forced with PEX_INTERPRETER=1 is now fixed such that readline support
always works. Previously, the yellow foreground color applied to the PS1
and PS2 prompts would interfere with the tracked cursor position in some
Pythons; so the yellow foreground color for those prompts is now
dropped.

  • Fix --elide-unused-requires-dist: don't expose partial extras. (#​2618)
  • Fix Pex REPL prompt. (#​2617)

v2.25.1

Compare Source

This is a hotfix release that fixes a bug in the implementation of the
--elide-unused-requires-dist lock option introduced in Pex 2.25.0.

  • Fix --elide-unused-requires-dist for unactivated deps. (#​2615)

v2.25.0

Compare Source

This release adds support for
pex3 lock {create,sync} --elide-unused-requires-dist. This new lock
option causes any dependencies of a locked requirement that can never
be activated to be elided from the lock file. This leads to no material
difference in lock file use, but it does cut down on the lock file size.

  • Add --elide-unused-requires-dist lock option. (#​2613)

v2.24.3

Compare Source

This release fixes a long-standing bug in resolve checking. Previously,
only resolve dependency chains where checked, but not the resolved
distributions that satisfied the input root requirements.

In addition, the 2.24.2 release included a wheel with no compression
(~11MB instead of ~3.5MB). The Pex wheel is now fixed to be compressed.

  • Fix resolve check to cover dists satisfying root reqs. (#​2610)
  • Fix build process to produce a compressed .whl. (#​2609)

v2.24.2

Compare Source

This release fixes a long-standing bug in "YOLO-mode" foreign platform
speculative wheel builds. Previously if the speculatively built wheel
had tags that did not match the foreign platform, the process errored
pre-emptively. This was correct for complete foreign platforms, where
all tag information is known, but not for all cases of abbreviated
platforms, where the failure was overly aggressive in some cases. Now
foreign abbreviated platform speculative builds are only rejected when
there is enough information to be sure the speculatively built wheel
definitely cannot work on the foreign abbreviated platform.

  • Accept more foreign --platform "YOLO-mode" wheels. (#​2607)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) January 6, 2025 03:44
@renovate renovate Bot merged commit 6dbf99f into master Jan 6, 2025
@renovate renovate Bot deleted the renovate/pex-2.x branch January 6, 2025 03:47
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.

0 participants