python-desert / desert

Deserialize to objects while staying DRY
https://desert.readthedocs.io
MIT License
158 stars 10 forks source link

Bump pex from 2.1.105 to 2.1.118 #248

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pex from 2.1.105 to 2.1.118.

Release notes

Sourced from pex's releases.

pex 2.1.118


2.1.118

This is a very tardy hotfix release for a regression introduced in Pex 2.1.91 by #1785 that replaced sys.argv[0] with its fully resolved path. This prevented introspecting the actual file path used to launch the PEX which broke BusyBox-alike use cases.

There is also a new --non-hermetic-scripts option accepted by the venv tool to allow running console scripts with PYTHONPATH adjustments to the sys.path.

  • Remove un-needed realpathing of sys.argv[0]. (#2007)
  • Add --non-hermetic-scripts option to venv tool. (#2010)

pex 2.1.117


2.1.117

This release fixes a bug introduced in Pex 2.1.109 where the released Pex PEX could not be executed by PyPy interpreters. More generally, any PEX created with interpreter constraints that did not specify the Python implementation, e.g.: ==3.8.*, were interpreted as being CPython specific, i.e.: CPython==3.8.*. This is now fixed, but if the intention of a constraint like ==3.8.* was in fact to restrict to CPython only, interpreter constraints need to say so now and use CPython==3.8.* explicitly.

  • Fix interpreter constraint parsing. (#1998)

pex 2.1.116


2.1.116

This release fixes a bug in --resolve-local-platforms when --complete-platform was used.

  • Check for --complete-platforms match when --resolve-local-platforms (#1991)

pex 2.1.115


2.1.115

This release brings some attention to the pex3 lock export sub-command to make it more useful when inter-operating with pip-tools.

... (truncated)

Changelog

Sourced from pex's changelog.

2.1.118

This is a very tardy hotfix release for a regression introduced in Pex 2.1.91 by #1785 that replaced sys.argv[0] with its fully resolved path. This prevented introspecting the actual file path used to launch the PEX which broke BusyBox-alike use cases.

There is also a new --non-hermetic-scripts option accepted by the venv tool to allow running console scripts with PYTHONPATH adjustments to the sys.path.

  • Remove un-needed realpathing of sys.argv[0]. (#2007) PR [#2007](https://github.com/pantsbuild/pex/issues/2007) <https://github.com/pantsbuild/pex/pull/2007>_

  • Add --non-hermetic-scripts option to venv tool. (#2010) PR [#2010](https://github.com/pantsbuild/pex/issues/2010) <https://github.com/pantsbuild/pex/pull/2010>_

2.1.117

This release fixes a bug introduced in Pex 2.1.109 where the released Pex PEX could not be executed by PyPy interpreters. More generally, any PEX created with interpreter constraints that did not specify the Python implementation, e.g.: ==3.8.*, were interpreted as being CPython specific, i.e.: CPython==3.8.*. This is now fixed, but if the intention of a constraint like ==3.8.* was in fact to restrict to CPython only, interpreter constraints need to say so now and use CPython==3.8.* explicitly.

  • Fix interpreter constraint parsing. (#1998) PR [#1998](https://github.com/pantsbuild/pex/issues/1998) <https://github.com/pantsbuild/pex/pull/1998>_

2.1.116

This release fixes a bug in --resolve-local-platforms when --complete-platform was used.

  • Check for --complete-platforms match when --resolve-local-platforms (#1991) PR [#1991](https://github.com/pantsbuild/pex/issues/1991) <https://github.com/pantsbuild/pex/pull/1991>_

2.1.115

This release brings some attention to the pex3 lock export subcommand to make it more useful when inter-operating with pip-tools.

  • Sort requirements based on normalized project name when exporting (#1992)

... (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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #248 (f03492b) into main (0c43ff5) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #248   +/-   ##
=========================================
  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[bot] commented 1 year ago

Superseded by #249.