diff options
author | adam <adam@pkgsrc.org> | 2020-04-28 10:59:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-28 10:59:03 +0000 |
commit | 7731bb8a261d5ac0bd35ef2570e5a31cff3dc90c (patch) | |
tree | 0ae0cc00669e9ae842d906ca603123c8846e1b8e /devel | |
parent | dc76c246e96b6d8bfcce7d822f0ab005cc48cae4 (diff) | |
download | pkgsrc-7731bb8a261d5ac0bd35ef2570e5a31cff3dc90c.tar.gz |
py-click: updated to 7.1.2
Version 7.1.2
- Revert applying shell quoting to commands for ``echo_with_pager``
and ``edit``. This was intended to allows spaces in commands, but
caused issues if the string was actually a command and arguments, or
on Windows. Instead, the string must be quoted manually as it should
appear on the command line.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-click/Makefile | 4 | ||||
-rw-r--r-- | devel/py-click/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-click/Makefile b/devel/py-click/Makefile index cea9e286279..72f86c0ec42 100644 --- a/devel/py-click/Makefile +++ b/devel/py-click/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/03/10 08:25:35 adam Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/28 10:59:03 adam Exp $ -DISTNAME= click-7.1.1 +DISTNAME= click-7.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/} diff --git a/devel/py-click/distinfo b/devel/py-click/distinfo index 4ed84f9f8a5..0ef99821c28 100644 --- a/devel/py-click/distinfo +++ b/devel/py-click/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/03/10 08:25:35 adam Exp $ +$NetBSD: distinfo,v 1.15 2020/04/28 10:59:03 adam Exp $ -SHA1 (click-7.1.1.tar.gz) = 6d7abca23ed50f8d4d32948422f30b915e376bf8 -RMD160 (click-7.1.1.tar.gz) = 7384401c63f218ac9ac7b74eda197ecdf5028b0c -SHA512 (click-7.1.1.tar.gz) = 421450e4a3c9baa562ae9f3af602cefe70dfd7273aaa5ea47c7feb4d38b03e5b28c13d5e63a6fc5e7bfc89c9997a60836e79c51397509970726d2b832ced68e6 -Size (click-7.1.1.tar.gz) = 297243 bytes +SHA1 (click-7.1.2.tar.gz) = 1e55974c8a8d75b0733dd40841a1a354ad36ae10 +RMD160 (click-7.1.2.tar.gz) = fdad02d3ace749f9a10f8f33b22bfdc05fcb5f4e +SHA512 (click-7.1.2.tar.gz) = b9fba8a30f57e380a2005b45c4f37074a27637ace9e16fb0fb0cce88aac72cfa806eea2829dac665fe2b558b8753a40b811dbfcca94dfccf999ad494865d7888 +Size (click-7.1.2.tar.gz) = 297279 bytes |