pyjwt 2.7.0-1 source package in Ubuntu
Changelog
pyjwt (2.7.0-1) unstable; urgency=medium * New upstream version 2.7.0 * debian/control - Bump Standards-Version to 4.6.2, no changes needed. - Build with pybuild-plugin-pyproject. -- Daniele Tricoli <email address hidden> Thu, 15 Jun 2023 05:07:16 +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 | |
---|---|---|---|---|
Mantic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyjwt_2.7.0-1.dsc | 2.2 KiB | d1cc8a65f8e2f3e8a893eb5e4323ad89ea5a89486a1376ac6394b090fc235276 |
pyjwt_2.7.0.orig.tar.gz | 76.1 KiB | bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074 |
pyjwt_2.7.0-1.debian.tar.xz | 4.4 KiB | 4b060e961cd9ba9c784da4dff70460d8e150973a872efe852d0943bc959b79fb |
Available diffs
- diff from 2.6.0-1 to 2.7.0-1 (22.9 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.