From 65eb2d035f932f751c361f2ccbb6ac0d586ec2f4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 24 Nov 2023 15:27:20 +0000 Subject: [PATCH] python-cliff: update to 4.4.0 --- mingw-w64-python-cliff/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-cliff/PKGBUILD b/mingw-w64-python-cliff/PKGBUILD index 5d235ecf90..00986c163b 100644 --- a/mingw-w64-python-cliff/PKGBUILD +++ b/mingw-w64-python-cliff/PKGBUILD @@ -6,14 +6,18 @@ 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.3.0 -pkgrel=2 +pkgver=4.4.0 +pkgrel=1 pkgdesc="Command Line Interface Formulation Framewor (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') msys2_references=( + 'archlinux: python-cliff' 'pypi: cliff' ) +msys2_repository_url='https://opendev.org/openstack/cliff/' +msys2_documentation_url='https://docs.openstack.org/cliff/latest/' +msys2_issue_tracker_url='https://launchpad.net/python-openstackclient/' url='https://docs.openstack.org/cliff/latest/' license=('spdx:Apache-2.0') depends=("${MINGW_PACKAGE_PREFIX}-python-autopage" @@ -33,7 +37,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=('fc5b6ebc8fb815332770b2485ee36c09753937c37cce4f3227cdd4e10b33eacc') +sha256sums=('aa8d404aa2d6b4d8639c61bd6dc47acb3656ebc3fc025b1b7bb07af2baef785f') # Helper macros to help make tasks easier # apply_patch_with_msg() {