From 1c078db385c6f77c92d4bda42120fde82705b887 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 24 Feb 2022 12:54:57 -0800 Subject: python/python-prometheus_client: Update for 0.13.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python-prometheus_client/python-prometheus_client.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/python-prometheus_client/python-prometheus_client.SlackBuild') diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index b444a7a1cb..8ea564bd06 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.12.0} +VERSION=${VERSION:-0.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3