guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7d38be2e61cb6913f2b4c02c7d87c15b93b7ea76
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 11:19:54 2026 +0100

    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 <[email protected]>
---
 gnu/packages/python-web.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a951ed490c..f8990e5006 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

Reply via email to