python-oauthlib 3.1.0-2 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Daniele Tricoli ]
  * Add upstream patch to use unittest.mock instead of external mock.
    Thanks to Ondřej Nový for the report. (Closes: #962937)
  * Remove python3-mock dependency.
  * Fix lintian runtime-test-file-uses-installed-python-versions.

 -- Daniele Tricoli <email address hidden>  Wed, 17 Jun 2020 02:52: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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.1.0-2.dsc 2.2 KiB afb980138fc67eb77a45fe02c18d823538b429fa1c6528bf071f88c9054ff5f8
python-oauthlib_3.1.0.orig.tar.gz 151.7 KiB bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
python-oauthlib_3.1.0-2.debian.tar.xz 6.4 KiB d7372da85a891fdb90df43c266042fc2153eba1cc7f3d20df014f11121e7af66

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.