Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-kubernetes
Commits: 73c08218 by Carl Smedstad at 2025-06-10T09:49:30+02:00 upgpkg: 33.1.0-1: Upstream release https://github.com/kubernetes-client/python/releases/tag/v33.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-kubernetes pkgdesc = Python client for the kubernetes API - pkgver = 32.0.1 + pkgver = 33.1.0 pkgrel = 1 url = https://github.com/kubernetes-client/python arch = any @@ -25,7 +25,7 @@ pkgbase = python-kubernetes depends = python-urllib3 depends = python-websocket-client depends = python-yaml - source = kubernetes-32.0.1.tar.gz::https://github.com/kubernetes-client/python/archive/v32.0.1.tar.gz - sha256sums = 961656563884c033438689424d5e955ae8c98164f687c2ce2edbb122df6d26c6 + source = https://github.com/kubernetes-client/python/archive/v33.1.0/python-kubernetes-33.1.0.tar.gz + sha256sums = 261ffb39e4a71803a95b19b542d61fe2fe05c616407db359e2ad901b8a8e4163 pkgname = python-kubernetes ===================================== PKGBUILD ===================================== @@ -3,8 +3,7 @@ # Contributor: Ian Beringer <[email protected]> pkgname=python-kubernetes -_pkgbase="${pkgname#python-}" -pkgver=32.0.1 +pkgver=33.1.0 pkgrel=1 license=('Apache-2.0') pkgdesc='Python client for the kubernetes API' @@ -36,8 +35,8 @@ checkdepends=( 'python-py' 'python-pytest' ) -source=("$_pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('961656563884c033438689424d5e955ae8c98164f687c2ce2edbb122df6d26c6') +source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('261ffb39e4a71803a95b19b542d61fe2fe05c616407db359e2ad901b8a8e4163') build() { cd python-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kubernetes/-/commit/73c082181efa898ae48fd3e8a683f15d4c970b5d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kubernetes/-/commit/73c082181efa898ae48fd3e8a683f15d4c970b5d You're receiving this email because of your account on gitlab.archlinux.org.
