Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-keystoneauth1
Commits:
558f1bfa by Felix Yan at 2024-08-26T18:58:24+03:00
upgpkg: 5.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-keystoneauth1
pkgdesc = Authentication Library for OpenStack Identity
- pkgver = 5.6.0
- pkgrel = 2
+ pkgver = 5.7.0
+ pkgrel = 1
url = https://docs.openstack.org/developer/keystoneauth
arch = any
license = Apache
@@ -30,7 +30,7 @@ pkgbase = python-keystoneauth1
optdepends = python-oauthlib: for oauth1 support
optdepends = python-betamax: for betamax support
optdepends = python-fixtures: for betamax support
- source =
git+https://github.com/openstack/keystoneauth.git#commit=e071ad44b01362b8ee930cb23dbb52e2d87fd62d
- sha512sums = SKIP
+ source = git+https://github.com/openstack/keystoneauth.git#tag=5.7.0
+ sha512sums =
43ac1e85d7d55e5b43ad030cd127534a5e351c81f1ce6b75773b4f014058bafa32f129862d891a13a4280d12ec3c350c2eaa64e4d53c9f17d53a39595cc1ab97
pkgname = python-keystoneauth1
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,8 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-keystoneauth1
-pkgver=5.6.0
-_commit=e071ad44b01362b8ee930cb23dbb52e2d87fd62d
-pkgrel=2
+pkgver=5.7.0
+pkgrel=1
pkgdesc="Authentication Library for OpenStack Identity"
arch=('any')
url="https://docs.openstack.org/developer/keystoneauth"
@@ -20,8 +19,8 @@ checkdepends=('python-hacking' 'python-oslo-config'
'python-oslo-utils' 'python-
'python-betamax' 'python-requests-mock' 'python-stestr'
'python-testresources'
'python-testtools' 'python-yaml' 'python-requests-kerberos'
'python-lxml'
'python-oauthlib')
-source=("git+https://github.com/openstack/keystoneauth.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("git+https://github.com/openstack/keystoneauth.git#tag=$pkgver")
+sha512sums=('43ac1e85d7d55e5b43ad030cd127534a5e351c81f1ce6b75773b4f014058bafa32f129862d891a13a4280d12ec3c350c2eaa64e4d53c9f17d53a39595cc1ab97')
build() {
cd keystoneauth
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keystoneauth1/-/commit/558f1bfa03a071626bb661ee241a9aa5833b8f69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keystoneauth1/-/commit/558f1bfa03a071626bb661ee241a9aa5833b8f69
You're receiving this email because of your account on gitlab.archlinux.org.