diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-13 12:02:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-14 17:51:43 +0700 |
commit | fb293f2507fa989b09563c16f5e13218b6b2706c (patch) | |
tree | e5e359768156936e88b1327c8d8df265e01951ee | |
parent | 5d6d6b66f6529e69d8dd861a3b341d6630b7012c (diff) |
python/python-prometheus-client: Update for 0.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index 29745cb56449..e80c419c9680 100644 --- a/python/python-prometheus_client/python-prometheus_client.SlackBuild +++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-prometheus_client -VERSION=${VERSION:-0.14.1} +VERSION=${VERSION:-0.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info index 59cf9d0b8817..7636dc42876f 100644 --- a/python/python-prometheus_client/python-prometheus_client.info +++ b/python/python-prometheus_client/python-prometheus_client.info @@ -1,8 +1,8 @@ PRGNAM="python-prometheus_client" -VERSION="0.14.1" +VERSION="0.15.0" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.14.1/client_python-0.14.1.tar.gz" -MD5SUM="b22423addf00664b8041d06cd2c83920" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.15.0/client_python-0.15.0.tar.gz" +MD5SUM="41ba70bf7a62e812a7f62e26b365a772" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |