Update to 0.12.1
This commit is contained in:
parent
9878729aab
commit
5e38d79c96
2 changed files with 5 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = python-openshift
|
pkgbase = python-openshift
|
||||||
pkgdesc = Python client for the OpenShift API
|
pkgdesc = Python client for the OpenShift API
|
||||||
pkgver = 0.12.0
|
pkgver = 0.12.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/openshift/openshift-restclient-python
|
url = https://github.com/openshift/openshift-restclient-python
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -12,8 +12,7 @@ pkgbase = python-openshift
|
||||||
depends = python-string-utils
|
depends = python-string-utils
|
||||||
depends = python-ruamel-yaml
|
depends = python-ruamel-yaml
|
||||||
depends = python-six
|
depends = python-six
|
||||||
source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.0.tar.gz
|
source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.1.tar.gz
|
||||||
sha256sums = 6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c
|
sha256sums = eb63a08489798dd5a83c809baabe6a93ed8f82545e8343b53f3e514f6a19c80c
|
||||||
|
|
||||||
pkgname = python-openshift
|
pkgname = python-openshift
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,13 +2,13 @@
|
||||||
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
||||||
|
|
||||||
pkgname=python-openshift
|
pkgname=python-openshift
|
||||||
pkgver=0.12.0
|
pkgver=0.12.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Python client for the OpenShift API"
|
pkgdesc="Python client for the OpenShift API"
|
||||||
url="https://github.com/openshift/openshift-restclient-python"
|
url="https://github.com/openshift/openshift-restclient-python"
|
||||||
license=('APACHE')
|
license=('APACHE')
|
||||||
source=("https://github.com/openshift/openshift-restclient-python/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/openshift/openshift-restclient-python/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c')
|
sha256sums=('eb63a08489798dd5a83c809baabe6a93ed8f82545e8343b53f3e514f6a19c80c')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
depends=(
|
depends=(
|
||||||
|
|
Loading…
Reference in a new issue