python-cliff: update to 4.6.0

This commit is contained in:
Mehdi Chinoune
2024-02-23 19:22:13 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 6f87591799
commit 4e086b530e

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=4.5.0
pkgver=4.6.0
pkgrel=1
pkgdesc="Command Line Interface Formulation Framewor (mingw-w64)"
arch=('any')
@@ -36,7 +36,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=('61beeac238530beb3ae19eefb421b8b290b97dcc9efee01fc32fe62fb75a31d9')
sha256sums=('2f38ce8bd1ea4958d66f15b066ac47e65d61f600b9319b921e12e9e9cbcd99d0')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {