This release brings two fixes for --venv mode PEXes.
Only insert "" to head of sys.path if a venv PEX runs in interpreter mode (#1984)
Map pex python path interpreter to realpath when creating venv dir hash. (#1972)
pex 2.1.113
2.1.113
This is a hotfix release that fixes errors installing wheels when there
is high parallelism in execution of Pex processes. These issues were a
regression introduced by #1961 included in the 2.1.112 release.
Restore AtomicDirectory non-locked good behavior. (#1974)
pex 2.1.112
2.1.112
This release brings support for the latest Pip release and includes
some internal changes to help debug intermittent issues some users are
seeing that implicate what may be file locking related bugs.
This release fixes resolving requirements from a lock using arbitrary
equality (===).
In addition, you can now "inject" runtime environment variables and
arguments into PEX files such that, when run, the PEX runtime ensures
those environment variables and command line arguments are passed to
the PEXed application. See PEX Recipes for more information.
Fix lock resolution to handle arbitrary equality. (#1951)
Support injecting args and env vars in a PEX. (#1948)
This release brings two fixes for --venv mode PEXes.
Only insert "" to head of sys.path if a venv PEX runs in interpreter mode (#1984)
PR [#1984](https://github.com/pantsbuild/pex/issues/1984) <https://github.com/pantsbuild/pex/pull/1984>_
Map pex python path interpreter to realpath when creating venv dir hash. (#1972)
PR [#1972](https://github.com/pantsbuild/pex/issues/1972) <https://github.com/pantsbuild/pex/pull/1972>_
2.1.113
This is a hotfix release that fixes errors installing wheels when there
is high parallelism in execution of Pex processes. These issues were a
regression introduced by #1961 included in the 2.1.112 release.
Restore AtomicDirectory non-locked good behavior. (#1974)
PR [#1974](https://github.com/pantsbuild/pex/issues/1974) <https://github.com/pantsbuild/pex/pull/1974>_
2.1.112
This release brings support for the latest Pip release and includes
some internal changes to help debug intermittent issues some users are
seeing that implicate what may be file locking related bugs.
Add support for --pip-version 22.3. (#1953)
PR [#1953](https://github.com/pantsbuild/pex/issues/1953) <https://github.com/pantsbuild/pex/pull/1953>_
2.1.111
This release fixes resolving requirements from a lock using arbitrary
equality (===).
In addition, you can now "inject" runtime environment variables and
arguments into PEX files such that, when run, the PEX runtime ensures
those environment variables and command line arguments are passed to
the PEXed application. See PEX Recipes <https://pex.readthedocs.io/en/latest/recipes.html #uvicorn-and-other-customizable-application-servers>_ for more
information.
Support injecting args and env vars in a PEX. (#1948)
PR [#1948](https://github.com/pantsbuild/pex/issues/1948) <https://github.com/pantsbuild/pex/pull/1948>_
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)
Bumps pex from 2.1.102 to 2.1.114.
Release notes
Sourced from pex's releases.
... (truncated)
Changelog
Sourced from pex's changelog.
... (truncated)
Commits
004d579
Prepare the 2.1.114 release. (#1987)632a6ba
Only insert""
to head ofsys.path
if a venv PEX runs in interpreter mode...0e20ddc
Fix CI break. (#1985)67fc7e0
fix tox links (#1978)68f70a7
Fix vendoring wheel dependency drift. (#1979)203a763
Map pex python path interpreter to realpath when creating venv dir hash. (#1972)52c8403
Prepare the 2.1.113 release. (#1976)515093b
Restore AtomicDirectory non-locked good behavior. (#1974)22e6515
Finalize 3.11 in CI. (#1966)6a97efd
Prepare the 2.1.112 release. (#1963)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)