Skip to content

Commit

Permalink
py-sh: update to 1.12.14.
Browse files Browse the repository at this point in the history
*   bugfix for poor sleep performance [#378](amoffat/sh#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](amoffat/sh#384)
*   bugfix where python 3.3+ detected different arg counts for bound method output callbacks [#380](amoffat/sh#380)
  • Loading branch information
0-wiz-0 committed Jun 19, 2017
1 parent 17bd630 commit 7b09774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Suggested package updates
o py-kivy-1.9.1
o py-pygit2-0.25.1
o py-rpyc-3.2.1
o py-sh-1.12.14
o py-smmap2-2.0.3
o py-smop-0.29
o py-zeitgeist-0.9.16
Expand Down
2 changes: 1 addition & 1 deletion py-sh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2014/05/09 07:38:49 thomasklausner Exp $

DISTNAME= sh-1.12.13
DISTNAME= sh-1.12.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sh/}
Expand Down
8 changes: 4 additions & 4 deletions py-sh/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2011/03/23 10:21:01 jihbed Exp $

SHA1 (sh-1.12.13.tar.gz) = 331481879ea93d0cad9574ea8539cc6693c6f006
RMD160 (sh-1.12.13.tar.gz) = b66d7a3f4c39a1875d89f4c4a21ccee89d17597f
SHA512 (sh-1.12.13.tar.gz) = 9ccceb64c455361e40985bc15651861a8d86fad8e674195aa493306e54ed194c55e98c0a8c6ee3ba9a3020b3e3ad069d26c9c1da950de52581979575b7c008e5
Size (sh-1.12.13.tar.gz) = 56351 bytes
SHA1 (sh-1.12.14.tar.gz) = aafac521b3f38089169f38135ad5533acfb8eae7
RMD160 (sh-1.12.14.tar.gz) = 49b53f06797959c42b339885ff47473cb3d801a5
SHA512 (sh-1.12.14.tar.gz) = 5f2daa2666cf8efe90ba550c8ea5875f2a8812d787597c9d9b933f58feccd192e1ec0ab5695b756bdbfbf9748d106c2045be20838e680b31dac3f778970b5786
Size (sh-1.12.14.tar.gz) = 56861 bytes

0 comments on commit 7b09774

Please sign in to comment.