summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2019-04-15 10:05:22 +0200
committerIan Beringer2019-04-15 10:12:15 +0200
commit6d1cb9fae32888f706c99c6e49cf4f642904a4f3 (patch)
tree3c4f961f73b5993f42800d7dd70903425c038268
parent07fd28c016fcbf754f7376cfaf361459f750c6ec (diff)
downloadaur-6d1cb9fae32888f706c99c6e49cf4f642904a4f3.tar.gz
Update to 9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0ba7d55fad..40100e0a67b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-kubernetes
pkgdesc = Python client for the kubernetes API
- pkgver = 8.0.1
+ pkgver = 9.0.0
pkgrel = 1
url = https://github.com/kubernetes-client/python
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-kubernetes
depends = python-requests
depends = python-requests-oauthlib
depends = python-adal
- source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-8.0.1.tar.gz
- sha256sums = 25928c6067dd47fd45c2960ecc3199d901cd9faeb9ff511ba7eeced3ecf30a78
+ source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-9.0.0.tar.gz
+ sha256sums = a8b0aed55ba946faea660712595a52ae53a8854df773d96f47a63fa0c9d4e3bf
pkgname = python-kubernetes
diff --git a/PKGBUILD b/PKGBUILD
index cd259910aea7..fcfa47a56637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kubernetes
_pkgname=kubernetes
-pkgver=8.0.1
+pkgver=9.0.0
pkgrel=1
license=('Apache')
pkgdesc='Python client for the kubernetes API'
@@ -11,7 +11,7 @@ depends=('python' 'python-certifi' 'python-six' 'python-dateutil' 'python-urllib
arch=('any')
url='https://github.com/kubernetes-client/python'
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('25928c6067dd47fd45c2960ecc3199d901cd9faeb9ff511ba7eeced3ecf30a78')
+sha256sums=('a8b0aed55ba946faea660712595a52ae53a8854df773d96f47a63fa0c9d4e3bf')
package() {
cd "$srcdir/$_pkgname-$pkgver"