* update python-kubernetes to 32.0.0-1
This commit is contained in:
parent
3a6a398235
commit
fd1213a6f7
@ -1,7 +1,7 @@
|
||||
pkgbase = python-kubernetes
|
||||
pkgdesc = Python client for the kubernetes API
|
||||
pkgver = 31.0.0
|
||||
pkgrel = 2
|
||||
pkgver = 32.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 = kubernetes-31.0.0.tar.gz::https://github.com/kubernetes-client/python/archive/v31.0.0.tar.gz
|
||||
sha256sums = 43d58af5db557fc3de6f9eb1378c14d0b27e146ff20f230615f2f7343cbc8d56
|
||||
source = kubernetes-32.0.0.tar.gz::https://github.com/kubernetes-client/python/archive/v32.0.0.tar.gz
|
||||
sha256sums = 34bc8fa6347c716d5c67379b8802e0e909b9b95f9099ea56d0433b7ce8fdb4cd
|
||||
|
||||
pkgname = python-kubernetes
|
||||
|
@ -1,4 +1,3 @@
|
||||
[python-kubernetes]
|
||||
source = "git"
|
||||
git = "https://github.com/kubernetes-client/python.git"
|
||||
prefix = "v"
|
||||
source = "pypi"
|
||||
pypi = "kubernetes"
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
pkgname=python-kubernetes
|
||||
_pkgbase="${pkgname#python-}"
|
||||
pkgver=31.0.0
|
||||
pkgrel=2
|
||||
pkgver=32.0.0
|
||||
pkgrel=1
|
||||
license=('Apache-2.0')
|
||||
pkgdesc='Python client for the kubernetes API'
|
||||
arch=(any)
|
||||
@ -38,7 +38,7 @@ checkdepends=(
|
||||
'python-pytest'
|
||||
)
|
||||
source=("$_pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('43d58af5db557fc3de6f9eb1378c14d0b27e146ff20f230615f2f7343cbc8d56')
|
||||
sha256sums=('34bc8fa6347c716d5c67379b8802e0e909b9b95f9099ea56d0433b7ce8fdb4cd')
|
||||
|
||||
build() {
|
||||
cd python-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user