Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6F31E780FF7 for <~alpine/aports@lists.alpinelinux.org>; Wed, 26 Jan 2022 07:43:33 +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=1643182454; 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=7Wi8u/TPnltE6+5ExgNUCqYXSpyzUTDdNB7T82tlZis=; b=E3Z/q9H6x/9tm44EPEXonLsKuB05lQOByEOzw1rmrc1jl9jSq7m+SUQVL416a9p3mSIh2b zxKiYheNUyYzHTVI238fcoR6i9u5We9/pVA+S+0QgZRttiujuF5TMWVRay+eB8A3shuW/6 sK9a7A6LtbY4C9GpJWZ0VHp90e08QwZDfNS7HefXLUJZRe2bRlKkJ0Aum2AdCPml/FN4k5 l7LwcNl993Lu432UXtNpAI9UYCR6a6TnsqQDBRG3hJYXcC1hlS5t4/QA1bXAlYjb9ZuzN5 Lv5bE+PmNXlki1jV1ewkmoc6aFvCbsglCTda/YX/pSaB9hF/Z6+71EjQvFWHTg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.13.0 Date: Wed, 26 Jan 2022 08:34:13 +0100 Message-Id: <20220126073413.22536-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-prometheus-client/APKBUILD b/community/py3-prometheus-client/APKBUILD index 3773a20c62..7c36237113 100644 --- a/community/py3-prometheus-client/APKBUILD +++ b/community/py3-prometheus-client/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=py3-prometheus-client -pkgver=0.12.0 -pkgrel=1 +pkgver=0.13.0 +pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" arch="noarch" @@ -22,5 +22,5 @@ package() { } sha512sums=" -eabfc16d3df8e4334ca0827fa86903a05cf772be716abdfe401885191aca72f93180c5cc2a86580e3ad2a0db58898543d9732ec23bc0af4a37e4feba0773454b prometheus_client-0.12.0.tar.gz +003ef46f99f2ae6ec30ac123a6c6a2d225bfb88e87ab075b5fabdad20dc03bbd2ad3b7a2ba338b887507631f2cd228d9327986569dedba9c4278f71087e992d8 prometheus_client-0.13.0.tar.gz " -- 2.34.1