python-oauthlib 2.1.0-2 source package in Ubuntu

Changelog

python-oauthlib (2.1.0-2) unstable; urgency=medium

  * Team upload.
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.
  * Drop Python 2 support (Closes: #937964).

 -- Ondřej Nový <email address hidden>  Mon, 14 Oct 2019 10:42:07 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_2.1.0-2.dsc 2.2 KiB e96a6b26c176c18f89382f73aedbe607b631e716169a73f8c1e536574be3372d
python-oauthlib_2.1.0.orig.tar.gz 125.8 KiB ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162
python-oauthlib_2.1.0-2.debian.tar.xz 3.8 KiB 7f65d116d27fe7bdd0d898ffe23217069d862b5fbafef600a1c7bc33a6fdc495

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.