[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
362/474: gnu: python-tinycss2: Update to 1.4.0.
From: |
guix-commits |
Subject: |
362/474: gnu: python-tinycss2: Update to 1.4.0. |
Date: |
Sat, 30 Nov 2024 18:20:55 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3cb953260cf4b9fbe9034669bfe0ccef56bf341e
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 b83f17d34b..00801a1fe8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6273,7 +6273,7 @@ modules:
(define-public python-tinycss2
(package
(name "python-tinycss2")
- (version "1.1.0")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -6283,13 +6283,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
- 369/474: gnu: python-prettytable: Update to 3.12.0., (continued)
- 369/474: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/30
- 375/474: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/30
- 363/474: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/30
- 356/474: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/30
- 367/474: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/30
- 365/474: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/30
- 343/474: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/30
- 361/474: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/30
- 347/474: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/30
- 355/474: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/30
- 362/474: gnu: python-tinycss2: Update to 1.4.0.,
guix-commits <=
- 366/474: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/30
- 377/474: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/30
- 385/474: gnu: python-trio: Update to 0.27.0., guix-commits, 2024/11/30
- 386/474: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/30
- 391/474: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/30
- 392/474: gnu: python-loguru: Update to 0.7.2., guix-commits, 2024/11/30
- 389/474: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/30
- 390/474: gnu: python-tenacity: Update to 9.0.0., guix-commits, 2024/11/30
- 395/474: gnu: python-ecdsa: Update to 0.19.0., guix-commits, 2024/11/30
- 402/474: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/30