guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-bleach: Update to 3.1.3 (fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816).
Date: Sun, 22 Mar 2020 04:53:07 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e64ea84  gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816).
e64ea84 is described below

commit e64ea84392ca85d1ef23ebc5e4c1ec759f29b8cd
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 22 10:39:08 2020 +0200

    gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816).
    
    * gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.3.
    [native-inputs]: Remove python-pytest-runner2. Add python-datrie,
    python-genshi, python-lxml.
    [home-page]: Update to new home-page.
---
 gnu/packages/python-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2a3329..65bc6df 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8197,22 +8197,24 @@ Jupyter Notebook format and Python APIs for working 
with notebooks.")
 (define-public python-bleach
   (package
     (name "python-bleach")
-    (version "3.1.1")
+    (version "3.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bleach" version))
        (sha256
         (base32
-         "0j4xlnw99m1xy0s7wxz9fk5f3c1n8r296fh75jn5p5j61w6qg2xa"))))
+         "0al437aw4p2xp83az5hhlrp913nsf0cg6kg4qj3fjhv4wakxipzq"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-webencodings" ,python-webencodings)
        ("python-six" ,python-six)))
     (native-inputs
-     `(("python-pytest" ,python-pytest)
-       ("python-pytest-runner" ,python-pytest-runner-2)))
-    (home-page "https://github.com/jsocol/bleach";)
+     `(("python-datrie" ,python-datrie)
+       ("python-genshi" ,python-genshi)
+       ("python-lxml" ,python-lxml)
+       ("python-pytest" ,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.")
     (license license:asl2.0)))



reply via email to

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