Skip to content

Commit

Permalink
Updated py-JWT to 1.4.2.
Browse files Browse the repository at this point in the history
[v1.4.2][1.4.2]
-------------------------------------------------------------------------
### Fixed
- A PEM-formatted key encoded as bytes could cause a `TypeError` to be raised [#213][213]

[v1.4.1][1.4.1]
-------------------------------------------------------------------------
### Fixed
- Newer versions of Pytest could not detect warnings properly [#182][182]
- Non-string 'kid' value now raises `InvalidTokenError` [#174][174]
- `jwt.decode(None)` now gracefully fails with `InvalidTokenError` [#183][183]
  • Loading branch information
wiz committed Feb 22, 2017
1 parent 77e05bf commit 817bcb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions textproc/py-JWT/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/11/07 19:04:09 wiz Exp $
# $NetBSD: Makefile,v 1.3 2017/02/22 13:25:56 wiz Exp $

DISTNAME= PyJWT-1.4.0
DISTNAME= PyJWT-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/}
Expand All @@ -11,6 +11,7 @@ COMMENT= JSON Web Token implementation in Python
LICENSE= mit

DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner

Expand Down
10 changes: 5 additions & 5 deletions textproc/py-JWT/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/11/06 10:46:25 wiz Exp $
$NetBSD: distinfo,v 1.2 2017/02/22 13:25:56 wiz Exp $

SHA1 (PyJWT-1.4.0.tar.gz) = 5e8e0d23ccc626b3a37e0bc73799f2d1ad2826a4
RMD160 (PyJWT-1.4.0.tar.gz) = 19491dd595b1fb1ac73bfe9778cc26342cc5cf1d
SHA512 (PyJWT-1.4.0.tar.gz) = 1664864c0566dbeb1e35c977d30e746c844605e1ce90becda8771c4ff8a8dbad911075f5a41f445d405552b2d61bbb1e86011564027f68c6c4fcd332cf704ff1
Size (PyJWT-1.4.0.tar.gz) = 34613 bytes
SHA1 (PyJWT-1.4.2.tar.gz) = de685de2bb762315a7f1d2c83cd68da0230093b1
RMD160 (PyJWT-1.4.2.tar.gz) = 76b4389f21e425eae6dfcc98ef7929e1781ad0e9
SHA512 (PyJWT-1.4.2.tar.gz) = b0387d49fd1d06a8a846c2083160f6fd458c927ffac291fa9b4edbb1ce93d6bcc23e0d5528010aa919d67e1a78b0ce830b711802d6af1d20a1ce4e511bf6b007
Size (PyJWT-1.4.2.tar.gz) = 30486 bytes

0 comments on commit 817bcb1

Please sign in to comment.