diff options
| author | Allan Adair <allan@adair.no> | 2026-01-23 17:08:10 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:29 +0100 |
| commit | bfd13653eecb0b28dae9c1996f796e843fdc8d3e (patch) | |
| tree | e079420c0b42828677290f0031891f024ff383ce | |
| parent | 50ebdec2de301bc38b519c40fb860e92ff75fc0e (diff) | |
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a2a11227391..447dbf69496 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -85,7 +85,7 @@ | |||
| 85 | ;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org> | 85 | ;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 86 | ;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 86 | ;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl> |
| 87 | ;;; Copyright © 2025-2026 Artur Wroblewski <wrobell@riseup.net> | 87 | ;;; Copyright © 2025-2026 Artur Wroblewski <wrobell@riseup.net> |
| 88 | ;;; Copyright © 2025 Allan Adair <allan@adair.no> | 88 | ;;; Copyright © 2025, 2026 Allan Adair <allan@adair.no> |
| 89 | ;;; Copyright © 2025 Aaron Covrig <aaron.covrig.us@ieee.org> | 89 | ;;; Copyright © 2025 Aaron Covrig <aaron.covrig.us@ieee.org> |
| 90 | ;;; | 90 | ;;; |
| 91 | ;;; This file is part of GNU Guix. | 91 | ;;; This file is part of GNU Guix. |
| @@ -1416,13 +1416,13 @@ datasets and other repos on the @url{huggingface.co} hub.") | |||
| 1416 | (define-public python-kubernetes | 1416 | (define-public python-kubernetes |
| 1417 | (package | 1417 | (package |
| 1418 | (name "python-kubernetes") | 1418 | (name "python-kubernetes") |
| 1419 | (version "34.1.0") | 1419 | (version "35.0.0") |
| 1420 | (source | 1420 | (source |
| 1421 | (origin | 1421 | (origin |
| 1422 | (method url-fetch) | 1422 | (method url-fetch) |
| 1423 | (uri (pypi-uri "kubernetes" version)) | 1423 | (uri (pypi-uri "kubernetes" version)) |
| 1424 | (sha256 | 1424 | (sha256 |
| 1425 | (base32 "04ir03887spls3wqspvbsivqjrbwz0innn86mkrs546jnnqfvs4g")))) | 1425 | (base32 "1vh9bzq175fzv9av3v37lcfh37yzss2d9vxrb0a84fa2ji2d601x")))) |
| 1426 | (build-system pyproject-build-system) | 1426 | (build-system pyproject-build-system) |
| 1427 | (arguments | 1427 | (arguments |
| 1428 | (list | 1428 | (list |
| @@ -1443,7 +1443,7 @@ datasets and other repos on the @url{huggingface.co} hub.") | |||
| 1443 | python-requests | 1443 | python-requests |
| 1444 | python-requests-oauthlib | 1444 | python-requests-oauthlib |
| 1445 | python-six ;XXX: hard dependency | 1445 | python-six ;XXX: hard dependency |
| 1446 | python-urllib3-1.26 ;sanity check, requires urllib3<2.4.0,>=1.24.2 | 1446 | python-urllib3 |
| 1447 | python-websocket-client)) | 1447 | python-websocket-client)) |
| 1448 | (home-page "https://github.com/kubernetes-client/python") | 1448 | (home-page "https://github.com/kubernetes-client/python") |
| 1449 | (synopsis "Python client for Kubernetes") | 1449 | (synopsis "Python client for Kubernetes") |
