python-oauth2client 4.1.2-5 source package in Ubuntu
Changelog
python-oauth2client (4.1.2-5) unstable; urgency=medium * Add fix-hmac.new-call-in-py3.8.patch (Closes: #950051). -- Thomas Goirand <email address hidden> Mon, 10 Feb 2020 13:21:09 +0100
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-oauth2client_4.1.2-5.dsc | 2.5 KiB | ee7c04f7aa603f67ca53e378f0c57fe726d468a34e139bee328765204994bd39 |
python-oauth2client_4.1.2.orig.tar.xz | 138.7 KiB | 7e4d5c749e3dff474866178eef4aa4306595addd3f6bf653ff0325b918a402ee |
python-oauth2client_4.1.2-5.debian.tar.xz | 4.4 KiB | a77191844943f4bfdb1d76d6d9dba06651896fa44a2c1d8089dcb2b0b85f5ded |
Available diffs
- diff from 4.1.2-4 to 4.1.2-5 (1.2 KiB)
No changes file available.
Binary packages built by this source
- python3-oauth2client: OAuth 2.0 client library - Python 3.x
The oauth2client is a client library for OAuth 2.0.
.
OAuth is an open standard for authorization. OAuth provides a method for
clients to access server resources on behalf of a resource owner (such as a
different client or an end-user). It also provides a process for end-users to
authorize third-party access to their server resources without sharing their
credentials (typically, a username and password pair), using user-agent
redirections.
.
OAuth is a service that is complementary to, and therefore distinct from,
OpenID. OAuth is also distinct from OATH, which is a reference architecture
for authentication (i.e. not a standard).
.
This package provides the Python 3.x module.