Update to 0.12.0
This commit is contained in:
parent
7a03be32bb
commit
9878729aab
2 changed files with 9 additions and 11 deletions
11
.SRCINFO
11
.SRCINFO
|
@ -1,20 +1,19 @@
|
||||||
pkgbase = python-openshift
|
pkgbase = python-openshift
|
||||||
pkgdesc = Python client for the OpenShift API
|
pkgdesc = Python client for the OpenShift API
|
||||||
pkgver = 0.11.2
|
pkgver = 0.12.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/openshift/openshift-restclient-python
|
url = https://github.com/openshift/openshift-restclient-python
|
||||||
arch = any
|
arch = any
|
||||||
license = APACHE
|
license = APACHE
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-dictdiffer
|
|
||||||
depends = python-jinja
|
depends = python-jinja
|
||||||
depends = python-kubernetes>=11
|
depends = python-kubernetes
|
||||||
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.11.2.tar.gz
|
source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.0.tar.gz
|
||||||
sha256sums = c2ba45bac6068dbeacf40986659c4adfb5d249d879e767b1865ddecc65e710d3
|
sha256sums = 6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c
|
||||||
|
|
||||||
pkgname = python-openshift
|
pkgname = python-openshift
|
||||||
|
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -2,20 +2,19 @@
|
||||||
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
||||||
|
|
||||||
pkgname=python-openshift
|
pkgname=python-openshift
|
||||||
pkgver=0.11.2
|
pkgver=0.12.0
|
||||||
pkgrel=2
|
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=('c2ba45bac6068dbeacf40986659c4adfb5d249d879e767b1865ddecc65e710d3')
|
sha256sums=('6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
depends=(
|
depends=(
|
||||||
'python'
|
'python'
|
||||||
'python-dictdiffer'
|
|
||||||
'python-jinja'
|
'python-jinja'
|
||||||
'python-kubernetes>=11'
|
'python-kubernetes'
|
||||||
'python-string-utils'
|
'python-string-utils'
|
||||||
'python-ruamel-yaml'
|
'python-ruamel-yaml'
|
||||||
'python-six'
|
'python-six'
|
||||||
|
|
Loading…
Reference in a new issue