Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-openstacksdk


Commits:
4bf46444 by Felix Yan at 2023-11-23T17:29:23+02:00
upgpkg: 2.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-openstacksdk
        pkgdesc = An SDK for building applications to work with OpenStack
-       pkgver = 1.5.0
+       pkgver = 2.0.0
        pkgrel = 1
        url = https://developer.openstack.org/sdks/python/openstacksdk
        arch = any
@@ -20,7 +20,7 @@ pkgbase = python-openstacksdk
        makedepends = python-setuptools
        depends = python-pbr
        depends = python-yaml
-       depends = python-appdirs
+       depends = python-platformdirs
        depends = python-requestsexceptions
        depends = python-jsonpatch
        depends = python-os-service-types
@@ -31,7 +31,7 @@ pkgbase = python-openstacksdk
        depends = python-netifaces
        depends = python-dogpile.cache
        depends = python-cryptography
-       source = 
git+https://github.com/openstack/openstacksdk.git#commit=9b49ddbb48088b1a918014638bb6ab83cc1b20b4
+       source = 
git+https://github.com/openstack/openstacksdk.git#commit=8f6a2cf9422fd36b9eff46e4863e8325a180ba13
        sha512sums = SKIP
 
 pkgname = python-openstacksdk


=====================================
PKGBUILD
=====================================
@@ -2,16 +2,17 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=python-openstacksdk
-pkgver=1.5.0
-_commit=9b49ddbb48088b1a918014638bb6ab83cc1b20b4
+pkgver=2.0.0
+_commit=8f6a2cf9422fd36b9eff46e4863e8325a180ba13
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
 url="https://developer.openstack.org/sdks/python/openstacksdk";
 license=('Apache')
-depends=('python-pbr' 'python-yaml' 'python-appdirs' 
'python-requestsexceptions' 'python-jsonpatch'
-         'python-os-service-types' 'python-keystoneauth1' 'python-decorator' 
'python-jmespath'
-         'python-iso8601' 'python-netifaces' 'python-dogpile.cache' 
'python-cryptography')
+depends=('python-pbr' 'python-yaml' 'python-platformdirs' 
'python-requestsexceptions'
+         'python-jsonpatch' 'python-os-service-types' 'python-keystoneauth1' 
'python-decorator'
+         'python-jmespath' 'python-iso8601' 'python-netifaces' 
'python-dogpile.cache'
+         'python-cryptography')
 makedepends=('git' 'python-setuptools')
 checkdepends=('python-hacking' 'python-ddt' 'python-fixtures' 
'python-jsonschema'
               'python-prometheus_client' 'python-oslo-config' 'python-oslotest'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openstacksdk/-/commit/4bf46444c9534bb9ecae2cdb4909c67733a06b1b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openstacksdk/-/commit/4bf46444c9534bb9ecae2cdb4909c67733a06b1b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to