python-oauthlib 3.2.2-1 source package in Ubuntu
Changelog
python-oauthlib (3.2.2-1) unstable; urgency=medium * New upstream version 3.2.2 * Remove all patches previously taken from upstream included in this release. * debian/control - Add python3-exceptiongroup to Build-Depends. * debian/copyright - Update copyright years. -- Daniele Tricoli <email address hidden> Mon, 09 Jan 2023 02:42:04 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python | |
Lunar | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-oauthlib_3.2.2-1.dsc | 2.2 KiB | 66550591b0eda5efc6f0e6a4925613713f2032fb1e61c1b96b613cdfcc80c873 |
python-oauthlib_3.2.2.orig.tar.gz | 173.2 KiB | 9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918 |
python-oauthlib_3.2.2-1.debian.tar.xz | 4.6 KiB | 11ef3af2057bc294888ee0bd67b2e032956d240489ca3a1097b99ce33c9ea289 |
Available diffs
- diff from 3.2.1-2 to 3.2.2-1 (4.6 KiB)
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.