Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-prometheus_client
Commits:
9e29018b by Jelle van der Waa at 2024-10-05T12:58:55+02:00
upgpkg: 0.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-prometheus_client
pkgdesc = Prometheus instrumentation library for Python applications
- pkgver = 0.20.0
- pkgrel = 2
+ pkgver = 0.21.0
+ pkgrel = 1
url = https://github.com/prometheus/client_python
arch = any
license = APACHE
@@ -9,7 +9,7 @@ pkgbase = python-prometheus_client
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
- source =
client_python-0.20.0.tar.gz::https://github.com/prometheus/client_python/archive/v0.20.0.tar.gz
- sha512sums =
b93de8fe7813e38b848d5053e5e9817090532912337b8eefe12b5ee456f33f96fc284e52a0fb426a846b2ef38b83614d834ee2c54ab54f27712b587eab5ae9f8
+ source =
client_python-0.21.0.tar.gz::https://github.com/prometheus/client_python/archive/v0.21.0.tar.gz
+ sha512sums =
73b3715d8aa2dbdc3dae5faa1dd13794460d61bfc458f66348bf838fce475c87fac155c4f7b4e7b685c6e13ddb6bf28f47a2d5a4bf2a44e38b808d1f4a330920
pkgname = python-prometheus_client
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Johannes Löthberg <[email protected]>
pkgname=python-prometheus_client
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
pkgdesc="Prometheus instrumentation library for Python applications"
url="https://github.com/prometheus/client_python"
@@ -15,7 +15,7 @@ checkdepends=('python-twisted' 'python-pytest')
source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-sha512sums=('b93de8fe7813e38b848d5053e5e9817090532912337b8eefe12b5ee456f33f96fc284e52a0fb426a846b2ef38b83614d834ee2c54ab54f27712b587eab5ae9f8')
+sha512sums=('73b3715d8aa2dbdc3dae5faa1dd13794460d61bfc458f66348bf838fce475c87fac155c4f7b4e7b685c6e13ddb6bf28f47a2d5a4bf2a44e38b808d1f4a330920')
build() {
cd client_python-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prometheus_client/-/commit/9e29018b8cf67fd2db993df75c965c90ce7e2451
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prometheus_client/-/commit/9e29018b8cf67fd2db993df75c965c90ce7e2451
You're receiving this email because of your account on gitlab.archlinux.org.