Update to 0.12.1

This commit is contained in:
Jeff Henson 2021-06-23 14:20:14 -06:00
parent 9878729aab
commit 5e38d79c96
No known key found for this signature in database
GPG Key ID: A181B6E28C0AE05B
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-openshift
pkgdesc = Python client for the OpenShift API
pkgver = 0.12.0
pkgver = 0.12.1
pkgrel = 1
url = https://github.com/openshift/openshift-restclient-python
arch = any
@ -12,8 +12,7 @@ pkgbase = python-openshift
depends = python-string-utils
depends = python-ruamel-yaml
depends = python-six
source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.0.tar.gz
sha256sums = 6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c
source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.1.tar.gz
sha256sums = eb63a08489798dd5a83c809baabe6a93ed8f82545e8343b53f3e514f6a19c80c
pkgname = python-openshift

View File

@ -2,13 +2,13 @@
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
pkgname=python-openshift
pkgver=0.12.0
pkgver=0.12.1
pkgrel=1
pkgdesc="Python client for the OpenShift API"
url="https://github.com/openshift/openshift-restclient-python"
license=('APACHE')
source=("https://github.com/openshift/openshift-restclient-python/archive/v${pkgver}.tar.gz")
sha256sums=('6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c')
sha256sums=('eb63a08489798dd5a83c809baabe6a93ed8f82545e8343b53f3e514f6a19c80c')
arch=('any')
makedepends=('python-setuptools')
depends=(