Skip to content

Commit

Permalink
py-sh: update to 1.12.10:
Browse files Browse the repository at this point in the history
*   bugfix for file descriptors over 1024 [#356](amoffat/sh#356)
*   bugfix when `_err_to_out` is True and `_out` is pipe or tty [#365](amoffat/sh#365)
  • Loading branch information
0-wiz-0 committed Mar 8, 2017
1 parent 1665447 commit 9f8300f
Show file tree
Hide file tree
Showing 4 changed files with 9 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-bitstring-3.1.3
o py-kivy-1.9.1
o py-rpyc-3.2.1
o py-sh-1.12.10
o py-smop-0.29
o py-zeitgeist-0.9.16
o qmc2-0.59
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.9
DISTNAME= sh-1.12.10
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.9.tar.gz) = aaa1449c50048c47c385fc12714813503dd387f5
RMD160 (sh-1.12.9.tar.gz) = 8b474b7bd4f38ef1107df47e191a525e2d5e27fd
SHA512 (sh-1.12.9.tar.gz) = 378ebfe148de6d1fb0f6488a42a39570f1fde6bb2d3ce40cbe29a6920e102f4c31d38a686663e52b2968099d85a0b5867e112c5d53ca0a4527a2f2bc9e607d35
Size (sh-1.12.9.tar.gz) = 54077 bytes
SHA1 (sh-1.12.10.tar.gz) = 8d664551c2e7e75728823bc0fd97439962b34c13
RMD160 (sh-1.12.10.tar.gz) = 46c7771e81008fd6d766d2af469db0f3dbbf0e0c
SHA512 (sh-1.12.10.tar.gz) = 52d000e0c2fbd5cd5a81a47856cafb35d697e33396f0bfca5e714a74d6211c3d7f6e792881224e64a186286b9f1256563cb29f1e84e15068fcaeb2afffa1d72c
Size (sh-1.12.10.tar.gz) = 55770 bytes
4 changes: 4 additions & 0 deletions py-sh/log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.12.10 - 3/02/17

* bugfix for file descriptors over 1024 [#356](https://github.com/amoffat/sh/issues/356)
* bugfix when `_err_to_out` is True and `_out` is pipe or tty [#365](https://github.com/amoffat/sh/issues/365)

0 comments on commit 9f8300f

Please sign in to comment.