python-oauth2client 4.1.3-5ubuntu1 source package in Ubuntu

Changelog

python-oauth2client (4.1.3-5ubuntu1) noble; urgency=medium

  * Replace obsolete assert* calls (dropped from Python 3.12) with their
    correct alternative to fix FTBFS.
     - debian/patches/python312-support.patch
  * Replace use of flask._app_ctx_stack (dropped from flask 3) by flask.g to
    fix FTBFS. (LP: #2052771)
     - debian/patches/flask3-use-g-instead-of-app_ctx_stack.patch

 -- Olivier Gayot <email address hidden>  Fri, 16 Feb 2024 10:51:37 +0100

Upload details

Uploaded by:
Olivier Gayot
Sponsored by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauth2client_4.1.3.orig.tar.xz 139.6 KiB 0c9e06e685cf40cd05cc703f1783909c77f94b3e579e8a8f42cef6418d7fc92f
python-oauth2client_4.1.3-5ubuntu1.debian.tar.xz 8.9 KiB 7b9aa84859e502104cf5d5e8f73f3b263dc83f9f2ec73f7779cdab0c4738071f
python-oauth2client_4.1.3-5ubuntu1.dsc 2.6 KiB 2b4602ac0d43be91ba12fbc8df282ede20f537f9c35a783d8092d8b631cc46d8

View changes file

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.