* update python-openstacksdk to 3.2.0-1
This commit is contained in:
parent
dd0955d3f0
commit
8ecbdff9d1
37
python/python-openstacksdk/.SRCINFO
Normal file
37
python/python-openstacksdk/.SRCINFO
Normal file
@ -0,0 +1,37 @@
|
||||
pkgbase = python-openstacksdk
|
||||
pkgdesc = An SDK for building applications to work with OpenStack
|
||||
pkgver = 3.2.0
|
||||
pkgrel = 1
|
||||
url = https://developer.openstack.org/sdks/python/openstacksdk
|
||||
arch = any
|
||||
license = Apache
|
||||
checkdepends = python-ddt
|
||||
checkdepends = python-fixtures
|
||||
checkdepends = python-hacking
|
||||
checkdepends = python-jsonschema
|
||||
checkdepends = python-oslo-config
|
||||
checkdepends = python-oslotest
|
||||
checkdepends = python-prometheus_client
|
||||
checkdepends = python-requests-mock
|
||||
checkdepends = python-stestr
|
||||
checkdepends = python-testscenarios
|
||||
checkdepends = python-testtools
|
||||
makedepends = git
|
||||
makedepends = python-setuptools
|
||||
depends = python-cryptography
|
||||
depends = python-decorator
|
||||
depends = python-dogpile.cache
|
||||
depends = python-iso8601
|
||||
depends = python-jmespath
|
||||
depends = python-jsonpatch
|
||||
depends = python-keystoneauth1
|
||||
depends = python-netifaces
|
||||
depends = python-os-service-types
|
||||
depends = python-pbr
|
||||
depends = python-platformdirs
|
||||
depends = python-yaml
|
||||
depends = python-requestsexceptions
|
||||
source = git+https://github.com/openstack/openstacksdk.git#tag=3.2.0
|
||||
sha512sums = bb5199ce04090001ee7185cc2d1ce36f09d1042edfae2b2a8c8f4d15144f254c56d8f90f3e0f6120c93e473c18992ae925ccfa0f570d02903feedce276886dc8
|
||||
|
||||
pkgname = python-openstacksdk
|
3
python/python-openstacksdk/.nvchecker.toml
Normal file
3
python/python-openstacksdk/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-openstacksdk]
|
||||
source = "git"
|
||||
git = "https://github.com/openstack/openstacksdk.git"
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
|
||||
|
||||
pkgname=python-openstacksdk
|
||||
pkgver=3.1.0
|
||||
pkgver=3.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="An SDK for building applications to work with OpenStack"
|
||||
arch=(any)
|
||||
@ -18,7 +18,7 @@ checkdepends=('python-ddt' 'python-fixtures' 'python-hacking' 'python-jsonschema
|
||||
'python-oslo-config' 'python-oslotest' 'python-prometheus_client'
|
||||
'python-requests-mock' 'python-stestr' 'python-testscenarios' 'python-testtools')
|
||||
source=("git+https://github.com/openstack/openstacksdk.git#tag=$pkgver")
|
||||
sha512sums=('be5d2ed3f57566348302d6382c5f70ee131818c414e9cd1853c2dc31043ebeb06411e2a0b6373053ab95097b4cdf985a47db547a42fd7c556b9b849d83a15d9a')
|
||||
sha512sums=('bb5199ce04090001ee7185cc2d1ce36f09d1042edfae2b2a8c8f4d15144f254c56d8f90f3e0f6120c93e473c18992ae925ccfa0f570d02903feedce276886dc8')
|
||||
|
||||
build() {
|
||||
cd openstacksdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user