[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/195: gnu: python-prometheus-client: Update to 0.20.0.
From: |
guix-commits |
Subject: |
51/195: gnu: python-prometheus-client: Update to 0.20.0. |
Date: |
Tue, 15 Oct 2024 03:29:39 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 8dc0e147d8391e025c167b6a3746b72c2e26dca0
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 d4c442fbfe..26f0d550c6 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -495,19 +495,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")
- 184/195: gnu: python-numpydoc: Move to pyproject-build-sytem., (continued)
- 184/195: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/10/15
- 195/195: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/10/15
- 20/195: gnu: python-box: Add missing input., guix-commits, 2024/10/15
- 22/195: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/10/15
- 24/195: gnu: python-dbus-python: Add missing input., guix-commits, 2024/10/15
- 27/195: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/15
- 26/195: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 29/195: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 36/195: gnu: Add python-rfc3986-validator., guix-commits, 2024/10/15
- 46/195: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/10/15
- 51/195: gnu: python-prometheus-client: Update to 0.20.0.,
guix-commits <=
- 72/195: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/10/15
- 151/195: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/10/15
- 154/195: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/10/15
- 155/195: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/10/15
- 160/195: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/10/15
- 179/195: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/10/15
- 175/195: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/10/15
- 168/195: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/10/15
- 194/195: gnu: python-websockets: Move to pyproject-build-system., guix-commits, 2024/10/15
- 164/195: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/10/15