[arch-commits] Commit in python-osc-lib/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 17 09:56:08 UTC 2019
Date: Monday, June 17, 2019 @ 09:56:08
Author: felixonmars
Revision: 481906
upgpkg: python-osc-lib 1.13.0-1
Modified:
python-osc-lib/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-17 09:45:53 UTC (rev 481905)
+++ PKGBUILD 2019-06-17 09:56:08 UTC (rev 481906)
@@ -2,8 +2,8 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-osc-lib
-pkgver=1.12.1
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
pkgdesc="OpenStackClient Library"
arch=('any')
url="https://docs.openstack.org/osc-lib/latest/"
@@ -14,7 +14,7 @@
makedepends=('python-setuptools')
checkdepends=('python-oslotest' 'python-requests-mock')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz")
-sha512sums=('211d5f67f732e7f541b7542fe116a6653b9871c5b3b20f31d24f4768fd32629944e9eb8b7d7f636942e10eb106397178aca7fff1dc97e9d05c6e3c29c7007a6c')
+sha512sums=('b90288fc72d0a5227f48877f42f92634ce0cc5f813323ef0870dbe107f98d3a9824aad5e1b48b5dfa43a4712e40c65d1e0743a24e715983bf21cb57d266acc7d')
export PBR_VERSION=$pkgver
@@ -22,7 +22,7 @@
# https://storyboard.openstack.org/#!/story/2003142
sed -i 's/issubclass/isinstance/' osc-lib-$pkgver/osc_lib/utils/__init__.py
- sed -i 's/assertItemsEqual/assertCountEqual/' osc-lib-$pkgver/osc_lib/tests/cli/*.py
+ sed -i 's/assertItemsEqual/assertCountEqual/' osc-lib-$pkgver/osc_lib/tests/{cli,utils}/*.py
}
build() {
More information about the arch-commits
mailing list