This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new e32a9e641b gnu: python-kubernetes: Update to 35.0.0.
e32a9e641b is described below

commit e32a9e641b5c4878e4b6eba50bdd3f0bfafbdfe1
Author: Allan Adair <[email protected]>
AuthorDate: Fri Jan 23 17:08:10 2026 +0100

    gnu: python-kubernetes: Update to 35.0.0.
    
    * gnu/packages/python-web.scm (python-kubernetes): Update to 35.0.0.
    [inputs]: Replace python-urllib3-1.26 by python-urllib3.
    
    Change-Id: I079ee405acfc603847a7e8eb957f5b3f02e14cba
---
 gnu/packages/python-web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a2a1122739..447dbf6949 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -85,7 +85,7 @@
 ;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2025 Hugo Buddelmeijer <[email protected]>
 ;;; Copyright © 2025-2026 Artur Wroblewski <[email protected]>
-;;; Copyright © 2025 Allan Adair <[email protected]>
+;;; Copyright © 2025, 2026 Allan Adair <[email protected]>
 ;;; Copyright © 2025 Aaron Covrig <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1416,13 +1416,13 @@ datasets and other repos on the @url{huggingface.co} 
hub.")
 (define-public python-kubernetes
   (package
     (name "python-kubernetes")
-    (version "34.1.0")
+    (version "35.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "kubernetes" version))
        (sha256
-        (base32 "04ir03887spls3wqspvbsivqjrbwz0innn86mkrs546jnnqfvs4g"))))
+        (base32 "1vh9bzq175fzv9av3v37lcfh37yzss2d9vxrb0a84fa2ji2d601x"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -1443,7 +1443,7 @@ datasets and other repos on the @url{huggingface.co} 
hub.")
            python-requests
            python-requests-oauthlib
            python-six           ;XXX: hard dependency
-           python-urllib3-1.26  ;sanity check, requires urllib3<2.4.0,>=1.24.2
+           python-urllib3
            python-websocket-client))
     (home-page "https://github.com/kubernetes-client/python";)
     (synopsis "Python client for Kubernetes")

Reply via email to