pyjwt 1.7.1-ok1 source package in openKylin

Changelog

pyjwt (1.7.1-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
pyjwt_1.7.1.orig.tar.gz 41.0 KiB 8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
pyjwt_1.7.1-ok1.debian.tar.xz 3.1 KiB f5e41396e42ef7ff1b50dbe2b734832eb97001ac9f7b7d9be888d3c38932ec8f
pyjwt_1.7.1-ok1.dsc 2.0 KiB 122ad311c00d1aa0bdc525c8a14a92d7bfb00877c8fb17ab5fa6609ea9cf93b5

View changes file

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.