Skip to content

Commit

Permalink
python/python3-prometheus_client: Update for 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackwy committed Dec 3, 2024
1 parent e5fe738 commit c8e0e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-prometheus_client
VERSION=${VERSION:-0.21.0}
VERSION=${VERSION:-0.21.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-prometheus_client"
VERSION="0.21.0"
VERSION="0.21.1"
HOMEPAGE="https://prometheus.io/"
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.21.0/client_python-0.21.0.tar.gz"
MD5SUM="5ea002871096de3da342a045f5ed7587"
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.21.1/client_python-0.21.1.tar.gz"
MD5SUM="d9601350bcd2e05aa529a163852f9f02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit c8e0e18

Please sign in to comment.