diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-24 20:53:23 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-25 12:00:47 +0700 |
commit | 06e2ebf4ccb5d843f4befde794effe429ace8298 (patch) | |
tree | e36fcaf124593491182e2bba6582470cc41379f3 /python/python3-prometheus_client | |
parent | aa52858532e3db3434d81fb5c6454146028040d9 (diff) |
python/python3-prometheus_client: Update for 0.17.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-prometheus_client')
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.info | 6 |
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 0facb5a3beda6..aaa1b490d3370 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.16.0} +VERSION=${VERSION:-0.17.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 a31563edaf22d..949ac72fbaaf7 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.16.0" +VERSION="0.17.0" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.16.0/client_python-0.16.0.tar.gz" -MD5SUM="8dd9e2f2336f87c23770ebd66486647b" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.17.0/client_python-0.17.0.tar.gz" +MD5SUM="70a6b657239e3f61da679c7f266cff54" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |