Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DF634782F21 for <~alpine/aports@lists.alpinelinux.org>; Sat, 9 Apr 2022 08:13:48 +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=1649491578; 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=vDJsz6gjtj+QoPOUFyKWco8eLJxgZEtgCsPHvM/HigA=; b=bxC/xHzR9IgQKPufCnXs+KL3aG/eLrSWTUr9b6ze2AJPT+Mdp6kOX+qbr18oD2ZrLQ0Tdj cvC6s4EmwfA88BVkoh8SVMA18mhZGS7DLlIq1LC1P6Cq/1CIkp9xet3r+g7iquUEyWewN6 N6NaWP6/r7dTpri97DB0zCv7jHZYFDMHG8M9cyebS6AAR7vKXwhL9+dA/N8q91DcFigYM4 iHiR+PmJUKdR/InbF45BKqXJpEDy9tT/Z2793W8A5EIDTV39mlIZpi3liWjRKG/WNkr0Ey 4z4CnsXweos5FgdBKwRV/exQDn0su44lBy/UREKx2H1dorhQ4jXZObJLKkKBdQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.14.1 Date: Sat, 9 Apr 2022 10:06:17 +0200 Message-Id: <20220409080617.24739-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 e1b521c590..893b7e8d71 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.14.0 +pkgver=0.14.1 pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" @@ -22,5 +22,5 @@ package() { } sha512sums=" -7294765e2c042c81be1bffcedc2eb5e24823f8b2c93508bbe287e8cfa81bfef83d879790f38ac5effcff51eca7569b39663223ba0325f44819992c097af2faff prometheus_client-0.14.0.tar.gz +3ba1389f23566ecab1371452ec717e06c4e444d1ac8a37cb27429493e64f3931e6876734c0947cb43ba086ed51ca47a0c7764d488ea6e7f2d0864447f49b09e4 prometheus_client-0.14.1.tar.gz " base-commit: 885fbddf02f7ed1a4cd5b4d5423b1f04fd14c6ec prerequisite-patch-id: 2d54edaaade50b5a12b6ea84a2ce88e87451d7be prerequisite-patch-id: 941711984b73b51577fa4c00aeba004c06a6ddc3 prerequisite-patch-id: c616a10d78430421fd27961adb202c1846e9776a prerequisite-patch-id: d6c67b207203e99a143162011c6efc89ce956d16 prerequisite-patch-id: 8998f9c236fd950b832692b121466f5ec661ec63 -- 2.35.1