Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-cinderclient
Commits:
134ee51f by Felix Yan at 2024-09-01T21:20:59+03:00
upgpkg: 9.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cinderclient
pkgdesc = OpenStack Block Storage API Client Library
- pkgver = 9.5.0
- pkgrel = 2
+ pkgver = 9.6.0
+ pkgrel = 1
url = https://docs.openstack.org/developer/python-cinderclient
arch = any
license = Apache
@@ -19,7 +19,7 @@ pkgbase = python-cinderclient
depends = python-oslo-utils
depends = python-requests
depends = python-stevedore
- source =
git+https://github.com/openstack/python-cinderclient.git#commit=e01516dbb0a552d5d007ab92bb94086849415e86
- sha512sums = SKIP
+ source =
git+https://github.com/openstack/python-cinderclient.git#commit=c4ecade6b16c25541d8e241c83f6c214ec5b437f
+ sha512sums =
460cfb2845988d2c920d9e391a16ceaec9b93bde2f9586b05cd50edfb2d7fa636eb3368f1d5c856de319766b6aa1086328342ead1fc5e44ac27cfd6c8ff70642
pkgname = python-cinderclient
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-cinderclient
-pkgver=9.5.0
-_commit=e01516dbb0a552d5d007ab92bb94086849415e86
-pkgrel=2
+pkgver=9.6.0
+_commit=c4ecade6b16c25541d8e241c83f6c214ec5b437f
+pkgrel=1
pkgdesc="OpenStack Block Storage API Client Library"
arch=('any')
url="https://docs.openstack.org/developer/python-cinderclient"
@@ -15,7 +15,7 @@ makedepends=('git')
checkdepends=('python-ddt' 'python-fixtures' 'python-requests-mock'
'python-testtools'
'python-stestr' 'python-oslo-serialization')
source=("git+https://github.com/openstack/python-cinderclient.git#commit=$_commit")
-sha512sums=('SKIP')
+sha512sums=('460cfb2845988d2c920d9e391a16ceaec9b93bde2f9586b05cd50edfb2d7fa636eb3368f1d5c856de319766b6aa1086328342ead1fc5e44ac27cfd6c8ff70642')
build() {
cd python-cinderclient
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cinderclient/-/commit/134ee51fa3eefb5a9e9dddad5e8ccf93b853715f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cinderclient/-/commit/134ee51fa3eefb5a9e9dddad5e8ccf93b853715f
You're receiving this email because of your account on gitlab.archlinux.org.