From 70892ba884393bae2ef1eefec3cf9894caade286 Mon Sep 17 00:00:00 2001 From: Naveen Date: Mon, 6 Sep 2021 11:16:26 +0000 Subject: [PATCH] python-stevedore: update to 3.4.0 --- mingw-w64-python-stevedore/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-stevedore/PKGBUILD b/mingw-w64-python-stevedore/PKGBUILD index 1ed2727a96..aa436e2aba 100644 --- a/mingw-w64-python-stevedore/PKGBUILD +++ b/mingw-w64-python-stevedore/PKGBUILD @@ -6,8 +6,8 @@ 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=3.3.0 -pkgrel=2 +pkgver=3.4.0 +pkgrel=1 pkgdesc="Manage dynamic plugins for Python applications (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-pbr") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('staticlibs' 'strip' '!debug') source=(https://pypi.org/packages/source/s/stevedore/stevedore-${pkgver}.tar.gz) -sha256sums=('3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee') +sha256sums=('59b58edb7f57b11897f150475e7bc0c39c5381f0b8e3fa9f5c20ce6c89ec4aa1') # Helper macros to help make tasks easier # apply_patch_with_msg() {