python-oauth2client 4.1.3-1 source package in Ubuntu

Changelog

python-oauth2client (4.1.3-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <email address hidden>  Fri, 26 Mar 2021 18:03:24 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Experimental
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauth2client_4.1.3-1.dsc 2.4 KiB d848690cb43edcfc380f04488d62839718a783bcad9c9d867ed749f29078e106
python-oauth2client_4.1.3.orig.tar.xz 139.6 KiB 0c9e06e685cf40cd05cc703f1783909c77f94b3e579e8a8f42cef6418d7fc92f
python-oauth2client_4.1.3-1.debian.tar.xz 4.7 KiB 71e03806507bb1a24cb9bf028b02d34c11779a4640b303439fb85f7bdf9dc884

Available diffs

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.