gnu: python-readme-renderer: Update to 44.0.

* gnu/packages/python-xyz.scm (python-readme-renderer): Update to 44.0.
[propagated-inputs]: Remove python-bleach; add python-nh3.

Change-Id: Iaa41563e349a1850b5b5a148adbd6d350bacdd0f
This commit is contained in:
Sharlatan Hellseher 2025-06-28 16:47:40 +01:00
parent 9b32e82e6a
commit 78a05196b5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -33885,14 +33885,14 @@ positioning, and keyboard input.")
(define-public python-readme-renderer (define-public python-readme-renderer
(package (package
(name "python-readme-renderer") (name "python-readme-renderer")
(version "41.0") (version "44.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "readme_renderer" version)) (uri (pypi-uri "readme_renderer" version))
(sha256 (sha256
(base32 (base32
"1xvkf2i075rdqkwdrcrw4xglziqd7qs5lb2rbxr5snizi7ji2jsg")))) "1qfiqm3w1ydpbipns5nifa7h4wraxd72nh7imif819mzmd7064l7"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -33907,11 +33907,10 @@ positioning, and keyboard input.")
" and not test_rst_fixtures[test_rst_008.rst]" " and not test_rst_fixtures[test_rst_008.rst]"
" and not GFM")))) " and not GFM"))))
(propagated-inputs (propagated-inputs
(list python-bleach (list python-cmarkgfm
python-docutils python-docutils
python-pygments python-nh3
;; Optional dependencies. python-pygments))
python-cmarkgfm)) ;required by postorius
(native-inputs (native-inputs
(list python-pytest (list python-pytest
python-setuptools python-setuptools