pyjwt 2.7.0-ok1 source package in openKylin

Changelog

pyjwt (2.7.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 16:36:06 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyjwt_2.7.0.orig.tar.gz 76.1 KiB bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074
pyjwt_2.7.0-ok1.debian.tar.xz 2.7 KiB 2831d551e3a7792cafd492ac789159fdb2be1e0648cb5985deb81c04a534ebc5
pyjwt_2.7.0-ok1.dsc 2.0 KiB 04f98a18a77b29bfcedb4644c3445ea58c0b2e433638fb9bf89d192cf0f50d72

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.