forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |