From 7117cd5b014ebaf682968b5cd8270214d5da892d Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 18 Sep 2022 20:06:03 +0000 Subject: [PATCH] python-stestr: update to 4.0.0 --- mingw-w64-python-stestr/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-stestr/PKGBUILD b/mingw-w64-python-stestr/PKGBUILD index b15649cc05..8282292f2a 100644 --- a/mingw-w64-python-stestr/PKGBUILD +++ b/mingw-w64-python-stestr/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.2.1 -pkgrel=2 +pkgver=4.0.0 +pkgrel=1 pkgdesc="A test runner runner similar to testrepository (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") # 'python-subunit2sql' 'python-coverage' 'python-ddt') options=('staticlibs' 'strip' '!debug') source=("https://pypi.io/packages/source/s/stestr/stestr-${pkgver}.tar.gz") -sha512sums=('43187ca0d81e3b31e16ed60a1db561dc49c34f679594d11cad8cb0e658bf790af0b3d606bf99233a5767e2511675d3aedb6a476046d2f5483ffab05eaae393ed') +sha512sums=('597fccc33929b763bfcda01296ad43fcacf37c07146188afb5f5d65230145c66be0d1fc907c7147a2c2ac61cd819d5965f74b6c8547d40851c191ffeacf12460') # Helper macros to help make tasks easier # apply_patch_with_msg() {