diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index 8a8fc826d5..b444a7a1cb 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 +# Copyright 2022 Isaac Yu # 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 1de78c4d86..89d38cfb15 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"