python-oauth2client 2.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Ran wrap-and-sort -t -a.
  * Move package to PKG OpenStack:
    - Updated VCS URLs.
    - Update maintainer field.
    - Using git tag workflow and fixed debian/gbp.conf accordingly.
  * Updated (build-)depends.
  * Running unit tests with nose (and added needed build-depends-indep).
  * Standards-Version: 3.9.7 (no change).
  * Fixed debian/copyright ordering.

 -- Thomas Goirand <email address hidden>  Tue, 22 Mar 2016 10:01:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauth2client_2.0.1-1.dsc 2.8 KiB 6064f08845dc70187c8ca45b43afb59a6b32068ac2ee73ef0fd695d2a3169519
python-oauth2client_2.0.1.orig.tar.xz 115.5 KiB 03570c6c9f20cdd98525f681152cad2c60c0deadfbc1d086bb03fc74926560d5
python-oauth2client_2.0.1-1.debian.tar.xz 3.4 KiB 82cdad9c201263a7473d421cc713c58553551b94ab7eceb53d027b941ff88d58

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.