python-oauthlib 3.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.1.0 (Closes: #919533)
  * Use python-pytest for testing as upstream.
  * debian/control
    - Bump compat version to 12.
    - Specify Rules-Requires-Root: no.
  * debian/copyright
    - Update copyright years.

 -- Daniele Tricoli <email address hidden>  Sun, 27 Oct 2019 20:22:14 +0100

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_3.1.0-1.dsc 2.2 KiB 4b27164ac12ae193f87318ad3de671932ffa411d94d0b1a669f9ffba8d832b09
python-oauthlib_3.1.0.orig.tar.gz 151.7 KiB bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
python-oauthlib_3.1.0-1.debian.tar.xz 3.8 KiB 0c1c2bd4f2675833c84a9c63755f00557a7f7f927b78979de651f0bc01b5f971

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.