[arch-commits] Commit in python-keystoneauth1/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 12 06:54:20 UTC 2018
Date: Saturday, May 12, 2018 @ 06:54:19
Author: felixonmars
Revision: 321002
upgpkg: python-keystoneauth1 3.6.0-1
Modified:
python-keystoneauth1/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-12 06:53:51 UTC (rev 321001)
+++ PKGBUILD 2018-05-12 06:54:19 UTC (rev 321002)
@@ -4,7 +4,7 @@
pkgbase=python-keystoneauth1
pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.5.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="Authentication Library for OpenStack Identity"
arch=('any')
@@ -11,7 +11,7 @@
url="http://docs.openstack.org/developer/keystoneauth"
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-positional' 'python2-positional' 'python-requests'
+ 'python2-iso8601' 'python-os-service-types' 'python2-os-service-types' 'python-requests'
'python2-requests' 'python-stevedore' 'python2-stevedore')
checkdepends=('python-requests-mock' 'python2-requests-mock' 'python-testscenarios'
'python2-testscenarios' 'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml'
@@ -21,7 +21,7 @@
'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 'python-stestr'
'python2-stestr')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz")
-sha512sums=('0808e3d4cad28ab8eae2ce7c8a1b503179b1ad4dfb69d6134daf09f2ea2c5f992f539c594b5426b7dc904422200f8fc1889217515e5705ff70c6cadda7a57d45')
+sha512sums=('f599160e9fc476c345c3788bfede842af989663ea1d4c866917cc357ab13447878128d2d94b84e58799423be64ce0ac72e7c8178b5ec0505caaaabe569f77b7e')
prepare() {
sed -i 's/pep8/pycodestyle/g' keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
@@ -49,7 +49,7 @@
}
package_python-keystoneauth1() {
- depends=('python-pbr' 'python-iso8601' 'python-stevedore' 'python-positional' 'python-requests')
+ depends=('python-pbr' 'python-iso8601' 'python-stevedore' 'python-os-service-types' 'python-requests')
optdepends=('python-requests-kerberos: for kerberos support'
'python-lxml: for saml2 support'
'python-oauthlib: for oauth1 support'
@@ -62,7 +62,7 @@
}
package_python2-keystoneauth1() {
- depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 'python2-positional' 'python2-requests')
+ depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 'python2-os-service-types' 'python2-requests')
optdepends=('python2-requests-kerberos: for kerberos support'
'python2-lxml: for saml2 support'
'python2-oauthlib: for oauth1 support'
More information about the arch-commits
mailing list