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 5.0.1.


From: guix-commits
Subject: branch master updated: gnu: python-bleach: Update to 5.0.1.
Date: Mon, 08 May 2023 08:33:01 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 030a90bf9c gnu: python-bleach: Update to 5.0.1.
030a90bf9c is described below

commit 030a90bf9c9c1520263980419daa167cfd7ca6b0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 8 14:31:09 2023 +0200

    gnu: python-bleach: Update to 5.0.1.
    
    * gnu/packages/python-xyz.scm (python-bleach): Update to 5.0.1.
    [build-system]: Use pyproject-build-system.
    [arguments]: Remove custom 'check phase.
---
 gnu/packages/python-xyz.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1417031788..daec72949c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14276,19 +14276,14 @@ systems, as a command line tool, and as a Python 
library.")
 (define-public python-bleach
   (package
     (name "python-bleach")
-    (version "5.0.0")
+    (version "5.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bleach" version))
        (sha256
-        (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")))))))
+        (base32 "0p089853pkwzf1j2zjlmw67pwbkk0whpzfx9dbrd56zb8xf2a0qd"))))
+    (build-system pyproject-build-system)
     (propagated-inputs (list python-tinycss2 python-webencodings))
     (native-inputs (list python-pytest))
     (home-page "https://github.com/mozilla/bleach";)



reply via email to

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