[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/223: gnu: python-json-logger: Update to 2.0.7.
From: |
guix-commits |
Subject: |
94/223: gnu: python-json-logger: Update to 2.0.7. |
Date: |
Thu, 17 Oct 2024 06:20:49 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8a28acc014534c04f31918db48518f528da6f700
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 8588fb21ba..c4238ede1f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31490,17 +31490,17 @@ associated with file system objects (files,
directories, symlinks, etc).")
(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
- 71/223: gnu: Add python-fqdn., (continued)
- 71/223: gnu: Add python-fqdn., guix-commits, 2024/10/17
- 75/223: gnu: Add python-notebook-shim., guix-commits, 2024/10/17
- 74/223: gnu: Add python-pytest-jupyter., guix-commits, 2024/10/17
- 81/223: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/10/17
- 85/223: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/10/17
- 79/223: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/17
- 86/223: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/10/17
- 88/223: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/10/17
- 89/223: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/10/17
- 90/223: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/10/17
- 94/223: gnu: python-json-logger: Update to 2.0.7.,
guix-commits <=
- 95/223: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/10/17
- 96/223: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/10/17
- 99/223: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/10/17
- 103/223: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/10/17
- 108/223: gnu: Add python-jsonschema-path., guix-commits, 2024/10/17
- 100/223: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/10/17
- 109/223: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/17
- 116/223: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/17
- 117/223: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/10/17
- 118/223: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/10/17