mbox series

[bug#66417,0/3] Bump python-google-api-client to version 2

Message ID cover.1696777449.git.doc@evr.ist
Headers show
Series Bump python-google-api-client to version 2 | expand

Message

Pierre-Evariste Dagand Oct. 9, 2023, 7:12 a.m. UTC
Only version 1 of the Google API client was supported in Guix. However, the
build of python-google-auth-1 fails to self-test due to outdated libraries
(missing python-mock dependency and, most importantly, outdated version of
python-cryptography).

This patch series move the Google API client to version 2. It adds support for
python-google-auth-oauthlib (new dependency of version 2 of
python-google-auth). It also, tentatively, garbage collect
python-google-api-core-1.

Pierre-Evariste Dagand (3):
  gnu: Add python-google-auth-oauthlib.
  gnu: python-google-api-client: Update to 2.102.0
  gnu: Remove python-google-api-core-1 and its dependency
    python-google-auth-1

 gnu/packages/python-web.scm | 115 +++++++++---------------------------
 1 file changed, 27 insertions(+), 88 deletions(-)


base-commit: 9b77bd0b9b4f3de69390da0ba7db5b9dbc01e554

Comments

Ludovic Courtès Oct. 11, 2023, 9:14 p.m. UTC | #1
Hello,

Pierre-Evariste Dagand <doc@evr.ist> skribis:

>   gnu: Add python-google-auth-oauthlib.
>   gnu: python-google-api-client: Update to 2.102.0
>   gnu: Remove python-google-api-core-1 and its dependency
>     python-google-auth-1

I tweaked the commit log and applied it, thanks!

Ludo’.