python-oauth2client 4.1.3-5 source package in Ubuntu
Changelog
python-oauth2client (4.1.3-5) unstable; urgency=medium * Added extend-diff-ignore (Closes: #1046284). -- Thomas Goirand <email address hidden> Thu, 17 Aug 2023 18:22:35 +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 | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-oauth2client_4.1.3-5.dsc | 2.5 KiB | 068455e00bd2678d57e13a8165361bebcb832f43ce49e67b3e188954c6098eac |
python-oauth2client_4.1.3.orig.tar.xz | 139.6 KiB | 0c9e06e685cf40cd05cc703f1783909c77f94b3e579e8a8f42cef6418d7fc92f |
python-oauth2client_4.1.3-5.debian.tar.xz | 6.1 KiB | 06ca190c9ccc6d66877081811a79b646a8a9dd075a88357f58d33f98b3fbdd64 |
Available diffs
- diff from 4.1.3-4 to 4.1.3-5 (566 bytes)
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.