[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/474: gnu: python-prometheus-client: Update to 0.20.0.
From: |
guix-commits |
Subject: |
82/474: gnu: python-prometheus-client: Update to 0.20.0. |
Date: |
Sat, 30 Nov 2024 18:19:55 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b94be2bcb6968a14a16a1cad746868c8b5f0da7c
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")
- 87/474: gnu: python-jupyter-client: Set environment variable., (continued)
- 87/474: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/30
- 76/474: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/30
- 94/474: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/30
- 97/474: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/30
- 102/474: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/30
- 96/474: gnu: Add python-jupyter-events., guix-commits, 2024/11/30
- 117/474: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/30
- 71/474: gnu: Add python-overrides., guix-commits, 2024/11/30
- 74/474: gnu: Add python-notebook-shim., guix-commits, 2024/11/30
- 80/474: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/30
- 82/474: gnu: python-prometheus-client: Update to 0.20.0.,
guix-commits <=
- 83/474: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/30
- 84/474: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/30
- 86/474: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/30
- 85/474: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/30
- 88/474: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/30
- 89/474: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/30
- 90/474: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/30
- 91/474: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/30
- 92/474: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/30
- 95/474: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/30