Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-kubernetes
Commits:
bb149eed by Jelle van der Waa at 2024-10-13T14:16:59+02:00
upgpkg: 29.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-kubernetes
pkgdesc = Python client for the kubernetes API
- pkgver = 28.1.0
- pkgrel = 3
+ pkgver = 29.0.0
+ pkgrel = 1
url = https://github.com/kubernetes-client/python
arch = any
license = Apache
@@ -21,9 +21,9 @@ pkgbase = python-kubernetes
depends = python-requests
depends = python-requests-oauthlib
depends = python-adal
- source =
kubernetes-28.1.0.tar.gz::https://github.com/kubernetes-client/python/archive/v28.1.0.tar.gz
+ source =
kubernetes-29.0.0.tar.gz::https://github.com/kubernetes-client/python/archive/v29.0.0.tar.gz
source = removed-unittest-alias.patch
- sha256sums =
eb03b3b3c586f90323a9aa8ec04bf6691b57abc56af7156030b7bf612c80af17
+ sha256sums =
b532d65763cab592783287bc9bf8007a09aa54345706e5b8cd377825cbd30b16
sha256sums =
8fac6ead5125dd8c6644d5bc1696c9581b1a5aeb467254487acf9b8e1146ecd6
pkgname = python-kubernetes
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-kubernetes
_pkgbase="${pkgname#python-}"
-pkgver=28.1.0
-pkgrel=3
+pkgver=29.0.0
+pkgrel=1
license=('Apache')
pkgdesc='Python client for the kubernetes API'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-isort')
source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"removed-unittest-alias.patch")
-sha256sums=('eb03b3b3c586f90323a9aa8ec04bf6691b57abc56af7156030b7bf612c80af17'
+sha256sums=('b532d65763cab592783287bc9bf8007a09aa54345706e5b8cd377825cbd30b16'
'8fac6ead5125dd8c6644d5bc1696c9581b1a5aeb467254487acf9b8e1146ecd6')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kubernetes/-/commit/bb149eed1bd3cae6de4c256b342dc1722b8049fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kubernetes/-/commit/bb149eed1bd3cae6de4c256b342dc1722b8049fc
You're receiving this email because of your account on gitlab.archlinux.org.