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

build(deps): update plumbum requirement from ~=1.7 to ~=1.8 #511

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on plumbum to permit the latest version.

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

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.

1.6.9

... (truncated)

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 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
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Base: 52.23% // Head: 52.32% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (2f6e400) compared to base (14ff152).
Patch has no changes to coverable lines.

❗ Current head 2f6e400 differs from pull request most recent head d1f5ccf. Consider uploading reports for the commit d1f5ccf to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #511      +/-   ##
==========================================
+ Coverage   52.23%   52.32%   +0.08%     
==========================================
  Files         124      124              
  Lines        8304     8207      -97     
  Branches     1025     1012      -13     
==========================================
- Hits         4338     4294      -44     
+ Misses       3789     3731      -58     
- Partials      177      182       +5     
Impacted Files Coverage Δ
benchbuild/projects/test/test.py 53.84% <0.00%> (-6.35%) ⬇️
benchbuild/utils/db.py 60.63% <0.00%> (ø)
benchbuild/experiment.py 81.90% <0.00%> (ø)
benchbuild/source/__init__.py 100.00% <0.00%> (ø)
benchbuild/projects/gentoo/portage_gen.py 25.58% <0.00%> (ø)
benchbuild/utils/actions.py 55.71% <0.00%> (+1.20%) ⬆️
benchbuild/cli/project.py 54.87% <0.00%> (+1.30%) ⬆️
benchbuild/project.py 60.00% <0.00%> (+2.04%) ⬆️
benchbuild/source/versions.py 66.66% <0.00%> (+4.16%) ⬆️
benchbuild/source/base.py 82.14% <0.00%> (+12.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Updates the requirements on [plumbum](https://github.com/tomerfiliba/plumbum) to permit the latest version.
- [Release notes](https://github.com/tomerfiliba/plumbum/releases)
- [Changelog](https://github.com/tomerfiliba/plumbum/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba/plumbum@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: plumbum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/plumbum-approx-eq-1.8 branch from 2f6e400 to d1f5ccf Compare November 7, 2022 20:59
@simbuerg simbuerg merged commit 3db0124 into master Mar 6, 2023
@simbuerg simbuerg deleted the dependabot/pip/plumbum-approx-eq-1.8 branch March 6, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant