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.1 #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps plumbum from 1.6.9 to 1.8.1.

Release notes

Sourced from plumbum's releases.

Version 1.8.1

This release moves to using a pyproject.toml based packaging backend (hatchling).

What's Changed

  • local: Accept path-like objects (#627)
  • Move the build backend to hatchling and hatch-vcs. Users should be unaffected. Third-party packaging may need to adapt to the new build system. (#607)

New Contributors

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

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)

... (truncated)

Changelog

Sourced from plumbum's changelog.

1.8.1

  • Accept path-like objects ([#627](https://github.com/tomerfiliba/plumbum/issues/627) <https://github.com/tomerfiliba/plumbum/pull/627>_)
  • Move the build backend to hatchling and hatch-vcs. Users should be unaffected. Third-party packaging may need to adapt to the new build system. ([#607](https://github.com/tomerfiliba/plumbum/issues/607) <https://github.com/tomerfiliba/plumbum/pull/607>_)

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>_)

... (truncated)

Commits
  • 50b4f50 chore: bump changelog for 1.8.1
  • cd9c98c chore(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 (#626)
  • 0eb15d0 feat: accept path-like (pathlib.Path) objects (#627)
  • a89f381 chore(deps): bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 (#625)
  • 7a37695 chore(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#624)
  • 4ea4a2c ci: use Python 3.11 final (#623)
  • 263438e docs: fix date
  • 3f45ecc chore: use hatchling (#607)
  • ef13cbc chore: update news
  • 1003dbf chore: update translations
  • 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.1.
- [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.1)

---
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 Jan 2, 2023
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