Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 401A2781254 for <~alpine/aports@lists.alpinelinux.org>; Wed, 6 Apr 2022 08:01:47 +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=1649231786; 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=077fkpID9qZbWJcisPljFfXZgXu8NoGJN9IbIKOVodU=; b=QJvW+mxjZW8+LX/j3Rm/OcEuBEh7+WG5sU8QDptVGc7gWbEYFZC1l2/2xzqiSUYzC9M1f6 20OZ2R/CqlPeVvDUUdgtzf0c4RbyYfvLAo8AvB7z+EsWNJovjJXw0AdYM8WA7d10mKq3j5 OTAqY0un8dvUH0AmD4CYN37KfM/mfTAuCsp3KARJ+gNN2kgYnsPciQJrW24z6T6bUSwJd9 KjUz9su/udtXqAUCEMLRK7aZZimx3J+nbVcf5fae3zvNAiU09h4LO6IN2UTnWcSZaR2NGn SkmHvq8Fw8U6KwNBCl4dLpZKQQ69WZrqe/yauLo8Y+jyo0R3x0MQ2Wzn78SM3Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.14.0 Date: Wed, 6 Apr 2022 09:56:25 +0200 Message-Id: <20220406075625.4001-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 b6f55d018c..e1b521c590 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.1 +pkgver=0.14.0 pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" @@ -22,5 +22,5 @@ package() { } sha512sums=" -c2dee87499661e178aa12061febda550b867bb5d31256e8dd055ed53f4205605cbb6ce9cf8eddb0597f5fa05308de6991c2feb9bd30c0695cb6451dbd939cd4a prometheus_client-0.13.1.tar.gz +7294765e2c042c81be1bffcedc2eb5e24823f8b2c93508bbe287e8cfa81bfef83d879790f38ac5effcff51eca7569b39663223ba0325f44819992c097af2faff prometheus_client-0.14.0.tar.gz " -- 2.35.1