diff options
author | kleink <kleink@pkgsrc.org> | 2014-04-03 08:40:28 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2014-04-03 08:40:28 +0000 |
commit | 1ab2bd4b2c5b3f4f1b9d98ef0aec5da5f53fcc1d (patch) | |
tree | 3bfb5e205d4464355036f7e079b1eec2f9007104 | |
parent | 2efcb1302850deaa78c6b59c82be8e1f27a5d182 (diff) | |
download | pkgsrc-1ab2bd4b2c5b3f4f1b9d98ef0aec5da5f53fcc1d.tar.gz |
Update py-itsdangerous to 0.24.
Version 0.24
~~~~~~~~~~~~
- Added a `BadHeader` exception that is used for bad headers
that replaces the old `BadPayload` exception that was reused
in those cases.
-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 1276bb188c2..9f0dfc17d19 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/04/03 08:40:28 kleink Exp $ -DISTNAME= itsdangerous-0.23 +DISTNAME= itsdangerous-0.24 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 8f1e13293e7..d278835dfb7 100644 --- a/security/py-itsdangerous/distinfo +++ b/security/py-itsdangerous/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/08/12 18:17:22 kleink Exp $ +$NetBSD: distinfo,v 1.4 2014/04/03 08:40:28 kleink Exp $ -SHA1 (itsdangerous-0.23.tar.gz) = 2bf6bf635245c278c14cbac39974adac4ff1460a -RMD160 (itsdangerous-0.23.tar.gz) = 1c48dae4294d52f32d26eb9270affba24c109d8b -Size (itsdangerous-0.23.tar.gz) = 46176 bytes +SHA1 (itsdangerous-0.24.tar.gz) = 0a6ae9c20cd72e89d75314ebc7b0f390f93e6a0d +RMD160 (itsdangerous-0.24.tar.gz) = 870c1cef9d39c74f2d376be07b50d0e11f343018 +Size (itsdangerous-0.24.tar.gz) = 46541 bytes |