python-cliff : Update to 2.14.1

This commit is contained in:
Alexey Pavlov
2019-06-03 12:34:24 +03:00
parent 3f477e7f18
commit ae8d39282c

View File

@@ -3,7 +3,7 @@
_realname=cliff
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.14.0
pkgver=2.14.1
pkgrel=1
pkgdesc="Command Line Interface Formulation Framewor (mingw-w64)"
arch=('any')
@@ -37,7 +37,7 @@ makedepends=('git'
# "${MINGW_PACKAGE_PREFIX}-python2-testscenarios")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
sha512sums=('5c478dc23a4b76a73705605477554132dfdd177e0e58c066b98d9b230f471476fd8c2f284a02706ccedd1fd0050bdd4d000716f60408e7458f9a24a02b6d19db')
sha512sums=('1439bbfaf595df5b7b3df5773737fa030b1e72f386cc6ae46d25417f9b34fe0e629f3003184f6d2d8284fc32b14224d1a1599ce730226caef0b70901d67e5293')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {