Sun Aug 31 21:38:48 2014 UTC ()
Update to 3.2:

Version 3.2
-----------

(bugfix release, released on August 22nd 2014)

- Added missing `err` parameter forwarding to the `secho` function.
- Fixed default parameters not being handled properly by the context
  invoke method.  This is a backwards incompatible change if the function
  was used improperly.  See :ref:`upgrade-to-3.2` for more information.
- Removed the `invoked_subcommands` attribute largely.  It is not possible
  to provide it to work error free due to how the parsing works so this
  API has been deprecated.  See :ref:`upgrade-to-3.2` for more information.
- Restored the functionality of `invoked_subcommand` which was broken as
  a regression in 3.1.


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/py-click/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-click/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-click/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-click/Makefile 2014/08/18 11:00:58 1.1
+++ pkgsrc/devel/py-click/Makefile 2014/08/31 21:38:48 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2014/08/18 11:00:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2014/08/31 21:38:48 wiz Exp $
2 2
3DISTNAME= click-3.1 3DISTNAME= click-3.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://pypi.python.org/packages/source/c/click/ 6MASTER_SITES= https://pypi.python.org/packages/source/c/click/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/click 9HOMEPAGE= https://pypi.python.org/pypi/click
10COMMENT= Simple wrapper around optparse for powerful command line utilities 10COMMENT= Simple wrapper around optparse for powerful command line utilities
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-click/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-click/distinfo 2014/08/18 11:00:58 1.1
+++ pkgsrc/devel/py-click/distinfo 2014/08/31 21:38:48 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/08/18 11:00:58 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2014/08/31 21:38:48 wiz Exp $
2 2
3SHA1 (click-3.1.tar.gz) = 0c98437bcdd93be5b010a26a781c06638bc35285 3SHA1 (click-3.2.tar.gz) = a36a8c42c2a3a806494848ceb447afae56b02b45
4RMD160 (click-3.1.tar.gz) = 9685bb617a0bc3af0e87885a6da67e3d8689b084 4RMD160 (click-3.2.tar.gz) = bb0bd01fd2d559d76c79d5ed22f5ac0b304038a4
5Size (click-3.1.tar.gz) = 257906 bytes 5Size (click-3.2.tar.gz) = 259808 bytes