From 626777ee1657ddd5415d8cb471043031390afa0e Mon Sep 17 00:00:00 2001 From: Jeff Henson Date: Fri, 13 Dec 2019 08:22:43 -0700 Subject: [PATCH] Bump pkgver to 0.10.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 51550cf..b0a784e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-openshift pkgdesc = Python client for the OpenShift API - pkgver = 0.10.0 + pkgver = 0.10.1 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.0.tar.gz - sha256sums = 8af7e1e1fd85af79e363b1a8a323f091764b3d9f2e9640bf32cbd11e52d4324f + source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.10.1.tar.gz + sha256sums = ce7411a5689e6d3831bb5dc08a8c324860d71e3dd5547ba44f4d139cfa57c34b pkgname = python-openshift diff --git a/PKGBUILD b/PKGBUILD index f265d2e..0de4592 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Jeff Henson # Old Maintainer: Giacomo Longo pkgname=python-openshift -pkgver=0.10.0 +pkgver=0.10.1 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=('8af7e1e1fd85af79e363b1a8a323f091764b3d9f2e9640bf32cbd11e52d4324f') +sha256sums=('ce7411a5689e6d3831bb5dc08a8c324860d71e3dd5547ba44f4d139cfa57c34b') arch=('any') makedepends=('python-setuptools') depends=(