pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-sh: update to 1.12.14.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jun 19 23:12:00 2017 +0200
Changeset:	7b09774105f739b264f466c013f6bdbadc74d514

Modified Files:
	TODO
	py-sh/Makefile
	py-sh/distinfo

Log Message:
py-sh: update to 1.12.14.

*   bugfix for poor sleep performance [#378](https://github.com/amoffat/sh/issues/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](https://github.com/amoffat/sh/issues/384)
*   bugfix where python 3.3+ detected different arg counts for bound method output callbacks [#380](https://github.com/amoffat/sh/issues/380)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b09774105f739b264f466c013f6bdbadc74d514

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO           | 1 -
 py-sh/Makefile | 2 +-
 py-sh/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/TODO b/TODO
index a35d06d0fa..a52dea59a3 100644
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/py-sh/Makefile b/py-sh/Makefile
index d78c41fb8b..e8877d028f 100644
--- a/py-sh/Makefile
+++ b/py-sh/Makefile
@@ -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/}
diff --git a/py-sh/distinfo b/py-sh/distinfo
index c6d51f4d2b..07b2f40a9e 100644
--- a/py-sh/distinfo
+++ b/py-sh/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index