python-oauthlib 2.1.0-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ Daniele Tricoli ]
  * New upstream release.
  * Add debian/gbp.conf.
  * Make sure autopkgtests test the installed version of oauthlib.
  * debian/control
    - Update to use my debian.org mail address.
    - Bump Standards-Version to 4.3.0 (no changes needed).
    - Update Description for both python{,3}-oauthlib.
  * debian/copyright
    - Update to use my debian.org mail address.

 -- Daniele Tricoli <email address hidden>  Mon, 31 Dec 2018 19:52:12 +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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_2.1.0-1.dsc 2.5 KiB 49bbc031301778c67de56a158c0b5333d6f809827557539db9d03168daf22849
python-oauthlib_2.1.0.orig.tar.gz 125.8 KiB ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162
python-oauthlib_2.1.0-1.debian.tar.xz 3.8 KiB 3c5f0b84ae3b6592da016f22240e0151a992f72839165fb374c86366fb2138df

Available diffs

No changes file available.

Binary packages built by this source

python-oauthlib: No summary available for python-oauthlib in ubuntu focal.

No description available for python-oauthlib in ubuntu focal.

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.