From aa2139a9c646424230a7691ec8e6b08abc40b23c Mon Sep 17 00:00:00 2001 From: Jeff Henson Date: Thu, 14 Nov 2019 13:07:56 -0700 Subject: [PATCH] Update to 0.10.0 --- .SRCINFO | 6 +++--- .gitignore | 4 ++++ PKGBUILD | 7 ++++--- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.SRCINFO b/.SRCINFO index 11e0443..51550cf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-openshift pkgdesc = Python client for the OpenShift API - pkgver = 0.7.1 + pkgver = 0.10.0 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.7.1.tar.gz - md5sums = 8f96ecc650f2393aa8ed8770aeec11a8 + source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.10.0.tar.gz + sha256sums = 8af7e1e1fd85af79e363b1a8a323f091764b3d9f2e9640bf32cbd11e52d4324f pkgname = python-openshift diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05c6d4d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!.SRCINFO +!PKGBUILD diff --git a/PKGBUILD b/PKGBUILD index 9f05e03..f265d2e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,14 @@ -# Maintainer: Giacomo Longo +# Maintainer: Jeff Henson +# Old Maintainer: Giacomo Longo pkgname=python-openshift -pkgver=0.7.1 +pkgver=0.10.0 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") -md5sums=('8f96ecc650f2393aa8ed8770aeec11a8') +sha256sums=('8af7e1e1fd85af79e363b1a8a323f091764b3d9f2e9640bf32cbd11e52d4324f') arch=('any') makedepends=('python-setuptools') depends=(