pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-sh: update to 1.12.10:
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Mar 8 12:56:20 2017 +0100
Changeset: 9f8300f18f06c49fd867510032973c431218a126
Modified Files:
TODO
py-sh/Makefile
py-sh/distinfo
Added Files:
py-sh/log
Log Message:
py-sh: update to 1.12.10:
* 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)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f8300f18f06c49fd867510032973c431218a126
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 ++++----
py-sh/log | 4 ++++
4 files changed, 9 insertions(+), 6 deletions(-)
diffs:
diff --git a/TODO b/TODO
index 5f6c038acd..ffb48ac289 100644
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/py-sh/Makefile b/py-sh/Makefile
index f881fe2520..13b0d5deda 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.9
+DISTNAME= sh-1.12.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sh/}
diff --git a/py-sh/distinfo b/py-sh/distinfo
index 61980227ab..67b465d97a 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.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
diff --git a/py-sh/log b/py-sh/log
new file mode 100644
index 0000000000..27f12ac87d
--- /dev/null
+++ b/py-sh/log
@@ -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)
Home |
Main Index |
Thread Index |
Old Index