summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-05 08:38:46 +0200
committer Willy Sudiarto Raharjo2021-04-10 12:04:51 +0200
commit29552b2656c23004ad1415786ed696fcc2227b11 (patch)
treee8fa35b5cfccb36a969381ab1a6cad2d8c76d8df
parent2a8f85d239741eabdf13273adff00f1ffec3e743 (diff)
downloadslackbuilds-29552b2656c23004ad1415786ed696fcc2227b11.tar.gz
python/python-prometheus_client: Updated for version 0.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-prometheus_client/python-prometheus_client.SlackBuild4
-rw-r--r--python/python-prometheus_client/python-prometheus_client.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild
index 06c4575048..ca535d2996 100644
--- a/python/python-prometheus_client/python-prometheus_client.SlackBuild
+++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for prometheus_client
-# Copyright 2018-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=python-prometheus_client
SRCNAM=client_python
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info
index 37b30b0711..579d2898c7 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.8.0"
+VERSION="0.10.0"
HOMEPAGE="https://prometheus.io/"
-DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.8.0/client_python-0.8.0.tar.gz"
-MD5SUM="7cfa3274d6ba8021e8ffdc0820a1c7a1"
+DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.10.0/client_python-0.10.0.tar.gz"
+MD5SUM="32203a54490182bb1035d67adebba33e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"