Update to 0.10.0
This commit is contained in:
parent
369b5d267f
commit
aa2139a9c6
3 changed files with 11 additions and 6 deletions
6
.SRCINFO
6
.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.7.1
|
pkgver = 0.10.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/openshift/openshift-restclient-python
|
url = https://github.com/openshift/openshift-restclient-python
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -13,8 +13,8 @@ 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://files.pythonhosted.org/packages/source/o/openshift/openshift-0.7.1.tar.gz
|
source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.10.0.tar.gz
|
||||||
md5sums = 8f96ecc650f2393aa8ed8770aeec11a8
|
sha256sums = 8af7e1e1fd85af79e363b1a8a323f091764b3d9f2e9640bf32cbd11e52d4324f
|
||||||
|
|
||||||
pkgname = python-openshift
|
pkgname = python-openshift
|
||||||
|
|
||||||
|
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!.SRCINFO
|
||||||
|
!PKGBUILD
|
7
PKGBUILD
7
PKGBUILD
|
@ -1,13 +1,14 @@
|
||||||
# Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
# Maintainer: Jeff Henson <jeff@henson.io>
|
||||||
|
# Old Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
||||||
pkgname=python-openshift
|
pkgname=python-openshift
|
||||||
pkgver=0.7.1
|
pkgver=0.10.0
|
||||||
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')
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
|
||||||
md5sums=('8f96ecc650f2393aa8ed8770aeec11a8')
|
sha256sums=('8af7e1e1fd85af79e363b1a8a323f091764b3d9f2e9640bf32cbd11e52d4324f')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
depends=(
|
depends=(
|
||||||
|
|
Loading…
Reference in a new issue