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.7.2 #77

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2021

Bumps plumbum from 1.6.9 to 1.7.2.

Release notes

Sourced from plumbum's releases.

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.

If you install from the auto-generated tarball for Git releases, you should either use SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} pip install . (where pkgver is the package version, 1.7.0 in this case), or (not recommended) install setuptools_scm before running SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} python setup.py install. PyPI SDists have the version file already, and git checkouts will get the version from git tags.

Changelog

Sourced from plumbum's changelog.

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
  • a9afee4 chore: prepare for 1.7.2 (#572)
  • 71a9887 fix: try to avoid creating temp dirs in the current working directory (#571)
  • a11ba7f chore: intensify warning for eventual removals (#567)
  • 666349e fix: use pywin32 instead of pypiwin32 (#570)
  • fd4f6c5 test: Use threads instead of MP in reverse tunnel test (#568)
  • e9ba3b4 docs: fix changelog
  • 2f66e0b docs: update changelog
  • 6cc4b98 fix: glob characters in local paths (#552)
  • e388030 fix: issue in recent PR plus more testing (#566)
  • e5f1e3e feat: add convenience flag for reverse ssh tunnels (#562)
  • 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.7.2.
- [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.7.2)

---
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 Dec 23, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2022

Superseded by #117.

@dependabot dependabot bot closed this Oct 6, 2022
@dependabot dependabot bot deleted the dependabot/pip/plumbum-1.7.2 branch October 6, 2022 23:09
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