summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2025-09-21 22:47:40 -0400
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:53 +0100
commit26da99d60d16e8c11161c778d64cc71b9aa48257 (patch)
tree34ad2c50cad84d217e7be94f30d5144879591bf6 /gnu/packages/python-xyz.scm
parent4fa75abbfe55a34083d754d659b3dfd1e1aa9c64 (diff)
gnu: python-structlog: Update to 25.4.0.
* gnu/packages/python-xyz.scm (python-structlog): Update to 25.4.0. [native-inputs]: Remove python-coverage, python-simplejson, and python-twisted. Change-Id: Ie5f848cd7a6b4f98a197adfc90e78cde6e827352
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5bc983b457..fe57b9027d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20226,14 +20226,14 @@ explicit subcommand name.")
(define-public python-structlog
(package
(name "python-structlog")
- (version "23.1.0")
+ (version "25.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "structlog" version))
(sha256
(base32
- "0swh5wxghpzdkncsl3zhiq5bblkj4i5r3g00lldw2qyiswfnh397"))))
+ "1r09fhpshvkrnyn6v93045q32shxvx56d5bh84ljwxmfm2qd2v0q"))))
(build-system pyproject-build-system)
(native-inputs
(list ;; For the build
@@ -20241,13 +20241,10 @@ explicit subcommand name.")
python-hatch-vcs
python-hatchling
;; For the tests
- python-coverage
python-freezegun
python-pretend
python-pytest
- python-pytest-asyncio
- python-simplejson
- python-twisted))
+ python-pytest-asyncio))
(home-page "https://www.structlog.org/")
(synopsis "Structured Logging for Python")
(description "@code{structlog} changes logging in Python by adding structure