diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 20:41:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 18:53:13 +0700 |
commit | aea56b04751143faa2b5c08017a113a6f6df0267 (patch) | |
tree | 99c9f8701694f2b58dac45e3fa4b226aaf36e9f1 | |
parent | da6cc4c139405811f569ed991ebe92ea920c0f3b (diff) |
python/python3-prometheus_client: Update for 0.19.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild index 353f052b0d8c..2dc43ca9421a 100644 --- a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild +++ b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-prometheus_client # Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-prometheus_client -VERSION=${VERSION:-0.17.0} +VERSION=${VERSION:-0.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-prometheus_client/python3-prometheus_client.info b/python/python3-prometheus_client/python3-prometheus_client.info index d4fd4f9fca37..97c459b30fb8 100644 --- a/python/python3-prometheus_client/python3-prometheus_client.info +++ b/python/python3-prometheus_client/python3-prometheus_client.info @@ -1,8 +1,8 @@ PRGNAM="python3-prometheus_client" -VERSION="0.17.0" +VERSION="0.19.0" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.17.0/client_python-0.17.0.tar.gz" -MD5SUM="70a6b657239e3f61da679c7f266cff54" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.19.0/client_python-0.19.0.tar.gz" +MD5SUM="9da6edade466f2c72e9b4de20dc7aceb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |