Skip to content

Bump pex from 1.6.11 to 2.1.17#192

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pex-2.1.17
Closed

Bump pex from 1.6.11 to 2.1.17#192
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pex-2.1.17

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps pex from 1.6.11 to 2.1.17.

Release notes

Sourced from pex's releases.

pex 2.1.17


2.1.17

This release fixes a bug in --resolve-local-platforms handling that made it unusable in 2.1.16 (#1043) as well as fixing a long standing file handle leak (#1050) and a bug when running under macOS framework builds of Python (#1009).

  • Fix --unzip performance regression. (#1056)
  • Fix resource leak in Pex self-isolation. (#1052)
  • Fix use of iter_compatible_interpreters. (#1048)
  • Do not rely on sys.executable being accurate. (#1049)
  • slightly demystify the relationship between platforms and interpreters in the library API and CLI (#1047)
  • Path filter for PythonInterpreter.iter_candidates. (#1046)
  • Add type hints to util.py and tracer.py (#1044)
  • Add type hints to variables.py and platforms.py (#1042)
  • Add type hints to the remaining tests (#1040)
  • Add type hints to most tests (#1036)
  • Use MyPy via type comments (#1032)

pex 2.1.16


2.1.16

This release fixes a bug in sys.path scrubbing / hermeticity (#1025) and a bug in the -D / --sources-directory and -R / --resources-directory options whereby PEP-420 implicit (namespace) packages were not respected (#1021).

  • Improve UnsatisfiableInterpreterConstraintsError. (#1028)
  • Scrub direct sys.path manipulations by .pth files. (#1026)
  • PEX zips now contain directory entries. (#1022)
  • Fix UnsatisfiableInterpreterConstraintsError. (#1024)

pex 2.1.15


2.1.15

A patch release to fix an issue with the --use-first-matching-interpreter flag.

  • Fix --use-first-matching-interpreter at runtime. (#1014)

pex 2.1.14


2.1.14

This release adds the --use-first-matching-interpreter flag, which can speed up performance when building a Pex at the expense of being compatible with fewer interpreters at runtime.

Changelog

Sourced from pex's changelog.

2.1.17

This release fixes a bug in --resolve-local-platforms handling that made it unusable in 2.1.16 (#1043) as well as fixing a long standing file handle leak (#1050) and a bug when running under macOS framework builds of Python (#1009).

2.1.16

This release fixes a bug in sys.path scrubbing / hermeticity (#1025) and a bug in the -D / --sources-directory and -R / --resources-directory options whereby PEP-420 implicit (namespace) packages were not respected (#1021).

2.1.15

A patch release to fix an issue with the --use-first-matching-interpreter flag.

2.1.14

This release adds the --use-first-matching-interpreter flag, which can speed up performance when building a Pex at the expense of being compatible with fewer interpreters at runtime.

2.1.13

The focus of this release is better support of the --platform CLI arg. Platforms are now better documented and can optionally be resolved to local interpreters when possible via --resolve-local-platforms to better support creation of multiplatform PEXes.

Commits
  • 0a29161 Prepare the 2.1.17 release. (#1057)
  • 9549297 Fix --unzip performance regression. (#1056)
  • cbb44f5 Fix resource leak in Pex self-isolation. (#1052)
  • 0a6fa57 Fix use of iter_compatible_interpreters. (#1048)
  • 6b97cfc Do not rely on sys.executable being accurate. (#1049)
  • 0e1d3df slightly demystify the relationship between platforms and interpreters in the...
  • cff4089 Path filter for PythonInterpreter.iter_candidates. (#1046)
  • e67412c Add type hints to util.py and tracer.py (#1044)
  • b921723 Add type hints to variables.py and platforms.py (#1042)
  • aae2a6a Add type hints to the remaining tests (#1040)
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pex](https://github.com/pantsbuild/pex) from 1.6.11 to 2.1.17.
- [Release notes](https://github.com/pantsbuild/pex/releases)
- [Changelog](https://github.com/pantsbuild/pex/blob/master/CHANGES.rst)
- [Commits](pex-tool/pex@v1.6.11...v2.1.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 5, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #194.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/pex-2.1.17 branch October 10, 2020 18:05
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.

0 participants