Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-kubernetes
Commits: b14e95d7 by Carl Smedstad at 2026-02-01T00:23:39+01:00 upgpkg: 35.0.0-1: Upstream release https://github.com/kubernetes-client/python/blob/release-35.0/CHANGELOG.md - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-kubernetes pkgdesc = Python client for the kubernetes API - pkgver = 34.1.0 - pkgrel = 2 + pkgver = 35.0.0 + pkgrel = 1 url = https://github.com/kubernetes-client/python arch = any license = Apache-2.0 @@ -25,7 +25,7 @@ pkgbase = python-kubernetes depends = python-urllib3 depends = python-websocket-client depends = python-yaml - source = https://github.com/kubernetes-client/python/archive/v34.1.0/python-kubernetes-34.1.0.tar.gz - sha256sums = 39f9fc9d4662c44ba5ddf1104a1000cbc7e16ae605cd906d56f0bee83211ce93 + source = https://github.com/kubernetes-client/python/archive/v35.0.0/python-kubernetes-35.0.0.tar.gz + b2sums = 009537e806dc43b9efaa628bf83a9a8e6287b6d718586c2f9fc79797bb771ad16159cf8479fb3c2754677936871c2294edfa5d4e2992b2bf424a2dbb2efa3a33 pkgname = python-kubernetes ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Ian Beringer <[email protected]> pkgname=python-kubernetes -pkgver=34.1.0 -pkgrel=2 +pkgver=35.0.0 +pkgrel=1 license=('Apache-2.0') pkgdesc='Python client for the kubernetes API' arch=('any') @@ -36,7 +36,7 @@ checkdepends=( 'python-pytest' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('39f9fc9d4662c44ba5ddf1104a1000cbc7e16ae605cd906d56f0bee83211ce93') +b2sums=('009537e806dc43b9efaa628bf83a9a8e6287b6d718586c2f9fc79797bb771ad16159cf8479fb3c2754677936871c2294edfa5d4e2992b2bf424a2dbb2efa3a33') build() { cd python-$pkgver @@ -45,7 +45,9 @@ build() { check() { cd python-$pkgver - PYTHONPATH="$PWD" pytest -v + python -m venv --system-site-packages test-env + test-env/bin/python -m installer dist/*.whl + test-env/bin/python -m pytest } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kubernetes/-/commit/b14e95d72e274944df371df3dc66cf3696fe3a4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kubernetes/-/commit/b14e95d72e274944df371df3dc66cf3696fe3a4f You're receiving this email because of your account on gitlab.archlinux.org.
