From 7defdcb5f5322fed94f90826628688af346f6990 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 6 Nov 2025 00:29:35 +0000 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b160c4b97b9e9b136dd70be249d7fed4ce3d8ae1..6bce45ed1ecb07988e5d450aaa5359aa7acc0637 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