[arch-commits] Commit in python-prometheus_client/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Fri Aug 10 21:59:46 UTC 2018
Date: Friday, August 10, 2018 @ 21:59:45
Author: demize
Revision: 331365
upgpkg: python-prometheus_client 0.3.1-1
Modified:
python-prometheus_client/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-10 20:47:29 UTC (rev 331364)
+++ PKGBUILD 2018-08-10 21:59:45 UTC (rev 331365)
@@ -1,8 +1,8 @@
# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
pkgname=(python-prometheus_client python2-prometheus_client)
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="Prometheus instrumentation library for Python applications"
url="https://github.com/prometheus/client_python"
@@ -11,10 +11,10 @@
makedepends=('python' 'python-setuptools'
'python2' 'python2-setuptools')
-checkdepends=('python-twisted' 'python2-twisted')
+checkdepends=('python-twisted' 'python2-twisted' 'python2-futures')
source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-sha512sums=('7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c')
+sha512sums=('939a985bcf6b377d353871333634ab1641f50288c531ab70b3e5e5466362c02012ae6cf0adf889dac96a89fc5ce29462aa62e651ce21c15d40647d6465baab1a')
prepare() {
cp -r client_python-$pkgver client_python-$pkgver-py2
More information about the arch-commits
mailing list