all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66417] [PATCH 0/3] Bump python-google-api-client to version 2
@ 2023-10-09  7:12 Pierre-Evariste Dagand
  2023-10-09  7:40 ` [bug#66417] [PATCH 1/3] gnu: Add python-google-auth-oauthlib Pierre-Evariste Dagand
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pierre-Evariste Dagand @ 2023-10-09  7:12 UTC (permalink / raw)
  To: 66417
  Cc: Pierre-Evariste Dagand, Lars-Dominik Braun, Marius Bakke,
	Munyoki Kilyungi, jgart

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
-- 
2.41.0





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-11 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-09  7:12 [bug#66417] [PATCH 0/3] Bump python-google-api-client to version 2 Pierre-Evariste Dagand
2023-10-09  7:40 ` [bug#66417] [PATCH 1/3] gnu: Add python-google-auth-oauthlib Pierre-Evariste Dagand
2023-10-09  7:40 ` [bug#66417] [PATCH 2/3] gnu: python-google-api-client: Update to 2.102.0 Pierre-Evariste Dagand
2023-10-09  7:40 ` [bug#66417] [PATCH 3/3] gnu: Remove python-google-api-core-1 and its dependency python-google-auth-1 Pierre-Evariste Dagand
2023-10-11 21:14 ` bug#66417: [PATCH 0/3] Bump python-google-api-client to version 2 Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.