Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 21AA07818A8 for <~alpine/aports@lists.alpinelinux.org>; Wed, 2 Jun 2021 14:54:39 +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=1622645677; 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=K37E4gWbsYuR4KgaqokIjb7accd7l3QxUOHH+AbZ8OY=; b=mdcnZyZkjVycB08l2AoHdtK+PGLBpFrxndJ4dY0rgZomJI9kJPRFujV5EhOOuiLwU0W3Hw 9CqIk+kz1gvjwqzfLS1oHgAsvK0kntw348ofmrJSyLPrAQs5HjKb7y2LtozK9nqpD9TX8k 90kvYh88aDO6xgpfFmeIMA9kmKUVbO5nX/1M1gtl1D1rKX3M7fSMqFamO4LX84wJQjNtA/ gVJfgmVVqnve6UTRRmq7h2GdkFWwbOwReP8jERZvstDqbefwWLvw+eDTpQGlfioz43Yu1j XWs7dTywYabCRc+tAuJNqy3cFW92N+SR9AIHWr5Xdftqc8Uiva3CztPa/cOtoQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.11.0 Date: Wed, 2 Jun 2021 08:54:25 -0600 Message-Id: <20210602145425.5013-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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/py3-prometheus-client/APKBUILD b/community/py3-prometheus-client/APKBUILD index ee90077f2a..3a7782bd9e 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.10.1 +pkgver=0.11.0 pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" @@ -21,4 +21,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="bf8f8fa4fe1f006c35578a0ed52284beb716553a6417a33f6a0dd17669e84bbab5ed2b252f6866f2e25bd6852ba71272934c25f6e62a887a1c12d22e63b486af prometheus_client-0.10.1.tar.gz" +sha512sums=" +d8d2d50a0a771782ec947af59373c781e617bd46368eb4f9795b5d69a419e57c967ded0947512f52d3b6cd42e925e247dc2de4e9d38198d0acb9e72dff9c1af8 prometheus_client-0.11.0.tar.gz +" -- 2.31.1