python-oauth2client 4.1.3-3 source package in Ubuntu

Changelog

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

  * Add fix-getargspec-to-getfullargspec.patch (Closes: #1026468).
  * Add remove-broken-werkzeug-test.patch, as the test looks like broken with
    latest werkzeug 2.2.2 uploaded to unstable. I don't think it's worth
    investing more time investigating this tests, as the functionality of the
    package seems still ok.

 -- Thomas Goirand <email address hidden>  Fri, 23 Dec 2022 18:11:46 +0100

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 Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauth2client_4.1.3-3.dsc 2.4 KiB c0078522ea4aedaeea1f61ec8b277c15c8ee1cf6844308ea85b058f6d72555d4
python-oauth2client_4.1.3.orig.tar.xz 139.6 KiB 0c9e06e685cf40cd05cc703f1783909c77f94b3e579e8a8f42cef6418d7fc92f
python-oauth2client_4.1.3-3.debian.tar.xz 5.6 KiB 67b707c298321fb4c53807f64a663ca922b1ba23b1705a50bd257ef37967c4f5

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.