pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-kubernetes
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 19 06:19:17 UTC 2025
Modified Files:
pkgsrc/sysutils/py-kubernetes: Makefile distinfo
Log Message:
py-kubernetes: updated to 32.0.1
v32.0.1
Kubernetes API Version: v1.32.2
Uncategorized
- Adds support for providing cluster information to the exec credential provider if requested.
- Remove py from test dependencies
Bug or Regression
- Fix dynamic client watch of named resource
- Fixed PortForward proxy to close local Python sockets when the WebSocket closes.
- Fixes bug that would fail authentication when using the exec-provider with a specific cluster selected
Feature
- Add utility functions kubernetes.utils.duration.parse_duration and kubernetes.utils.duration.format_duration to manage Gateway API Duration strings as specified by GEP-2257.
- Added the ability to use the optional `apply` parameter for functions within the `utils.create_from_yaml` submodule. This allows these functions to optionally use the
`DynamicClient.server_side_apply` function to apply yaml manifests.
- Adding `utils.format_quantity` to convert decimal numbers into a canonical Kubernetes quantity.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/py-kubernetes/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-kubernetes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-kubernetes/Makefile
diff -u pkgsrc/sysutils/py-kubernetes/Makefile:1.9 pkgsrc/sysutils/py-kubernetes/Makefile:1.10
--- pkgsrc/sysutils/py-kubernetes/Makefile:1.9 Wed Feb 12 12:03:23 2025
+++ pkgsrc/sysutils/py-kubernetes/Makefile Wed Feb 19 06:19:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/02/12 12:03:23 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/19 06:19:17 adam Exp $
-DISTNAME= kubernetes-32.0.0
+DISTNAME= kubernetes-32.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kubernetes/}
Index: pkgsrc/sysutils/py-kubernetes/distinfo
diff -u pkgsrc/sysutils/py-kubernetes/distinfo:1.6 pkgsrc/sysutils/py-kubernetes/distinfo:1.7
--- pkgsrc/sysutils/py-kubernetes/distinfo:1.6 Wed Feb 12 12:03:23 2025
+++ pkgsrc/sysutils/py-kubernetes/distinfo Wed Feb 19 06:19:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/02/12 12:03:23 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/02/19 06:19:17 adam Exp $
-BLAKE2s (kubernetes-32.0.0.tar.gz) = e27757d82295bfa9c8cc2e1babdf544ab110d019f80f65dce4ae1819e3dce696
-SHA512 (kubernetes-32.0.0.tar.gz) = fcbbc0536ed3417160c8fbda93a0459703762426fc666dd476fa5ea6348a9e36a8ca5ea8d547f39c32559fa74a51e9b4f90ba2a0745f275ec925991e267d7f90
-Size (kubernetes-32.0.0.tar.gz) = 945530 bytes
+BLAKE2s (kubernetes-32.0.1.tar.gz) = 6e4456c5ae4c6b5b5ecdbdb724ad76591ce9fa66b897019875f2e00a87116462
+SHA512 (kubernetes-32.0.1.tar.gz) = 75cadd9da7bd95775ee53e309470d7e1b4bcfa617e1cffe6ea4067e9a2978dfcf46c96d50f823ecd0636d2a7502caad236efcb44b847ccc779974c6b916aadd2
+Size (kubernetes-32.0.1.tar.gz) = 946691 bytes
Home |
Main Index |
Thread Index |
Old Index