Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plumbum from 1.6.9 to 1.8.0 #117

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps plumbum from 1.6.9 to 1.8.0.

Release notes

Sourced from plumbum's releases.

Version 1.8.0

This is the final release series for Python 3.6.

  • Drop Python 2.7 and 3.5 support, add 3.11 support #573
  • Lots of extended checks and fixes for problems exposed.
  • Color: support NO_COLOR/FORCE_COLOR #575
  • Commands: New iter_lines buffer_size parameter #582
  • Commands: cache remote commands #583
  • SSH: Support reverse tunnels and dynamically allocated ports #608
  • CLI: add Set(..., all_markers={"*", "all"}) and fix support for other separators #619
  • CLI: support future annotations #621
  • Color: fix the ABC #617
  • Exceptions: fix for exception pickling #586
  • Fix for StdinDataRedirection and modifiers #605

New Contributors

Full Changelog: tomerfiliba/plumbum@v1.7.2...v1.8.0

Version 1.7.2

This is the final release for Python 2 and 3.5.

  • Commands: avoid issue mktemp issue on some BSD variants (#571)
  • Better specification of dependency on pywin32( #568)
  • Some DeprecationWarnings changed to FutureWarnings (#567)

Version 1.7.1

  • Paths: glob with local paths no longer expands the existing path too (#552)
  • Paramiko: support reverse tunnels (#562)
  • SSHMachine: support forwarding Unix sockets in .tunnel() (#550)
  • CLI: Support COLOR_GROUP_TITLES (#553)
  • Fix a deprecated in Python 3.10 warning (#563)
  • Extended testing and checking on Python 3.10 and various PyPy versions. Nox is supported for easier new-user development.

Version 1.7.0

  • Commands: support .with_cwd() (#513)
  • Commands: make iter_lines deal with decoding errors during iteration (#525)
  • Commands: fix handling of env-vars passed to plumbum BoundEnvCommands (#513)
  • Commands: fix support for win32 in iter_lines (#500)
  • Paths: fix incorrect __getitem__ method in Path (#506)
  • Paths: Remote path stat had odd OSError (#505)
  • Paths: Fix RemotePath.copy() (#527)
  • Paths: missing __fspath__ added (#498)
  • SSH: better error reporting on SshSession error (#515)
  • Internal: redesigned CI, major cleanup to setuptools distribution, Black formatting, style checking throughout.

... (truncated)

Changelog

Sourced from plumbum's changelog.

1.8.0

  • Drop Python 2.7 and 3.5 support, add 3.11 support ([#573](https://github.com/tomerfiliba/plumbum/issues/573) <https://github.com/tomerfiliba/plumbum/pull/573>_)
  • Lots of extended checks and fixes for problems exposed.
  • Color: support NO_COLOR/FORCE_COLOR ([#575](https://github.com/tomerfiliba/plumbum/issues/575) <https://github.com/tomerfiliba/plumbum/pull/575>_)
  • Commands: New iter_lines buffer_size parameter ([#582](https://github.com/tomerfiliba/plumbum/issues/582) <https://github.com/tomerfiliba/plumbum/pull/582>_)
  • Commands: cache remote commands ([#583](https://github.com/tomerfiliba/plumbum/issues/583) <https://github.com/tomerfiliba/plumbum/pull/583>_)
  • SSH: Support reverse tunnels and dynamically allocated ports ([#608](https://github.com/tomerfiliba/plumbum/issues/608) <https://github.com/tomerfiliba/plumbum/pull/608>_)
  • CLI: add Set(..., all_markers={"*", "all"}) and fix support for other separators ([#619](https://github.com/tomerfiliba/plumbum/issues/619) <https://github.com/tomerfiliba/plumbum/pull/619>_)
  • CLI: support future annotations ([#621](https://github.com/tomerfiliba/plumbum/issues/621) <https://github.com/tomerfiliba/plumbum/pull/621>_)
  • Color: fix the ABC ([#617](https://github.com/tomerfiliba/plumbum/issues/617) <https://github.com/tomerfiliba/plumbum/pull/617>_)
  • Exceptions: fix for exception pickling ([#586](https://github.com/tomerfiliba/plumbum/issues/586) <https://github.com/tomerfiliba/plumbum/pull/586>_)
  • Fix for StdinDataRedirection and modifiers ([#605](https://github.com/tomerfiliba/plumbum/issues/605) <https://github.com/tomerfiliba/plumbum/pull/605>_)

1.7.2

  • Commands: avoid issue mktemp issue on some BSD variants ([#571](https://github.com/tomerfiliba/plumbum/issues/571) <https://github.com/tomerfiliba/plumbum/pull/571>_)
  • Better specification of dependency on pywin32 ([#568](https://github.com/tomerfiliba/plumbum/issues/568) <https://github.com/tomerfiliba/plumbum/pull/568>_)
  • Some DeprecationWarnings changed to FutureWarnings ([#567](https://github.com/tomerfiliba/plumbum/issues/567) <https://github.com/tomerfiliba/plumbum/pull/567>_)

1.7.1

  • Paths: glob with local paths no longer expands the existing path too ([#552](https://github.com/tomerfiliba/plumbum/issues/552) <https://github.com/tomerfiliba/plumbum/pull/552>_)
  • Paramiko: support reverse tunnels ([#562](https://github.com/tomerfiliba/plumbum/issues/562) <https://github.com/tomerfiliba/plumbum/pull/562>_)
  • SSHMachine: support forwarding Unix sockets in .tunnel() ([#550](https://github.com/tomerfiliba/plumbum/issues/550) <https://github.com/tomerfiliba/plumbum/pull/550>_)
  • CLI: Support COLOR_GROUP_TITLES ([#553](https://github.com/tomerfiliba/plumbum/issues/553) <https://github.com/tomerfiliba/plumbum/pull/553>_)
  • Fix a deprecated in Python 3.10 warning ([#563](https://github.com/tomerfiliba/plumbum/issues/563) <https://github.com/tomerfiliba/plumbum/pull/563>_)
  • Extended testing and checking on Python 3.10 and various PyPy versions. Nox is supported for easier new-user development.

1.7.0

  • Commands: support .with_cwd() ([#513](https://github.com/tomerfiliba/plumbum/issues/513) <https://github.com/tomerfiliba/plumbum/pull/513>_)
  • Commands: make iter_lines deal with decoding errors during iteration ([#525](https://github.com/tomerfiliba/plumbum/issues/525) <https://github.com/tomerfiliba/plumbum/pull/525>_)
  • Commands: fix handling of env-vars passed to plumbum BoundEnvCommands ([#513](https://github.com/tomerfiliba/plumbum/issues/513) <https://github.com/tomerfiliba/plumbum/pull/513>_)
  • Commands: fix support for win32 in iter_lines ([#500](https://github.com/tomerfiliba/plumbum/issues/500) <https://github.com/tomerfiliba/plumbum/pull/500>_)
  • Paths: fix incorrect __getitem__ method in Path ([#506](https://github.com/tomerfiliba/plumbum/issues/506) <https://github.com/tomerfiliba/plumbum/pull/506>_)
  • Paths: Remote path stat had odd OSError ([#505](https://github.com/tomerfiliba/plumbum/issues/505) <https://github.com/tomerfiliba/plumbum/pull/505>_)
  • Paths: Fix RemotePath.copy() ([#527](https://github.com/tomerfiliba/plumbum/issues/527) <https://github.com/tomerfiliba/plumbum/pull/527>_)
  • Paths: missing __fspath__ added ([#498](https://github.com/tomerfiliba/plumbum/issues/498) <https://github.com/tomerfiliba/plumbum/pull/498>_)
  • SSH: better error reporting on SshSession error ([#515](https://github.com/tomerfiliba/plumbum/issues/515) <https://github.com/tomerfiliba/plumbum/pull/515>_)
  • Internal: redesigned CI, major cleanup to setuptools distribution, Black formatting, style checking throughout.
Commits
  • 1003dbf chore: update translations
  • 7ff7996 chore: changelog bump for 1.8.0
  • 7116070 ci: add testing for 3.11 (#620)
  • 7a96100 fix: support future annotations (#621)
  • da87b67 feat: add all_markers to Set (#619)
  • 0d8afef chore: minor cleanups from reverb (#618)
  • 42d661d fix: abc & a few style issues (#617)
  • c80c64b feat: support SSH tunnels with dynamic free port allocation (#608)
  • e34d9e1 chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#615)
  • 70380dd chore(deps): bump actions/upload-artifact from 2 to 3 (#610)
  • 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.


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 [plumbum](https://github.com/tomerfiliba/plumbum) from 1.6.9 to 1.8.0.
- [Release notes](https://github.com/tomerfiliba/plumbum/releases)
- [Changelog](https://github.com/tomerfiliba/plumbum/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba/plumbum@v1.6.9...v1.8.0)

---
updated-dependencies:
- dependency-name: plumbum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2023

Superseded by #128.

@dependabot dependabot bot closed this Jan 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/plumbum-1.8.0 branch January 2, 2023 23:03
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