Skip to content
Snippets Groups Projects
Unverified Commit 43f8e9a2 authored by iarspider's avatar iarspider Committed by GitHub
Browse files

Add extra version of prometheus-client (#15067)

* Add extra version of py-prometheus-client

* Update package.py

* Update package.py
parent 98895297
Branches
Tags
No related merge requests found
......@@ -13,6 +13,10 @@ class PyPrometheusClient(PythonPackage):
url = "https://pypi.io/packages/source/p/prometheus_client/prometheus_client-0.7.1.tar.gz"
version('0.7.1', sha256='71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da')
version('0.7.0', sha256='ee0c90350595e4a9f36591f291e6f9933246ea67d7cd7d1d6139a9781b14eaae')
version('0.5.0', sha256='e8c11ff5ca53de6c3d91e1510500611cafd1d247a937ec6c588a0a7cc3bef93c')
variant('twisted', default=False, description='Expose metrics as a twisted resource')
depends_on('py-setuptools', type='build')
depends_on('py-twisted', type=('build', 'run'), when='+twisted')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment