pyjwt 1.5.3+ds1-1 source package in Ubuntu
Changelog
pyjwt (1.5.3+ds1-1) unstable; urgency=medium * New upstream release. (Closes: #875951) * Acknowledge NMU. Thanks to Salvatore Bonaccorso. * Remove bytecode from upstream tarball (via Files-Excluded in debian/copyright). * Add debian/NEWS. * Remove shipped edd-info. * Ignore precompiled bytecode. * Rename commandline script to follow upstream naming. * debian/control - Add version constraint on python{,3}-pytest. (Closes: #868755) - Add version constraint on python{,3}-cryptography - Bump Standards-Version to 4.1.0 (no changes needed). - Remove testsuite autopkgtest header since debian/tests/control file exists. * debian/copyright - Update copyright years. -- Daniele Tricoli <email address hidden> Mon, 25 Sep 2017 21:23:43 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyjwt_1.5.3+ds1-1.dsc | 2.5 KiB | 17c1bca780769f8aaa480ca8f5551c185489fab9b8ab8818fe8862abf7e8247b |
pyjwt_1.5.3+ds1.orig.tar.gz | 36.3 KiB | b8befa031516854b607587a72f6d4f86d83c63c2b2e2ee0013142f2912be0fdb |
pyjwt_1.5.3+ds1-1.debian.tar.xz | 4.1 KiB | 50b9e0c83d32754955907855c3a71f626f7c567a795cd58108a560fe07e6c8a8 |
Available diffs
- diff from 1.4.2-1.1 to 1.5.3+ds1-1 (24.5 KiB)
No changes file available.
Binary packages built by this source
- python-jwt: Python implementation of JSON Web Token
PyJWT implements the JSON Web Token draft 01, a way of representing
signed content using JSON data structures.
.
Supported algorithms for cryptographic signing:
.
* HS256 - HMAC using SHA-256 hash algorithm (default)
* HS384 - HMAC using SHA-384 hash algorithm
* HS512 - HMAC using SHA-512 hash algorithm
* RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
algorithm
* RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
algorithm
* RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
algorithm
.
Supported reserved claim names:
- "exp" (Expiration Time) Claim
- python3-jwt: Python 3 implementation of JSON Web Token
PyJWT implements the JSON Web Token draft 01, a way of representing
signed content using JSON data structures.
.
Supported algorithms for cryptographic signing:
.
* HS256 - HMAC using SHA-256 hash algorithm (default)
* HS384 - HMAC using SHA-384 hash algorithm
* HS512 - HMAC using SHA-512 hash algorithm
* RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
algorithm
* RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
algorithm
* RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
algorithm
.
Supported reserved claim names:
- "exp" (Expiration Time) Claim
.
This package contains the Python 3 version of the library.