From ec48c8a807f1fe26ace8f5afee6565d9c29cc33f Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 27 Feb 2020 12:12:35 +0300 Subject: [PATCH] python-oslo-concurrency: Update to 4.0.1 --- mingw-w64-python-oslo-concurrency/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-oslo-concurrency/PKGBUILD b/mingw-w64-python-oslo-concurrency/PKGBUILD index 493b202cee..b76375f4e3 100644 --- a/mingw-w64-python-oslo-concurrency/PKGBUILD +++ b/mingw-w64-python-oslo-concurrency/PKGBUILD @@ -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.0.0 +pkgver=4.0.1 pkgrel=1 pkgdesc="OpenStack library for all concurrency-related code (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock" options=('staticlibs' 'strip' '!debug') install=${_realname}3-${CARCH}.install source=("${_realname}-${pkgver}.tar.gz::https://github.com/openstack/oslo.concurrency/archive/${pkgver}.tar.gz") -sha512sums=('d75d84d4ce27b7418e358e5b5fdf0015511aa2caaddfed38f9eb4d1fdb4635c7df348c6cafbad26b3a0b9af8b41df898450f050e8899c4659c81b63ef8dfb45c') +sha512sums=('3edf44e80772353a8131848e2c63477c88824293076ab4c557d789b72753162b275fd6d103b1344327e87a77f8b42ebe41996b2940407e6fb8a881325acdcdd7') # Helper macros to help make tasks easier # apply_patch_with_msg() {