guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: python-tinycss2: Update to 1.4.0.


From: guix-commits
Subject: 02/13: gnu: python-tinycss2: Update to 1.4.0.
Date: Fri, 22 Nov 2024 10:48:01 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 54ff65daddd7f17c551ef472a3db6ffb89ab17aa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 11:44:08 2024 +0000

    gnu: python-tinycss2: Update to 1.4.0.
    
    * gnu/packages/python-web.scm (python-tinycss2): Update to 1.4.0.
    [native-inputs]: Remove python-pytest-flake8 and python-pytest-isort.
    
    Change-Id: I397b3cd61473fcf90681be1cab784ba7cc16334b
---
 gnu/packages/python-web.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 619d5c4eef..7f47ad177a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6266,7 +6266,7 @@ modules:
 (define-public python-tinycss2
   (package
     (name "python-tinycss2")
-    (version "1.1.0")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -6276,13 +6276,14 @@ modules:
              (recursive? #true)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zyc48vbmczpqj7f3f0d7zb3bz29fyj50dg0m6bbwbr5i88kq3sq"))))
+        (base32 "11m5vhpdz6zlzq2lqqklkhd0h4jxblpvcrdf9cc4s06nhr9acp0r"))))
     (build-system pyproject-build-system)
+    (native-inputs
+     (list python-flit
+           python-pytest
+           python-pytest-cov))
     (propagated-inputs
      (list python-webencodings))
-    (native-inputs
-     (list python-flit python-pytest python-pytest-cov
-           python-pytest-flake8 python-pytest-isort))
     (home-page "https://tinycss2.readthedocs.io/";)
     (synopsis "Low-level CSS parser for Python")
     (description "@code{tinycss2} can parse strings, return Python objects



reply via email to

[Prev in Thread] Current Thread [Next in Thread]