python-cliff: update to 4.9.1

This commit is contained in:
Biswapriyo Nath 2025-03-01 08:43:20 +00:00
parent f259804310
commit 7634677a01

View File

@ -3,7 +3,7 @@
_realname=cliff
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.8.0
pkgver=4.9.1
pkgrel=1
pkgdesc="Command Line Interface Formulation Framewor (mingw-w64)"
arch=('any')
@ -32,7 +32,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
# "${MINGW_PACKAGE_PREFIX}-python-oslosphinx"
# "${MINGW_PACKAGE_PREFIX}-python-testscenarios")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('23eff502e603cf0aa841eaea6662a42cd3064169162b3e596b20226400e34dfd')
sha256sums=('5b392198293c0b9225d459be8ba710cf8248f1ee33006bdeb3d92fb0012592b4')
prepare() {
rm -rf python-build-${MSYSTEM} | true