guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 79bcf54910c440d4800307eb6ca20829e78b0d66
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Mar 17 09:07:06 2026 +0000
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.
Change-Id: Iaac316ffb1932f98543014218b632777484dd0bc
---
gnu/packages/python-web.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 40833451ce..413bf6f830 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9424,22 +9424,22 @@ 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)
(uri (git-reference
- (url "https://github.com/Kozea/tinycss2")
- (commit (string-append "v" version))
- (recursive? #true)))
+ (url "https://github.com/Kozea/tinycss2")
+ (commit (string-append "v" version))
+ (recursive? #true)))
(file-name (git-file-name name version))
(sha256
- (base32 "11m5vhpdz6zlzq2lqqklkhd0h4jxblpvcrdf9cc4s06nhr9acp0r"))))
+ (base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5"))))
(build-system pyproject-build-system)
+ ;; tests: 16968 passed
(native-inputs
(list python-flit
- python-pytest
- python-pytest-cov))
+ python-pytest))
(propagated-inputs
(list python-webencodings))
(home-page "https://tinycss2.readthedocs.io/")