summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-19 08:30:32 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-19 08:30:35 +0100
commit259643c993c6bba89a66da3b84329dd2e1dc439d (patch)
tree647c8c5a110321586e6d460331ee71fbde890d6a /gnu/packages/python-web.scm
parent2d8d6ce330347bb51871a7dbf0d335000c4d1d3c (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7e914866df3..80b71286781 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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