diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-24 01:30:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 21:37:00 +0000 |
| commit | c67d83622e4d9efa3ddce938772dc2f864dfb44c (patch) | |
| tree | f147e43edff78a9925ab479073d0161aac056afb /gnu/packages/python-web.scm | |
| parent | 23c7b50e24ab1e4badfc154068ca7dc7f2b0d1f4 (diff) | |
gnu: python-google-auth: Update to 2.41.1.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.41.1.
[propagated-inputs]: Replace python-cachetools-5 by python-cachetools.
Add python-aiohttp, python-requests, python-urllib3. Remove
python-pyjwt.
[native-inputs]: Add python-grpcio, python-oauth2client,
python-packaging, python-pyjwt. Remove python-requests, python-wheel.
Change-Id: I3789f881efbfd8a871de838e117fe95220d67277
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index c692a03c34a..8c65c072f16 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -11854,13 +11854,13 @@ Client Library for Python.") (define-public python-google-auth (package (name "python-google-auth") - (version "2.40.3") + (version "2.41.1") (source (origin (method url-fetch) (uri (pypi-uri "google_auth" version)) (sha256 - (base32 "0xrvsqrqx89zkf13gjp328j2y5cfhl88sjzjkkm3dszdmllkl32h")))) + (base32 "1lmzkiq3gvpgf0k9kxlyjm4g5vjam7v183c7i1zcpw31kqgpnsxp")))) (build-system pyproject-build-system) (arguments (list @@ -11868,26 +11868,30 @@ Client Library for Python.") ;; This one test uses crypto.sign with an outdated calling convention. '(list "--ignore=tests/transport/test__mtls_helper.py"))) (propagated-inputs - (list python-cachetools-5 + (list python-aiohttp + python-cachetools python-pyasn1-modules - python-pyjwt - python-rsa)) + python-requests + python-rsa + python-urllib3)) (native-inputs (list nss-certs-for-test python-aioresponses python-cryptography python-flask python-freezegun + python-grpcio python-mock + python-oauth2client + python-packaging + python-pyjwt python-pyopenssl python-pytest python-pytest-asyncio python-pytest-localserver python-pyu2f - python-requests python-responses - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/googleapis/google-auth-library-python") (synopsis "Google Authentication Library") (description "This library simplifies using Google's various |
