1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-tinycss2: Update to 1.5.1.

* gnu/packages/python-web.scm (python-tinycss2): Update to 1.5.1.
[native-inputs]: Remove python-pytest-cov.
[home-page]: Update.

Change-Id: I9c9ae774d5b07285c2752d7d46615de6321602ba
This commit is contained in:
Cayetano Santos
2026-03-19 08:30:32 +01:00
parent 2d8d6ce330
commit 259643c993

View File

@@ -9387,7 +9387,7 @@ the non-map-specific features. It can be used to generate HTML + JS.")
(define-public python-tinycss2
(package
(name "python-tinycss2")
(version "1.4.0")
(version "1.5.1")
(source
(origin
(method git-fetch)
@@ -9397,15 +9397,14 @@ the non-map-specific features. It can be used to generate HTML + JS.")
(recursive? #true)))
(file-name (git-file-name name version))
(sha256
(base32 "11m5vhpdz6zlzq2lqqklkhd0h4jxblpvcrdf9cc4s06nhr9acp0r"))))
(base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5"))))
(build-system pyproject-build-system)
(native-inputs
(list python-flit
python-pytest
python-pytest-cov))
python-pytest))
(propagated-inputs
(list python-webencodings))
(home-page "https://tinycss2.readthedocs.io/")
(home-page "https://doc.courtbouillon.org/tinycss2/stable/")
(synopsis "Low-level CSS parser for Python")
(description "@code{tinycss2} can parse strings, return Python objects
representing tokens and blocks, and generate CSS strings corresponding to