[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: |
Fri, 22 Nov 2024 06:00:16 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit cf7f2bf9c70742cea8813a187c771f67b157c736
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")
- 149/361: gnu: Add ghc-language-python., (continued)
- 149/361: gnu: Add ghc-language-python., guix-commits, 2024/11/22
- 132/361: gnu: Add python-comm., guix-commits, 2024/11/22
- 152/361: gnu: qtile: Improve package style., guix-commits, 2024/11/22
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/22
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/22
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/22
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 70/361: gnu: Add python-fqdn., guix-commits, 2024/11/22
- 71/361: gnu: Add python-overrides., guix-commits, 2024/11/22
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 82/361: gnu: python-prometheus-client: Update to 0.20.0.,
guix-commits <=
- 95/361: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/22
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/22
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/22
- 120/361: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/22
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/22
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/22
- 188/361: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/22