diff options
author | kleink <kleink@pkgsrc.org> | 2013-07-09 16:49:16 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-07-09 16:49:16 +0000 |
commit | b19b136cc7180480c7632406788f8554839a2576 (patch) | |
tree | e427860a042f2a45386de4c9189eee32d20cd7b7 /security | |
parent | cb9c164c715352f2574ef29dc218150aef5b7014 (diff) | |
download | pkgsrc-b19b136cc7180480c7632406788f8554839a2576.tar.gz |
Update py-itsdangerous to 0.22.
Version 0.22
~~~~~~~~~~~~
- Added support for `TimedJSONWebSignatureSerializer`.
- made it possible to override the signature verification function
to allow implementing asymmetrical algorithms.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-itsdangerous/Makefile | 4 | ||||
-rw-r--r-- | security/py-itsdangerous/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile index 4232bc4007d..8122e512fdc 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/06/14 09:41:01 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2013/07/09 16:49:16 kleink Exp $ -DISTNAME= itsdangerous-0.21 +DISTNAME= itsdangerous-0.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= http://pypi.python.org/packages/source/i/itsdangerous/ diff --git a/security/py-itsdangerous/distinfo b/security/py-itsdangerous/distinfo index 5c69fae2844..0047e738b80 100644 --- a/security/py-itsdangerous/distinfo +++ b/security/py-itsdangerous/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/06/14 09:41:01 kleink Exp $ +$NetBSD: distinfo,v 1.2 2013/07/09 16:49:16 kleink Exp $ -SHA1 (itsdangerous-0.21.tar.gz) = 683391f0331a65ab762d2561a25b852692dbd14c -RMD160 (itsdangerous-0.21.tar.gz) = 09a1003cc07e3a3d9b764e58c692ed609f2bb241 -Size (itsdangerous-0.21.tar.gz) = 8595 bytes +SHA1 (itsdangerous-0.22.tar.gz) = 53fd582d76fda8c722999a2a0ec609e667d1a9e3 +RMD160 (itsdangerous-0.22.tar.gz) = 58b03db1378864fb78d7eca24a7f5fab5b1466bf +Size (itsdangerous-0.22.tar.gz) = 9460 bytes |