summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2019-11-02 23:38:35 +0100
committerIan Beringer2019-11-02 23:38:35 +0100
commit22311c5e060fa589a16ee37d4fa0b300587add7c (patch)
tree51f0cab3adf903b6467e403c8d540366878f4dac
parent6d1cb9fae32888f706c99c6e49cf4f642904a4f3 (diff)
downloadaur-python-kubernetes.tar.gz
Update to 10.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40100e0a67b8..0d3e418f64b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-kubernetes
pkgdesc = Python client for the kubernetes API
- pkgver = 9.0.0
+ pkgver = 10.0.1
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-9.0.0.tar.gz
- sha256sums = a8b0aed55ba946faea660712595a52ae53a8854df773d96f47a63fa0c9d4e3bf
+ source = https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-10.0.1.tar.gz
+ sha256sums = 3770a496663396ad1def665eeadb947b3f45217a08b64b10c01a57e981ac8592
pkgname = python-kubernetes
diff --git a/PKGBUILD b/PKGBUILD
index fcfa47a56637..510c65dea8e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kubernetes
_pkgname=kubernetes
-pkgver=9.0.0
+pkgver=10.0.1
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=('a8b0aed55ba946faea660712595a52ae53a8854df773d96f47a63fa0c9d4e3bf')
+sha256sums=('3770a496663396ad1def665eeadb947b3f45217a08b64b10c01a57e981ac8592')
package() {
cd "$srcdir/$_pkgname-$pkgver"