From ad816cb0474dce31f6fd2928a2c95aa8ea0fce44 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 24 Sep 2024 14:40:19 +0200 Subject: [PATCH] * update python-keystoneauth1 to 5.8.0-1 --- python/python-keystoneauth1/.SRCINFO | 36 +++++++++++++++++++++ python/python-keystoneauth1/.nvchecker.toml | 3 ++ python/python-keystoneauth1/PKGBUILD | 9 +++--- 3 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 python/python-keystoneauth1/.SRCINFO create mode 100644 python/python-keystoneauth1/.nvchecker.toml diff --git a/python/python-keystoneauth1/.SRCINFO b/python/python-keystoneauth1/.SRCINFO new file mode 100644 index 0000000000..31d6e23ff6 --- /dev/null +++ b/python/python-keystoneauth1/.SRCINFO @@ -0,0 +1,36 @@ +pkgbase = python-keystoneauth1 + pkgdesc = Authentication Library for OpenStack Identity + pkgver = 5.8.0 + pkgrel = 1 + url = https://docs.openstack.org/developer/keystoneauth + arch = any + license = Apache + checkdepends = python-hacking + checkdepends = python-oslo-config + checkdepends = python-oslo-utils + checkdepends = python-oslotest + checkdepends = python-betamax + checkdepends = python-requests-mock + checkdepends = python-stestr + checkdepends = python-testresources + checkdepends = python-testtools + checkdepends = python-yaml + checkdepends = python-requests-kerberos + checkdepends = python-lxml + checkdepends = python-oauthlib + makedepends = git + makedepends = python-setuptools + depends = python-pbr + depends = python-iso8601 + depends = python-stevedore + depends = python-os-service-types + depends = python-requests + optdepends = python-requests-kerberos: for kerberos support + optdepends = python-lxml: for saml2 support + 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#tag=5.8.0 + sha512sums = 0abf65321360eef268fd7b77ff4fffe01f22d2c5fa9c02fcbad71a578e34f02c6075e0dfaa6bb9a21ca724bce8a84214342a217c672a6f619a8fd842db18a4e0 + +pkgname = python-keystoneauth1 diff --git a/python/python-keystoneauth1/.nvchecker.toml b/python/python-keystoneauth1/.nvchecker.toml new file mode 100644 index 0000000000..c2bcad04df --- /dev/null +++ b/python/python-keystoneauth1/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-keystoneauth1] +source = "git" +git = "https://github.com/openstack/keystoneauth.git" diff --git a/python/python-keystoneauth1/PKGBUILD b/python/python-keystoneauth1/PKGBUILD index 29557b1f6f..1806758218 100644 --- a/python/python-keystoneauth1/PKGBUILD +++ b/python/python-keystoneauth1/PKGBUILD @@ -3,9 +3,8 @@ # Contributor: Daniel Wallace pkgname=python-keystoneauth1 -pkgver=5.6.0 -_commit=e071ad44b01362b8ee930cb23dbb52e2d87fd62d -pkgrel=2 +pkgver=5.8.0 +pkgrel=1 pkgdesc="Authentication Library for OpenStack Identity" arch=(any) url="https://docs.openstack.org/developer/keystoneauth" @@ -21,8 +20,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=('0abf65321360eef268fd7b77ff4fffe01f22d2c5fa9c02fcbad71a578e34f02c6075e0dfaa6bb9a21ca724bce8a84214342a217c672a6f619a8fd842db18a4e0') build() { cd keystoneauth