summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu@protonmail.com>2025-06-02 20:15:24 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-06 23:32:12 +0700
commit9929b638a9de2a085bc82f3dfa5eaca552adf286 (patch)
treea89649d11a1495d155e3f1f304f819087ea1627f /python
parent848887ea6a0a23869dc84ae3e9912d0656c0d3f4 (diff)
downloadslackbuilds-9929b638a9de2a085bc82f3dfa5eaca552adf286.tar.gz
slackbuilds-9929b638a9de2a085bc82f3dfa5eaca552adf286.tar.xz
python/python3-prometheus_client: Update for 0.22.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-prometheus_client/python3-prometheus_client.SlackBuild2
-rw-r--r--python/python3-prometheus_client/python3-prometheus_client.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
index 5617a3aed7..c80d5b2446 100644
--- a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
+++ b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-prometheus_client
-VERSION=${VERSION:-0.22.0}
+VERSION=${VERSION:-0.22.1}
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 c7739ecc3f..ebbe3c8705 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.22.0"
+VERSION="0.22.1"
HOMEPAGE="https://github.com/prometheus/client_python"
-DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.22.0/client_python-0.22.0.tar.gz"
-MD5SUM="001e3adcd4ada8c24c61ca8ec33f9570"
+DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.22.1/client_python-0.22.1.tar.gz"
+MD5SUM="cb40f13659c7846444d850cc644bfe86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"