Date: Wednesday, February 1, 2023 @ 12:45:14
Author: felixonmars
Revision: 1391728
upgpkg: python-openstacksdk 1.0.0-1
Modified:
python-openstacksdk/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-01 12:40:26 UTC (rev 1391727)
+++ PKGBUILD 2023-02-01 12:45:14 UTC (rev 1391728)
@@ -2,9 +2,9 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-openstacksdk
-pkgver=0.103.0
-_commit=2baee35a5b054fe4ed505f2d8e9f276bbcae472f
-pkgrel=2
+pkgver=1.0.0
+_commit=9ea832d660fe2ae52b8756ae499b23171cb61048
+pkgrel=1
pkgdesc="An SDK for building applications to work with OpenStack"
arch=('any')
url="https://developer.openstack.org/sdks/python/openstacksdk"
@@ -12,7 +12,7 @@
depends=('python-six' 'python-pbr' 'python-yaml' 'python-jsonpatch'
'python-appdirs'
'python-keystoneauth1' 'python-os-service-types' 'python-deprecation'
'python-requestsexceptions' 'python-decorator' 'python-jmespath'
'python-iso8601'
- 'python-netifaces' 'python-dogpile.cache' 'python-munch'
'python-cryptography')
+ 'python-netifaces' 'python-dogpile.cache' 'python-cryptography')
makedepends=('git' 'python-setuptools')
checkdepends=('python-stestr' 'python-ddt' 'python-requests-mock'
'python-oslotest'
'python-jsonschema' 'python-oslo-config'
'python-prometheus_client' 'python-hacking')