python-prometheus-client: update to 0.20.0

This commit is contained in:
Biswapriyo Nath 2024-02-24 05:01:03 +00:00
parent 3f5fa30ded
commit bc4eefb72d

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=0.19.0
pkgver=0.20.0
pkgrel=1
pkgdesc="Prometheus instrumentation library for Python applications (mingw-w64)"
arch=('any')
@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-twisted")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('4585b0d1223148c27a225b10dbec5ae9bc4c81a99a3fa80774fa6209935324e1')
sha256sums=('287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89')
prepare() {
rm -rf python-build-${MSYSTEM} | true