pyjwt 2.4.0-1 source package in Ubuntu
Changelog
pyjwt (2.4.0-1) unstable; urgency=medium * New upstream version 2.4.0 - Fixes CVE-2022-29217 (Closes: #1011747) * Enable salsa pipelines. * Fix typo on debian/NEWS. * debian/control - Bump Standards-Version to 4.6.1 (no changes needed). * debian/copyright - Update copyright years. -- Daniele Tricoli <email address hidden> Mon, 11 Jul 2022 17:16:24 +0200
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyjwt_2.4.0-1.dsc | 2.1 KiB | ae8563cb8f49a9fb79dd60dd1a4c1015e6e5b9c646accbeabcfad80935dedfcd |
pyjwt_2.4.0.orig.tar.gz | 64.8 KiB | d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba |
pyjwt_2.4.0-1.debian.tar.xz | 4.3 KiB | 6b8427713fb94c84785c0dcb3399a09441049f46f045d559ad354ba9a30eb43a |
Available diffs
- diff from 2.3.0-1 to 2.4.0-1 (10.6 KiB)
No changes file available.
Binary packages built by this source
- 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.