diff --git a/.SRCINFO b/.SRCINFO index dbcfce9..11e0443 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,20 +1,20 @@ pkgbase = python-openshift pkgdesc = Python client for the OpenShift API - pkgver = 0.6.3 + pkgver = 0.7.1 pkgrel = 1 url = https://github.com/openshift/openshift-restclient-python arch = any license = APACHE makedepends = python-setuptools - depends = python<3.7 + depends = python depends = python-dictdiffer depends = python-jinja depends = python-kubernetes depends = python-string-utils depends = python-ruamel-yaml depends = python-six - source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.6.3.tar.gz - md5sums = b2ff1c4f57bd5c3584c009d634074cff + source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.7.1.tar.gz + md5sums = 8f96ecc650f2393aa8ed8770aeec11a8 pkgname = python-openshift diff --git a/PKGBUILD b/PKGBUILD index 9935480..9f05e03 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Giacomo Longo pkgname=python-openshift -pkgver=0.6.3 +pkgver=0.7.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") -md5sums=('b2ff1c4f57bd5c3584c009d634074cff') +md5sums=('8f96ecc650f2393aa8ed8770aeec11a8') arch=('any') makedepends=('python-setuptools') depends=( - 'python<3.7' + 'python' 'python-dictdiffer' 'python-jinja' 'python-kubernetes'