python-oauth2client 3.0.0-1 source package in Ubuntu

Changelog

python-oauth2client (3.0.0-1) unstable; urgency=medium

  * New upstream release (Closes: #834676).
  * Fixed django_util.settings path when running tests.
  * Using @unittest2.skip in patch instead of @unittest.skip.
  * Added python{3,}-{fasteners,sqlalchemy} as build-depends.
  * Do not allow Py3 tests to fail.

 -- Thomas Goirand <email address hidden>  Thu, 18 Aug 2016 15:26:51 +0000

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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauth2client_3.0.0-1.dsc 2.9 KiB bf26c3dc7a056e3cc3418f64610a5fd10f31d23822d945212684a43ef1c69953
python-oauth2client_3.0.0.orig.tar.xz 135.2 KiB 7d4533d29d3be60821313cdbe72e165e59be667e5f82a3470b2df47736600d4c
python-oauth2client_3.0.0-1.debian.tar.xz 3.7 KiB d7f898136c833317f9e404e8c79b1c91813dff3add00337e8220ab405eed537e

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.