summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2020-02-18 21:32:20 -0700
committerJeff Henson2020-02-18 21:32:20 -0700
commitff808d1557101d6e0aba2d84b5f5ca77f7708663 (patch)
treecf12be3bf2b9c2a12e71f5d8777e36fc4c95d155
parent626777ee1657ddd5415d8cb471043031390afa0e (diff)
downloadaur-ff808d1557101d6e0aba2d84b5f5ca77f7708663.tar.gz
Update to v0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a784e479a6..f256194a3e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-openshift
pkgdesc = Python client for the OpenShift API
- pkgver = 0.10.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://github.com/openshift/openshift-restclient-python
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-openshift
depends = python-string-utils
depends = python-ruamel-yaml
depends = python-six
- source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.10.1.tar.gz
- sha256sums = ce7411a5689e6d3831bb5dc08a8c324860d71e3dd5547ba44f4d139cfa57c34b
+ source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.10.2.tar.gz
+ sha256sums = 10868c5697c7610e1d18d62118f1bf2096d35789fa9790c89285947a93545a8a
pkgname = python-openshift
diff --git a/PKGBUILD b/PKGBUILD
index 0de45925cd52..18720f153526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jeff Henson <jeff@henson.io>
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
pkgname=python-openshift
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="Python client for the OpenShift API"
url="https://github.com/openshift/openshift-restclient-python"
license=('APACHE')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ce7411a5689e6d3831bb5dc08a8c324860d71e3dd5547ba44f4d139cfa57c34b')
+sha256sums=('10868c5697c7610e1d18d62118f1bf2096d35789fa9790c89285947a93545a8a')
arch=('any')
makedepends=('python-setuptools')
depends=(