[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/233: gnu: python-bleach: Update to 5.0.0.
From: |
guix-commits |
Subject: |
110/233: gnu: python-bleach: Update to 5.0.0. |
Date: |
Sun, 24 Apr 2022 23:39:51 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit ff24d1f828bb4b871df88a18113462bdc5529b54
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 11:33:51 2022 -0400
gnu: python-bleach: Update to 5.0.0.
* gnu/packages/python-xyz.scm (python-bleach): Update to 5.0.0.
[propagated-inputs]: Remove python-packaging and python-six. Add
python-tinycss2.
---
gnu/packages/python-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c4889f61f4..c1aebab548 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13425,23 +13425,21 @@ systems, as a command line tool, and as a Python
library.")
(define-public python-bleach
(package
(name "python-bleach")
- (version "4.1.0")
+ (version "5.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bleach" version))
(sha256
- (base32 "1nkibazmw1ry4cfxs9qrkkidxdf2z1hh1b20xq1ahqdsgsrxh009"))))
+ (base32 "0rc5avysbsl3w3i2qvb6522263zhwlvf50w0ifs8776w9c2wrmn6"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests? (invoke "pytest" "-vv")))))))
- (propagated-inputs
- (list python-packaging python-six python-webencodings))
- (native-inputs
- (list python-pytest))
+ (propagated-inputs (list python-tinycss2 python-webencodings))
+ (native-inputs (list python-pytest))
(home-page "https://github.com/mozilla/bleach")
(synopsis "Whitelist-based HTML-sanitizing tool")
(description "Bleach is an easy whitelist-based HTML-sanitizing tool.")
- 90/233: gnu: python-click: Update to 8.1.2 and honor TESTS?., (continued)
- 90/233: gnu: python-click: Update to 8.1.2 and honor TESTS?., guix-commits, 2022/04/24
- 91/233: gnu: python-flask: Update to 2.1.1., guix-commits, 2022/04/24
- 94/233: gnu: pylint: Run tests in parallel., guix-commits, 2022/04/24
- 99/233: gnu: Add python-pytest-forked-next., guix-commits, 2022/04/24
- 101/233: gnu: Add python-ipyparallel-bootstrap., guix-commits, 2022/04/24
- 104/233: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/24
- 105/233: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/04/24
- 106/233: gnu: Add python-pytest-tornado., guix-commits, 2022/04/24
- 107/233: gnu: python-ipyparallel: Update to 8.2.1., guix-commits, 2022/04/24
- 108/233: gnu: python-anyio: Update to 3.5.0., guix-commits, 2022/04/24
- 110/233: gnu: python-bleach: Update to 5.0.0.,
guix-commits <=
- 112/233: gnu: Add texlive-lm-math., guix-commits, 2022/04/24
- 113/233: gnu: python-nbconvert: Update to 6.5.0., guix-commits, 2022/04/24
- 114/233: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/24
- 115/233: gnu: python-nbval: Fix build., guix-commits, 2022/04/24
- 119/233: gnu: Add python-docrepr., guix-commits, 2022/04/24
- 122/233: gnu: Add python-sphinx-theme-builder., guix-commits, 2022/04/24
- 126/233: gnu: Add texlive-cbfonts-fd., guix-commits, 2022/04/24
- 127/233: gnu: Add texlive-cbfonts., guix-commits, 2022/04/24
- 129/233: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/04/24
- 132/233: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/04/24