Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D4DBA7810AA for <~alpine/aports@lists.alpinelinux.org>; Sun, 30 Jan 2022 16:28:08 +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=1643559662; 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=a7FZ6o0CM4RsBNIrfFIW2TeRTQVRrmBMNX8Qc70/0rY=; b=JajsH3ep0WvAS5ei+XrdjJKKd7tfIvjjjLdb/9ypSQfjxtuQ7AuPv5aXGpR5FO2koemZI8 Sxz4SwlkCPEJsihizN2UhuoxC1lFtJ9QADKqkCAheMAaKrX4jJYOohPO+rhaFNhUg8BJBU +DtBHZ81cGdo/OkuzrA+OQoA9xcmG/7ZCxz2nOmY/sm1lBQ7xUvDx+HTav6hB8eURSDL+3 JJWxANvc9O5WSF1JuEdTWHfgrn/rPsh0QZ7lhVkifLjqAqirhS8cMaSkV1cbK0cBFhZxZF I1rIaRO7OLsqjsrZe3Xns2zvZ6MzrPp9b0uSxYY3yEtmoyItUkzZ4PQoqitgsA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.13.1 Date: Sun, 30 Jan 2022 17:20:49 +0100 Message-Id: <20220130162049.6166-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: 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 7c36237113..b6f55d018c 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.13.0 +pkgver=0.13.1 pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" @@ -22,5 +22,5 @@ package() { } sha512sums=" -003ef46f99f2ae6ec30ac123a6c6a2d225bfb88e87ab075b5fabdad20dc03bbd2ad3b7a2ba338b887507631f2cd228d9327986569dedba9c4278f71087e992d8 prometheus_client-0.13.0.tar.gz +c2dee87499661e178aa12061febda550b867bb5d31256e8dd055ed53f4205605cbb6ce9cf8eddb0597f5fa05308de6991c2feb9bd30c0695cb6451dbd939cd4a prometheus_client-0.13.1.tar.gz " -- 2.35.1