Bump pex from 2.1.44 to 2.1.103
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 usingPEX_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-pathhandling. (#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-packagesdetection robust. (#1863)pex 2.1.100
2.1.100
This release fixes a hole in the lock creation
--target-systemfeature added in #1823 in Pex 2.1.95.
- Fix lock creation
--target-systemhandling. (#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 usingPEX_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-pathhandling. (#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-packagesdetection 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-systemfeature added in #1823 in Pex 2.1.95.
- Fix lock creation
--target-systemhandling. (#1858)
... (truncated)
Commits
778b22fPrepare the 2.1.103 release. (#1875)30c68e5Fixpex3 lock ...when run from the Pex PEX. (#1874)1592febUpgrade to Python 3.11.0-beta.5. (#1876)0c08bb3Prepare the 2.1.102 release. (#1869)bba581cFix--inhert-pathhandling. (#1871)a63a8feFix wheel installs: account for purelib & platlib. (#1867)9901a05Inlinepex.common.find_site_packages. (#1865)f87d4eaPrepare the 2.1.101 release. (#1864)5ec7707Make wheel install site-packages detection robust. (#1863)9ec01a6Prepare the 2.1.100 release. (#1859)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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.
Superseded by #213.