python-oauth2client 4.1.2-4 source package in Ubuntu
Changelog
python-oauth2client (4.1.2-4) unstable; urgency=medium [ Ondřej Nový ] * d/control: Use <email address hidden> as maintainer * Use debhelper-compat instead of debian/compat. [ Thomas Goirand ] * Removed Python 2 support. -- Thomas Goirand <email address hidden> Tue, 13 Aug 2019 21:54:51 +0200
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-oauth2client_4.1.2-4.dsc | 2.5 KiB | 602f74f95d0b197007f2fc089e64b5a6d18fe3ce6386ad9b5edb71de30416999 |
python-oauth2client_4.1.2.orig.tar.xz | 138.7 KiB | 7e4d5c749e3dff474866178eef4aa4306595addd3f6bf653ff0325b918a402ee |
python-oauth2client_4.1.2-4.debian.tar.xz | 3.9 KiB | baa92f4ad592b7fa7c68b8d8dcb535d0541a0262f336dd258a6c164259b249c2 |
Available diffs
- diff from 4.1.2-3 to 4.1.2-4 (2.0 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.