pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-itsdangerous Update py-itsdangerous to 0.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a503dce3ee87
branches:  trunk
changeset: 621454:a503dce3ee87
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Tue Jul 09 16:49:16 2013 +0000

description:
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:

 security/py-itsdangerous/Makefile |  4 ++--
 security/py-itsdangerous/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ed1801a2ea38 -r a503dce3ee87 security/py-itsdangerous/Makefile
--- a/security/py-itsdangerous/Makefile Tue Jul 09 15:52:32 2013 +0000
+++ b/security/py-itsdangerous/Makefile Tue Jul 09 16:49:16 2013 +0000
@@ -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 -r ed1801a2ea38 -r a503dce3ee87 security/py-itsdangerous/distinfo
--- a/security/py-itsdangerous/distinfo Tue Jul 09 15:52:32 2013 +0000
+++ b/security/py-itsdangerous/distinfo Tue Jul 09 16:49:16 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index