~ruther/guix-local

7defdcb5f5322fed94f90826628688af346f6990 — Sharlatan Hellseher 5 months ago 02fcd10
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
1 files changed, 5 insertions(+), 9 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -9
@@ 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