desert icon indicating copy to clipboard operation
desert copied to clipboard

Bump pex from 2.1.44 to 2.1.103

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps pex from 2.1.44 to 2.1.103.

Release notes

Sourced from pex's releases.

pex 2.1.103


2.1.103

This release fixes things such that pex lockfiles can be created and updated using the Pex PEX when local projects are involved.

  • Fix pex3 lock ... when run from the Pex PEX. (#1874)

pex 2.1.102


2.1.102

This is a hotfix release that fixes a further corner missed by #1863 in the Pex 2.1.101 release whereby Pex would fail to install platform-specific packages on Red Hat based OSes.

In addition, an old but only newly discovered bug in --inherit-path={prefer,fallback} handling is fixed. Previously only using PEX_INHERIT_PATH={prefer,fallback} at runtime worked properly.

In the process of fixing the old --inherit-path={prefer,fallback} bug, also fix another old bug handling modern virtualenv venvs under Python 2.7 during zipapp execution mode PEX boots.

  • Fix wheel installs: account for purelib & platlib. (#1867)
  • Fix --inhert-path handling. (#1871)
  • Error using pex + virtualenv >=20.0.0 + python 2.7 (#992)

pex 2.1.101


2.1.101

This release fixes a corner-case revealed by python-certifi-win32 1.6.1 that was not previously handled when installing certain distributions.

  • Make wheel install site-packages detection robust. (#1863)

pex 2.1.100


2.1.100

This release fixes a hole in the lock creation --target-system feature added in #1823 in Pex 2.1.95.

  • Fix lock creation --target-system handling. (#1858)

... (truncated)

Changelog

Sourced from pex's changelog.

2.1.103

This release fixes things such that pex lockfiles can be created and updated using the Pex PEX when local projects are involved.

  • Fix pex3 lock ... when run from the Pex PEX. (#1874) PR [#1874](https://github.com/pantsbuild/pex/issues/1874) <https://github.com/pantsbuild/pex/pull/1874>_

2.1.102

This is a hotfix release that fixes a further corner missed by #1863 in the Pex 2.1.101 release whereby Pex would fail to install platform-specific packages on Red Hat based OSes.

In addition, an old but only newly discovered bug in --inherit-path={prefer,fallback} handling is fixed. Previously only using PEX_INHERIT_PATH={prefer,fallback} at runtime worked properly.

In the process of fixing the old --inherit-path={prefer,fallback} bug, also fix another old bug handling modern virtualenv venvs under Python 2.7 during zipapp execution mode PEX boots.

  • Fix wheel installs: account for purelib & platlib. (#1867) PR [#1867](https://github.com/pantsbuild/pex/issues/1867) <https://github.com/pantsbuild/pex/pull/1867>_

  • Fix --inhert-path handling. (#1871) PR [#1871](https://github.com/pantsbuild/pex/issues/1871) <https://github.com/pantsbuild/pex/pull/1871>_

  • Error using pex + virtualenv >=20.0.0 + python 2.7 (#992) Issue [#992](https://github.com/pantsbuild/pex/issues/992) <https://github.com/pantsbuild/pex/issues/992>_ PR [#1871](https://github.com/pantsbuild/pex/issues/1871) <https://github.com/pantsbuild/pex/pull/1871>_

2.1.101

This release fixes a corner-case revealed by python-certifi-win32 1.6.1 that was not previously handled when installing certain distributions.

  • Make wheel install site-packages detection robust. (#1863) PR [#1863](https://github.com/pantsbuild/pex/issues/1863) <https://github.com/pantsbuild/pex/pull/1863>_

2.1.100

This release fixes a hole in the lock creation --target-system feature added in #1823 in Pex 2.1.95.

  • Fix lock creation --target-system handling. (#1858)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 08 '22 04:08 dependabot[bot]

Codecov Report

Merging #212 (f0e2d50) into main (6c5c54e) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #212   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          472       472           
  Branches        76        76           
=========================================
  Hits           472       472           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 08 '22 04:08 codecov[bot]

Superseded by #213.

dependabot[bot] avatar Aug 29 '22 04:08 dependabot[bot]