summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 11:19:54 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:45 +0100
commit9d57566793db22c9db57d500b344634e89afc733 (patch)
treec204dbf54074e7ef9deba7e175a83ddfef012e5d /gnu/packages
parent0dba6968654a74f90e3fa4dfda0d2bdc09201c6a (diff)
gnu: python-google-auth: Update to 2.48.0.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.48.0. [propagated-inputs]: Remove python-cachetools, add python-cryptography. [native-inputs]: Add python-aiohttp, python-requests, python-rsa, python-urllib3. Remove python-cryptography, python-mock. Change-Id: Iad35b296c278b182fcb0256e4a66a90e4758fa40 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a951ed490c5..f8990e5006e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11865,13 +11865,13 @@ Client Library for Python.")
(define-public python-google-auth
(package
(name "python-google-auth")
- (version "2.41.1")
+ (version "2.48.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "google_auth" version))
(sha256
- (base32 "1lmzkiq3gvpgf0k9kxlyjm4g5vjam7v183c7i1zcpw31kqgpnsxp"))))
+ (base32 "1kj1r3vp2jk2wv1mc0a5lpdnsivsqciah68ajhyql86k1imp0zjg"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -11880,19 +11880,18 @@ Client Library for Python.")
'(list "--ignore=tests/transport/test__mtls_helper.py")))
(propagated-inputs
(list python-aiohttp
- python-cachetools
+ python-cryptography
python-pyasn1-modules
python-requests
python-rsa
python-urllib3))
(native-inputs
(list nss-certs-for-test
+ python-aiohttp
python-aioresponses
- python-cryptography
python-flask
python-freezegun
python-grpcio
- python-mock
python-oauth2client
python-packaging
python-pyjwt
@@ -11901,8 +11900,11 @@ Client Library for Python.")
python-pytest-asyncio
python-pytest-localserver
python-pyu2f
+ python-requests
python-responses
- python-setuptools))
+ python-rsa
+ python-setuptools
+ python-urllib3))
(home-page "https://github.com/googleapis/google-auth-library-python")
(synopsis "Google Authentication Library")
(description "This library simplifies using Google's various