pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-click Updated py-click to 6.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/831ff562d289
branches:  trunk
changeset: 357176:831ff562d289
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 16 09:23:56 2017 +0000

description:
Updated py-click to 6.7.

Version 6.7
-----------

(bugfix release; released on January 6th 2017)

- Make `click.progressbar` work with `codecs.open` files. See #637.
- Fix bug in bash completion with nested subcommands. See #639.
- Fix test runner not saving caller env correctly. See #644.
- Fix handling of SIGPIPE. See #626
- Deal with broken Windows environments such as Google App Engine's. See #711.

diffstat:

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

diffs (27 lines):

diff -r c85ef49d7bdc -r 831ff562d289 devel/py-click/Makefile
--- a/devel/py-click/Makefile   Mon Jan 16 09:22:19 2017 +0000
+++ b/devel/py-click/Makefile   Mon Jan 16 09:23:56 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/04/13 17:58:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/16 09:23:56 wiz Exp $
 
-DISTNAME=      click-6.6
+DISTNAME=      click-6.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/click/}
diff -r c85ef49d7bdc -r 831ff562d289 devel/py-click/distinfo
--- a/devel/py-click/distinfo   Mon Jan 16 09:22:19 2017 +0000
+++ b/devel/py-click/distinfo   Mon Jan 16 09:23:56 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/04/13 17:58:32 wiz Exp $
+$NetBSD: distinfo,v 1.12 2017/01/16 09:23:56 wiz Exp $
 
-SHA1 (click-6.6.tar.gz) = 46ad5b97b5c1899c37e11b652f8f52f5f0b29aef
-RMD160 (click-6.6.tar.gz) = 7add6592768045a87ab5fb2673116e437f5425ad
-SHA512 (click-6.6.tar.gz) = 5650cfe6c8b55a7e823e22248964143278d61383dac63497508a864807f1950f9dd5d76ce6a501e589dd81fed6e2a1248d3f8973be25a91950896b7408dc88bc
-Size (click-6.6.tar.gz) = 283420 bytes
+SHA1 (click-6.7.tar.gz) = c16e7cb561a40c385ae8d1a50528e549cc1d8e94
+RMD160 (click-6.7.tar.gz) = 7c476ae1c5b84021c14532d7cc932bf8867cc0b0
+SHA512 (click-6.7.tar.gz) = d454369fe1acb01c2210a61e15f45ac9cc77102c93345257f4ef3090bd8f31f1ccc49d9fd6ea670cddca9f715ad5db29368b4eecd95abff50d1033c4f7a967d6
+Size (click-6.7.tar.gz) = 279019 bytes



Home | Main Index | Thread Index | Old Index