Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps sh from 1.14.2 to 1.14.3.

Changelog

Sourced from sh's changelog.

1.14.3 - 7/17/22

  • bugfix where Command was not aware of default call args when wrapping the module #559

1.14.1 - 10/24/20

  • bugfix where setting _ok_code to not include 0, but 0 was the exit code #545

1.14.0 - 8/28/20

  • _env now more lenient in accepting dictionary-like objects #527
  • None and False arguments now do not pass through to underlying command #525
  • Implemented find_spec on the fancy importer, which fixes some Python3.4+ issues #536

1.13.1 - 4/28/20

  • regression fix if _fg=False #520

1.13.0 - 4/27/20

  • minor Travis CI fixes #492
  • bugfix for boolean long options not respecting _long_prefix #488
  • fix deprecation warning on Python 3.6 regexes #482
  • _pass_fds and _close_fds special kwargs for controlling file descriptor inheritance in child.
  • more efficiently closing inherited fds #406
  • bugfix where passing invalid dictionary to _env will cause a mysterious child 255 exit code. #497
  • bugfix where _in using 0 or sys.stdin wasn't behaving like a TTY, if it was in fact a TTY. #514
  • bugfix where help(sh) raised an exception #455
  • bugfix fixing broken interactive ssh tutorial from docs
  • change to automatic tty merging into a single pty if _tty_in=True and _tty_out=True
  • introducing _unify_ttys, default False, which allows explicit tty merging into single pty
  • contrib command for ssh connections requiring passwords
  • performance fix for polling output too fast when using _iter #462
  • execution contexts can now be used in python shell #466
  • bugfix ErrorReturnCode instances can now be pickled
  • bugfix passing empty string or None for _in hanged #427
  • bugfix where passing a filename or file-like object to _out wasn't using os.dup2 #449
  • regression make _fg work with _cwd again #330
  • an invalid _cwd now raises a ForkException not an OSError.
  • AIX support #477
  • added a timeout=None param to RunningCommand.wait() #515

1.12.14 - 6/6/17

  • bugfix for poor sleep performance #378
  • allow passing raw integer file descriptors for _out and _err handlers
  • bugfix for when _tee and _out are used, and the _out is a tty or pipe #384
  • bugfix where python 3.3+ detected different arg counts for bound method output callbacks #380

1.12.12, 1.12.13 - 3/30/17

  • pypi readme doc bugfix PR#377

1.12.11 - 3/13/17

  • bugfix for relative paths to sh.Command not expanding to absolute paths #372
  • updated for python 3.6

... (truncated)

Commits
  • ff8ed37 Merge pull request #611 from amoffat/develop
  • faa3cef Merge branch 'master' into develop
  • 774555d Merge branch 'develop' of github.com:amoffat/sh into develop
  • 1df3549 set changelog date
  • 664ab57 bump version and copyright
  • 8c47c5e let editor reorganize imports
  • 1242363 more gitignores
  • e0ed8e2 Merge pull request #584 from amoffat/579-make-which-internal
  • 66e9b0f Merge pull request #603 from amoffat/564-fix-deadlock
  • 89154ae Merge pull request #598 from MarSoft/patch-1
  • 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 [sh](https://github.com/amoffat/sh) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/amoffat/sh/releases)
- [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md)
- [Commits](amoffat/sh@1.14.2...1.14.3)

---
updated-dependencies:
- dependency-name: sh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2022
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.

1 participant