Received: from out10.migadu.com (out10.migadu.com [46.105.121.227]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3006B780779 for <~alpine/aports@lists.alpinelinux.org>; Sat, 30 Oct 2021 07:31:25 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1635578590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=aj2JUvXXTZS5uPeSl7MH7RgyDgi2rkEo0X+WUWG4+uQ=; b=gg1gDIHerVZlWtV59nDJvDaINTpWCm+nfK4NN/eYDw7N0tLJJVgWtFBJLnogASO3IFeTAw LaXhkypONhUi4JXamIa9BbBlGPheC1SGHybBUThZKI5i/xrt0JIOUgt0swVnYZCI7paOxW Gx8NkErN9WDwZk0/B6uN/4dG/7Cz4BqrQoaQUu/x1XMm9g01JscHTdsRyJyzDIEIuq4a/Z 2Xd5uXYMKD0OEI25XLRXqe1zOZEqNSq9YnAFRJdF+Am4j3JB4ihyPrNryC06TP8Ji4p+yI r5WlVU+aoMzDpvR1tMBk5mAj//+wvqlh/TjvMGNRyCIJiYGTRG6p9KdziDmG/A== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.12.0 Date: Sat, 30 Oct 2021 09:22:57 +0200 Message-Id: <20211030072257.9258-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/py3-prometheus-client/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-prometheus-client/APKBUILD b/community/py3-prometheus-client/APKBUILD index 3a7782bd9e..51fc1baeb6 100644 --- a/community/py3-prometheus-client/APKBUILD +++ b/community/py3-prometheus-client/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=py3-prometheus-client -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" @@ -22,5 +22,5 @@ package() { } sha512sums=" -d8d2d50a0a771782ec947af59373c781e617bd46368eb4f9795b5d69a419e57c967ded0947512f52d3b6cd42e925e247dc2de4e9d38198d0acb9e72dff9c1af8 prometheus_client-0.11.0.tar.gz +eabfc16d3df8e4334ca0827fa86903a05cf772be716abdfe401885191aca72f93180c5cc2a86580e3ad2a0db58898543d9732ec23bc0af4a37e4feba0773454b prometheus_client-0.12.0.tar.gz " -- 2.33.1