Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4B727782D59 for <~alpine/aports@lists.alpinelinux.org>; Fri, 9 Apr 2021 12:01:18 +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=1617969676; 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=qZju8hcMtU5HtuMEmu2tJz4V2fD0jZ8zGV/vCBYsqT8=; b=gcsl+Gn9oVNNDoCpNQQd1/ZvrgNOnm4j0aRTdJqvISlatnOCUbNcWhuCWMAmfkQwhIP30S xFkNDbiCdKJEHUyamLv09egNwO9noBm0wfhWyKmv1huxEfdPhd5bQNO+2BYdZ1c6tAZgPF d6wLilSxhk0GQxWmck2AaIFVdF5l9mF02CnDcs7y77+vm3KB4yH14tCZb9J+09xhQs/iYE G/mCMuhcdEjRXeSyMymfdr/DnH+99jD49rJKcH3ITlJdXSxjQtNzDjC1zlkF84Q9o2KXmz o8vqsClvxvEDyl279LrRY4Czgu8RPfL0834+IP2gFvhk62awSvuxlanEF8gOGw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault , Rasmus Thomsen Subject: [PATCH] community/py3-prometheus-client: upgrade to 0.10.1 Date: Fri, 9 Apr 2021 08:01:14 -0400 Message-Id: <20210409120114.30805-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, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-prometheus-client/APKBUILD b/community/py3-prometheus-client/APKBUILD index 405b92d15b..ee90077f2a 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.9.0 -pkgrel=1 +pkgver=0.10.1 +pkgrel=0 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" arch="noarch" @@ -21,4 +21,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="5b6ae0e22afdc2cdc3f1a03429a950d84d1ad5e6445d8b97db7b9fd124ae1beaa256ccb595486becc6bfa7029eca53bdaf18c0f93da8988ae853bc32c96692f0 prometheus_client-0.9.0.tar.gz" +sha512sums="bf8f8fa4fe1f006c35578a0ed52284beb716553a6417a33f6a0dd17669e84bbab5ed2b252f6866f2e25bd6852ba71272934c25f6e62a887a1c12d22e63b486af prometheus_client-0.10.1.tar.gz" -- 2.31.1