pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-sh py-sh: updated to 1.14.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2da3b1a0a81b
branches:  trunk
changeset: 441692:2da3b1a0a81b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 09 12:15:15 2020 +0000

description:
py-sh: updated to 1.14.1

1.14.1:
* bugfix where setting `_ok_code` to not include 0, but 0 was the exit code

1.14.0:
* `_env` now more lenient in accepting dictionary-like objects
* `None` and `False` arguments now do not pass through to underlying command
* Implemented `find_spec` on the fancy importer, which fixes some Python3.4+

diffstat:

 sysutils/py-sh/Makefile |   4 ++--
 sysutils/py-sh/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c63f90be0075 -r 2da3b1a0a81b sysutils/py-sh/Makefile
--- a/sysutils/py-sh/Makefile   Mon Nov 09 12:04:11 2020 +0000
+++ b/sysutils/py-sh/Makefile   Mon Nov 09 12:15:15 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/04 15:36:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/09 12:15:15 adam Exp $
 
-DISTNAME=      sh-1.13.1
+DISTNAME=      sh-1.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sh/}
diff -r c63f90be0075 -r 2da3b1a0a81b sysutils/py-sh/distinfo
--- a/sysutils/py-sh/distinfo   Mon Nov 09 12:04:11 2020 +0000
+++ b/sysutils/py-sh/distinfo   Mon Nov 09 12:15:15 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/05/04 15:36:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/11/09 12:15:15 adam Exp $
 
-SHA1 (sh-1.13.1.tar.gz) = 1528fcd0efc4c83a70ab82a5161faf9621b2ad59
-RMD160 (sh-1.13.1.tar.gz) = 347c2ca669cbdd9356fae239ed3c9e27b693997a
-SHA512 (sh-1.13.1.tar.gz) = 2d5a275abe3b7f1f1d26a97dd03bcbd6e2e05d1c75f26d5a629fead230d2fb2acd368b5473255526ba53c8fea4031112f272d917e820e294e49be9bbeb5d2116
-Size (sh-1.13.1.tar.gz) = 62768 bytes
+SHA1 (sh-1.14.1.tar.gz) = ee3c6f8842fc7ae9010e429856c36308a1a17ec8
+RMD160 (sh-1.14.1.tar.gz) = c7ccba3d3885f6a88e28f32cb084a8479b874d94
+SHA512 (sh-1.14.1.tar.gz) = 9a4d9b841e81ae465b036f3fbf5e8ca277b090ffada660b17e9c2c457e09f7dbb0038b687fc0c0f4a6d575a55deb451c572a60f92f8c8d18ea65d6d902abb9b4
+Size (sh-1.14.1.tar.gz) = 63317 bytes



Home | Main Index | Thread Index | Old Index