python-oauthlib 3.2.0-1 source package in Ubuntu

Changelog

python-oauthlib (3.2.0-1) unstable; urgency=medium

  * New upstream version 3.2.0. (Closes: #1005931)
  * debian/copyright
    - Update copyright years.

 -- Daniele Tricoli <email address hidden>  Fri, 18 Feb 2022 02:46:03 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.2.0-1.dsc 2.2 KiB 59cae51763066310043978e1390af3432c1059fd508b9f508ba564851dda247a
python-oauthlib_3.2.0.orig.tar.gz 160.0 KiB 23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2
python-oauthlib_3.2.0-1.debian.tar.xz 4.3 KiB 28a4d23c63ad584470dc08f7a2c2b78d056d4b05585df5108da626745c426758

Available diffs

No changes file available.

Binary packages built by this source

python3-oauthlib: generic, spec-compliant implementation of OAuth for Python3

 OAuthLib is a generic utility which implements the logic of OAuth without
 assuming a specific HTTP request object. It can be used to graft OAuth support
 onto HTTP libraries.
 .
 OAuth 1 is fully supported per the RFC for both clients and providers.
 .
 OAuth 2 client and provider support for:
 .
   - Authorization Code Grant
   - Implicit Grant
   - Client Credentials Grant
   - Resource Owner Password Credentials Grant
   - Refresh Tokens
   - Bearer Tokens
   - Draft MAC tokens
   - Token Revocation
   - OpenID Connect Authentication
 .
 This package contains the Python 3 version of the library.