summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-06 00:29:35 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-06 00:29:35 +0000
commit7defdcb5f5322fed94f90826628688af346f6990 (patch)
tree5d797c531989becb39283e7db2c797f8cf8fb262 /gnu
parent02fcd10fdb403c4c165ead89f4ee51dc112d1d4b (diff)
gnu: python-structlog: Update to 25.5.0.
* gnu/packages/python-xyz.scm (python-structlog): Update to 25.5.0. [native-inputs]: Remove python-freezegun and python-pretend; add python-time-machine. Change-Id: Idb6616601239e751e54d37f386b2f07557831093
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 5 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b160c4b97b9..6bce45ed1ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19792,25 +19792,21 @@ explicit subcommand name.")
(define-public python-structlog
(package
(name "python-structlog")
- (version "25.4.0")
+ (version "25.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "structlog" version))
(sha256
- (base32
- "1r09fhpshvkrnyn6v93045q32shxvx56d5bh84ljwxmfm2qd2v0q"))))
+ (base32 "167wj0hxrsa9kbalh86vvwqs105zi8ld1ikh8lyibndypsij5189"))))
(build-system pyproject-build-system)
(native-inputs
- (list ;; For the build
- python-hatch-fancy-pypi-readme
+ (list python-hatch-fancy-pypi-readme
python-hatch-vcs
python-hatchling
- ;; For the tests
- python-freezegun
- python-pretend
python-pytest
- python-pytest-asyncio))
+ python-pytest-asyncio
+ python-time-machine))
(home-page "https://www.structlog.org/")
(synopsis "Structured Logging for Python")
(description "@code{structlog} changes logging in Python by adding structure