mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-bleach: Update to 6.2.0.
* gnu/packages/python-xyz.scm (python-bleach): Update to 6.2.0. [propagated-inputs]: Remove python-tinycss2; add python-webencodings. [native-inputs]: Remove python-wheel. Change-Id: I246a5b8ffcafc5c83ff9bb3e24fcc87043170f61
This commit is contained in:
parent
1bbb67d802
commit
3a1f5662a8
1 changed files with 8 additions and 4 deletions
|
@ -19263,13 +19263,13 @@ systems, as a command line tool, and as a Python library.")
|
||||||
(define-public python-bleach
|
(define-public python-bleach
|
||||||
(package
|
(package
|
||||||
(name "python-bleach")
|
(name "python-bleach")
|
||||||
(version "6.0.0")
|
(version "6.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bleach" version))
|
(uri (pypi-uri "bleach" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "054lp46iymchq3np0nar3k2h4da3wq4rzw652kdxh1syb70qa6hs"))
|
(base32 "07wrbzlmd6x63dz7lcdih9c4xkn79inimv6kh3yrk9dq310qjghj"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
@ -19277,8 +19277,12 @@ systems, as a command line tool, and as a Python library.")
|
||||||
(("bleach\\._vendor\\.html5lib") "html5lib"))
|
(("bleach\\._vendor\\.html5lib") "html5lib"))
|
||||||
(delete-file-recursively "bleach/_vendor/html5lib")))))
|
(delete-file-recursively "bleach/_vendor/html5lib")))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-html5lib python-tinycss2))
|
(native-inputs
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-html5lib
|
||||||
|
python-webencodings))
|
||||||
(home-page "https://github.com/mozilla/bleach")
|
(home-page "https://github.com/mozilla/bleach")
|
||||||
(synopsis "Whitelist-based HTML-sanitizing tool")
|
(synopsis "Whitelist-based HTML-sanitizing tool")
|
||||||
(description "Bleach is an easy whitelist-based HTML-sanitizing tool.")
|
(description "Bleach is an easy whitelist-based HTML-sanitizing tool.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue