Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps pex from 2.1.105 to 2.1.122.

Release notes

Sourced from pex's releases.

pex 2.1.122


2.1.122

This release fixes posix file locks used by Pex internally and enhances lock creation to support locking sdist-only C extension projects that do not build on the current platform. Pex is also updated to support --pip-version 22.3.1 and --pip-version 23.0, bringing it up to date with the latest Pip's available.

  • Support the latest Pip releases: 22.3.1 & 23.0 (#2056)
  • Lock sdists with prepare-metadata-for-build-wheel. (#2053)
  • Fix execute_parallel "leaking" a thread. (#2052)

pex 2.1.121


2.1.121

This release fixes two bugs brought to light trying to interoperate with Poetry projects.

  • Support space separated markers in URL reqs. (#2039)
  • Handle file:// URL deps in distributions. (#2041)

pex 2.1.120


2.1.120

This release completes the --complete-platform fix started in Pex 2.1.116 by #1991. That fix did not work in all cases but now does.

PEXes run in interpreter mode now support command history when the underlying interpreter being used to run the PEX does; use the PEX_INTERPRETER_HISTORY bool env var to turn this on.

Additionally, PEXes built with the combination --layout loose --venv --no-venv-site-packages-copies are fixed to be robust to moves of the source loose PEX directory.

  • Fix loose --venv PEXes to be robust to moves. (#2033)
  • Fix interpreter resolution when using --complete-platform with --resolve-local-platforms (#2031)
  • Support REPL command history. (#2018)

pex 2.1.119


2.1.119

... (truncated)

Changelog

Sourced from pex's changelog.

2.1.122

This release fixes posix file locks used by Pex internally and enhances lock creation to support locking sdist-only C extension projects that do not build on the current platform. Pex is also updated to support --pip-version 22.3.1 and --pip-version 23.0, bringing it up to date with the latest Pip's available.

  • Support the latest Pip releases: 22.3.1 & 23.0 (#2056) PR [#2053](https://github.com/pantsbuild/pex/issues/2053) <https://github.com/pantsbuild/pex/pull/2056>_

  • Lock sdists with prepare-metadata-for-build-wheel. (#2053) PR [#2053](https://github.com/pantsbuild/pex/issues/2053) <https://github.com/pantsbuild/pex/pull/2053>_

  • Fix execute_parallel "leaking" a thread. (#2052) PR [#2052](https://github.com/pantsbuild/pex/issues/2052) <https://github.com/pantsbuild/pex/pull/2052>_

2.1.121

This release fixes two bugs brought to light trying to interoperate with Poetry projects.

  • Support space separated markers in URL reqs. (#2039) PR [#2039](https://github.com/pantsbuild/pex/issues/2039) <https://github.com/pantsbuild/pex/pull/2039>_

  • Handle file:// URL deps in distributions. (#2041) PR [#2041](https://github.com/pantsbuild/pex/issues/2041) <https://github.com/pantsbuild/pex/pull/2041>_

2.1.120

This release completes the --complete-platform fix started in Pex 2.1.116 by #1991. That fix did not work in all cases but now does.

PEXes run in interpreter mode now support command history when the underlying interpreter being used to run the PEX does; use the PEX_INTERPRETER_HISTORY bool env var to turn this on.

Additionally, PEXes built with the combination --layout loose --venv --no-venv-site-packages-copies are fixed to be robust to moves of the source loose PEX directory.

  • Fix loose --venv PEXes to be robust to moves. (#2033) PR [#2033](https://github.com/pantsbuild/pex/issues/2033) <https://github.com/pantsbuild/pex/pull/2033>_

  • Fix interpreter resolution when using --complete-platform with --resolve-local-platforms (#2031) PR [#2031](https://github.com/pantsbuild/pex/issues/2031) <https://github.com/pantsbuild/pex/pull/2031>_

... (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)

Bumps [pex](https://github.com/pantsbuild/pex) from 2.1.105 to 2.1.122.
- [Release notes](https://github.com/pantsbuild/pex/releases)
- [Changelog](https://github.com/pantsbuild/pex/blob/main/CHANGES.rst)
- [Commits](pex-tool/pex@v2.1.105...v2.1.122)

---
updated-dependencies:
- dependency-name: pex
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #259 (3c89535) into main (0c43ff5) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #259   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          472       472           
  Branches        90        90           
=========================================
  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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2023

Superseded by #262.

@dependabot dependabot bot closed this Feb 24, 2023
@dependabot dependabot bot deleted the dependabot/pip/pex-2.1.122 branch February 24, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant