[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/420: gnu: python-json-logger: Update to 2.0.7.
From: |
guix-commits |
Subject: |
93/420: gnu: python-json-logger: Update to 2.0.7. |
Date: |
Tue, 26 Nov 2024 16:28:39 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 37143c818304ad2004e1c07858bab8bcc11a0108
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 18:52:11 2024 +0200
gnu: python-json-logger: Update to 2.0.7.
* gnu/packages/python-xyz.scm (python-json-logger): Update to 2.0.7.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: Ic927fd9012fc7761f76e74e464d6344b68aa5787
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4c945da04a..6ae1bd2995 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31727,17 +31727,17 @@ for embedding context in JSON objects.")
(define-public python-json-logger
(package
(name "python-json-logger")
- (version "0.1.11")
+ (version "2.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-json-logger" version))
(sha256
(base32
- "10g2ya6nsvn5vxzvq2wb8q4d43i3d7756i5rxyjna6d0y9i138xp"))))
- (build-system python-build-system)
- (home-page
- "https://github.com/madzak/python-json-logger")
+ "071f9d62ds1xdp88yzsfpf1pba2f78cp18193smcads2sc1frrr3"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
+ (home-page "https://github.com/madzak/python-json-logger")
(synopsis "JSON log formatter in Python")
(description "This library allows standard Python logging to output log
data
as JSON objects. With JSON we can make our logs more readable by machines and
- 77/420: gnu: python-jedi: Update to 0.19.1., (continued)
- 77/420: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/26
- 72/420: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/26
- 84/420: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/26
- 85/420: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/26
- 36/420: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/26
- 86/420: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/26
- 46/420: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/26
- 40/420: gnu: java-testng: Disable one test., guix-commits, 2024/11/26
- 66/420: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/26
- 92/420: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/26
- 93/420: gnu: python-json-logger: Update to 2.0.7.,
guix-commits <=
- 96/420: gnu: Add python-jupyter-events., guix-commits, 2024/11/26
- 78/420: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/26
- 97/420: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/26
- 99/420: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/26
- 108/420: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/26
- 109/420: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/26
- 113/420: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/26
- 126/420: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/26
- 130/420: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/26
- 132/420: gnu: Add python-comm., guix-commits, 2024/11/26