summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2018-04-12 09:49:53 +0200
committerIan Beringer2018-04-12 09:49:53 +0200
commit57cc59da9877071859c8b4cbc497d94cc9ef9c4b (patch)
treee4ec182d367667b504c7c8e984b8c829d2deddac
parent3692a06d4592ef5f09ae15d450add75127e5a091 (diff)
downloadaur-57cc59da9877071859c8b4cbc497d94cc9ef9c4b.tar.gz
Update 6.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b3edec94de..3fe23a2356b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-kubernetes
pkgdesc = Python client for the kubernetes API
- pkgver = 5.0.0
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/kubernetes-client/python
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-kubernetes
depends = python-websocket-client
depends = python-requests
depends = python-requests-oauthlib
- source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-5.0.0.tar.gz
- sha256sums = f81f145882471a1dd9d23360e99bd77027f07744729ef2728af4af7130cd19fd
+ source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-6.0.0.tar.gz
+ sha256sums = b370ab4abd925309db69a14a4723487948e9a83de60ca92782ec14992b741c89
pkgname = python-kubernetes
diff --git a/PKGBUILD b/PKGBUILD
index e064d70adb93..3f24bfa40730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kubernetes
_pkgname=kubernetes
-pkgver=5.0.0
+pkgver=6.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=('f81f145882471a1dd9d23360e99bd77027f07744729ef2728af4af7130cd19fd')
+sha256sums=('b370ab4abd925309db69a14a4723487948e9a83de60ca92782ec14992b741c89')
package() {
cd "$srcdir/$_pkgname-$pkgver"