diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-22 14:24:26 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 08:45:31 +0700 |
commit | 925fae1c42d2df2474317f383fb1704db26ac3c2 (patch) | |
tree | 4e91bc160c2e0b8949596552e79e29c59dad2c20 /python | |
parent | 062653d9f65e5bfd918182d638b5cc933a395663 (diff) |
python/python-prometheus_client: Updated for version 0.12.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.SlackBuild | 8 | ||||
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.info | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index 8a8fc826d5b8..b444a7a1cb40 100644 --- a/python/python-prometheus_client/python-prometheus_client.SlackBuild +++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for prometheus_client # Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +26,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-prometheus_client -SRCNAM=client_python -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +SRCNAM=client_python + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -88,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - LICENSE README.md \ + LICENSE NOTICE *.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info index 1de78c4d86e2..89d38cfb155a 100644 --- a/python/python-prometheus_client/python-prometheus_client.info +++ b/python/python-prometheus_client/python-prometheus_client.info @@ -1,10 +1,10 @@ PRGNAM="python-prometheus_client" -VERSION="0.10.1" +VERSION="0.12.0" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.10.1/client_python-0.10.1.tar.gz" -MD5SUM="eebf2eb36546ae6127f48842fb230611" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.12.0/client_python-0.12.0.tar.gz" +MD5SUM="36695335484025a7efb23d1e11c91314" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |