python-oauthlib 3.1.1-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Daniele Tricoli ]
  * New upstream version 3.1.1
  * Enable Salsa pipeline.
  * debian/control
    - Bump debhelper compat version to 13.
    - Bump Standards-Version to 4.6.0, no changes required.
  * debian/copyright
    - Update copyright years.
  * debian/patches/0001-Use-unittest.mock-instead-of-external-mock.patch
    - Drop since it was backported from upstream and it's included in this
      release.
  * debian/watch
    - Bump debian/watch to version 4.

 -- Daniele Tricoli <email address hidden>  Wed, 25 Aug 2021 16:51:46 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_3.1.1-1.dsc 2.2 KiB ca9b5caba4e6a3bba8f099136f9d38a9bec94fbd5db3f3c88c2ca6d25bcf92b5
python-oauthlib_3.1.1.orig.tar.gz 157.6 KiB 8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3
python-oauthlib_3.1.1-1.debian.tar.xz 4.2 KiB 00bee05ed956366c2d240a3e02c885e4e7356b7ae741dd0e7dba868c604e887b

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.