Date: Thursday, August 16, 2018 @ 13:19:14 Author: felixonmars Revision: 371967
upgpkg: python-oslo-config 6.4.0-1 Modified: python-oslo-config/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-16 13:16:40 UTC (rev 371966) +++ PKGBUILD 2018-08-16 13:19:14 UTC (rev 371967) @@ -4,8 +4,8 @@ pkgbase=python-oslo-config pkgname=(python-oslo-config python2-oslo-config) -pkgver=6.2.2 -pkgrel=2 +pkgver=6.4.0 +pkgrel=1 pkgdesc="parsing command line arguments and .ini style configuration files" arch=('any') url="https://pypi.python.org/pypi/oslo.config/$pkgver" @@ -15,10 +15,11 @@ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 'python2-rfc3986' 'python-yaml' 'python2-yaml' 'python2-enum34') checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 'python2-sphinx' - 'python-testrepository' 'python2-testrepository') + 'python-testrepository' 'python2-testrepository' 'python-requests-mock' + 'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log') options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz") -sha512sums=('d81769dace43ef5b5a3057f8ee4f30d4d799fd29e16cdce75374359e3720fc52164907ddb8ac16abe6606fdc42cfdac0670884ca3b38dfa315a605a037721d4d') +sha512sums=('ed3160a6fa743a13dc8549ae3bf2d4c51e6aeb1a5221a3772332ba206f65a9f78a7404464f8703d2b0630cb91643459c86c12b1fc239b4479374fb98c2cdeb45') prepare() { sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt