python-oslo-concurrency: update to 5.0.1

This commit is contained in:
Mehdi Chinoune
2022-09-10 11:56:59 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent b2c15046d6
commit 5fbf511460

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=5.0.0
pkgver=5.0.1
pkgrel=1
pkgdesc="OpenStack library for all concurrency-related code (mingw-w64)"
arch=('any')
@@ -23,7 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-oslotest"
"${MINGW_PACKAGE_PREFIX}-python-eventlet")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/openstack/oslo.concurrency/archive/${pkgver}.tar.gz")
sha512sums=('965aa0c6a1a7c35cf97c0bc6bec4ac507f3c59602258c24790b7c401de01059081eb28540bc663e36c936625ea0783ff377bbf275159dc5a36f988c0357a6076')
sha512sums=('e9f072b814c1e961110cb3da0c327ee9b1eb510780dcc0772b97cf8fc633577d7667e96b8f91b0741b47403dfbce50f12f76b97854e28f0d6c95a9c13a2a924d')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {