[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/361: gnu: python-prometheus-client: Update to 0.20.0.
From: |
guix-commits |
Subject: |
82/361: gnu: python-prometheus-client: Update to 0.20.0. |
Date: |
Thu, 21 Nov 2024 06:28:54 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fff0d84fb8e46a4efa1dbf2990df6caebba6a6f6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 18:10:35 2024 +0200
gnu: python-prometheus-client: Update to 0.20.0.
* gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.20.0.
[propagated-inputs]: Remove python-twisted.
Change-Id: Id784729ae1f9645a97347457d32d9c15ddb2b289
---
gnu/packages/monitoring.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index d6fab3f32c..7dd30f9a6e 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -498,19 +498,17 @@ demand.")
(define-public python-prometheus-client
(package
(name "python-prometheus-client")
- (version "0.7.1")
+ (version "0.20.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "prometheus_client" version))
(sha256
- (base32 "1ni2yv4ixwz32nz39ckia76lvggi7m19y5f702w5qczbnfi29kbi"))))
+ (base32 "12dvlh4k6in87q47f0zqh8nrnnfs0pwrs2xynbf34yhl1g82jxi8"))))
(build-system python-build-system)
(arguments
'(;; No included tests.
#:tests? #f))
- (propagated-inputs
- (list python-twisted))
(home-page
"https://github.com/prometheus/client_python")
(synopsis "Python client for the Prometheus monitoring system")
- 07/361: gnu: criu: Remove temporary workaround., (continued)
- 07/361: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/21
- 38/361: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/21
- 39/361: gnu: java-testng: Drop input labels., guix-commits, 2024/11/21
- 41/361: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/21
- 46/361: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/21
- 69/361: gnu: Add python-uri-template., guix-commits, 2024/11/21
- 64/361: gnu: Add python-pep440., guix-commits, 2024/11/21
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/21
- 82/361: gnu: python-prometheus-client: Update to 0.20.0.,
guix-commits <=
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/21
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/21
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/21
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/21
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/21
- 131/361: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/21
- 121/361: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/21
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/21
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/21
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/21