pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-click



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 16 09:23:56 UTC 2017

Modified Files:
        pkgsrc/devel/py-click: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-click/distinfo

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

Modified files:

Index: pkgsrc/devel/py-click/Makefile
diff -u pkgsrc/devel/py-click/Makefile:1.10 pkgsrc/devel/py-click/Makefile:1.11
--- pkgsrc/devel/py-click/Makefile:1.10 Wed Apr 13 17:58:32 2016
+++ pkgsrc/devel/py-click/Makefile      Mon Jan 16 09:23:56 2017
@@ -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/}

Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.11 pkgsrc/devel/py-click/distinfo:1.12
--- pkgsrc/devel/py-click/distinfo:1.11 Wed Apr 13 17:58:32 2016
+++ pkgsrc/devel/py-click/distinfo      Mon Jan 16 09:23:56 2017
@@ -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