Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-keystoneclient
Commits:
070d9058 by Felix Yan at 2024-08-31T15:50:00+03:00
upgpkg: 5.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-keystoneclient
pkgdesc = Client Library for OpenStack Identity
- pkgver = 5.4.0
- pkgrel = 2
+ pkgver = 5.5.0
+ pkgrel = 1
url = https://docs.openstack.org/python-keystoneclient/latest/
arch = any
license = Apache
@@ -27,7 +27,7 @@ pkgbase = python-keystoneclient
depends = python-requests
depends = python-stevedore
depends = python-packaging
- source =
git+https://github.com/openstack/python-keystoneclient.git#commit=c66d778f3fa9eeefbd3a71ac91faebbd3e427113
- sha512sums = SKIP
+ source =
git+https://github.com/openstack/python-keystoneclient.git#tag=5.5.0
+ sha512sums =
647dc2cc6c64ee526c70a64145c8e4ab2475ac18db3984391ee12c470ab0d279f1d3b9e893df76bd08753186a9e3dd51ce84dd749eff2998a7d60fefaceaa857
pkgname = python-keystoneclient
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-keystoneclient
-pkgver=5.4.0
-_commit=c66d778f3fa9eeefbd3a71ac91faebbd3e427113
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
pkgdesc="Client Library for OpenStack Identity"
arch=('any')
url="https://docs.openstack.org/python-keystoneclient/latest/"
@@ -15,8 +14,8 @@ makedepends=('git' 'python-setuptools')
checkdepends=('python-fixtures' 'python-keyring' 'python-lxml'
'python-oauthlib'
'python-os-client-config' 'python-oslotest'
'python-requests-mock'
'python-stestr' 'python-testresources' 'python-testscenarios'
'python-testtools')
-source=("git+https://github.com/openstack/python-keystoneclient.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("git+https://github.com/openstack/python-keystoneclient.git#tag=$pkgver")
+sha512sums=('647dc2cc6c64ee526c70a64145c8e4ab2475ac18db3984391ee12c470ab0d279f1d3b9e893df76bd08753186a9e3dd51ce84dd749eff2998a7d60fefaceaa857')
build() {
cd python-keystoneclient
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keystoneclient/-/commit/070d90586baaf6b1ec9de4665d7c04e440c9c57b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keystoneclient/-/commit/070d90586baaf6b1ec9de4665d7c04e440c9c57b
You're receiving this email because of your account on gitlab.archlinux.org.