summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergi Jimenez2018-08-23 13:12:07 +0200
committerSergi Jimenez2018-08-23 13:12:07 +0200
commit258d5e0744a2cd8d9e0cc23f11d8c388721fecb3 (patch)
tree736ae810fb6807def31404a7b2e1808189959d61
parentaacf41de6f6a21e62024e6b5ff2a89c532ea5f94 (diff)
downloadaur-258d5e0744a2cd8d9e0cc23f11d8c388721fecb3.tar.gz
Bumped version 7.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60d12b1bfe92..bd45ff6d1915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-kubernetes
pkgdesc = Python client for the kubernetes API
- pkgver = 6.0.0
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/kubernetes-client/python
arch = any
@@ -17,8 +17,8 @@ pkgbase = python2-kubernetes
depends = python2-websocket-client
depends = python2-requests
depends = python2-requests-oauthlib
- source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-6.0.0.tar.gz
- sha256sums = b370ab4abd925309db69a14a4723487948e9a83de60ca92782ec14992b741c89
+ source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-7.0.0.tar.gz
+ sha256sums = 84dfb4319afac189e8327b71b9332b5329d2a78074f58958c5f06a870edf32ba
pkgname = python2-kubernetes
diff --git a/PKGBUILD b/PKGBUILD
index 036e5cce28c9..0417d743f0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-kubernetes
_pkgname=kubernetes
-pkgver=6.0.0
+pkgver=7.0.0
pkgrel=1
license=('Apache')
pkgdesc='Python client for the kubernetes API'
@@ -21,7 +21,7 @@ depends=('python2'
arch=('any')
url='https://github.com/kubernetes-client/python'
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('b370ab4abd925309db69a14a4723487948e9a83de60ca92782ec14992b741c89')
+sha256sums=('84dfb4319afac189e8327b71b9332b5329d2a78074f58958c5f06a870edf32ba')
package() {
cd "$srcdir/$_pkgname-$pkgver"