pyjwt 1.7.1-2ubuntu1 source package in Ubuntu

Changelog

pyjwt (1.7.1-2ubuntu1) focal; urgency=medium

  * Restore python2 support, two many Ubuntu only dependencies.
  * Don't test the python2 build, because Python2 test dependencies
    are already removed.

 -- Matthias Klose <email address hidden>  Tue, 07 Jan 2020 18:11:09 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyjwt_1.7.1.orig.tar.gz 41.0 KiB 8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
pyjwt_1.7.1-2ubuntu1.debian.tar.xz 4.6 KiB 229b7a3eb4107a9fd56ff6fe95986a1e1358e26b5d12f0875f3aaad70dbbda8b
pyjwt_1.7.1-2ubuntu1.dsc 2.3 KiB fab59f0d19b6af20f572d41972fb06520065eafae97af502cbca0b969c50d948

View changes file

Binary packages built by this source

python-jwt: No summary available for python-jwt in ubuntu focal.

No description available for python-jwt in ubuntu focal.

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.