python-oauth2client 4.1.2-3 source package in Ubuntu

Changelog

python-oauth2client (4.1.2-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Thomas Goirand ]
  * Add missin dh-python build-depends.
  * Standards-Version is now 4.1.3.

 -- Thomas Goirand <email address hidden>  Mon, 02 Apr 2018 19:43:56 +0200

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauth2client_4.1.2-3.dsc 2.9 KiB ee299cf73ffdc54a7048a59209de583bf85ca465968e20c334ddf574464c7281
python-oauth2client_4.1.2.orig.tar.xz 138.7 KiB 7e4d5c749e3dff474866178eef4aa4306595addd3f6bf653ff0325b918a402ee
python-oauth2client_4.1.2-3.debian.tar.xz 4.0 KiB 364c8a33d9d2d1ef828fdd1599692823e5eb1be17b7c68be09355fa3daa19580

Available diffs

No changes file available.

Binary packages built by this source

python-oauth2client: OAuth 2.0 client library - Python 2.7

 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 2.7 module.

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.