[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: python-beautifulsoup4: Update to 4.11.1.
From: |
guix-commits |
Subject: |
01/14: gnu: python-beautifulsoup4: Update to 4.11.1. |
Date: |
Fri, 9 Sep 2022 17:01:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 8b1f117187ad224058381b086b5c258a229cdf2b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 17:55:20 2022 +0200
gnu: python-beautifulsoup4: Update to 4.11.1.
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.11.1.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-PYTEST.
---
gnu/packages/python-xyz.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 21106bf832..2f5fe120bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9386,15 +9386,23 @@ the GObject Introspection bindings to libnotify for
non-GTK applications.")
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
- (version "4.10.0")
+ (version "4.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
- "14c8z4gh9bi38agx9ls8ym5rscc02pc6f6hmliaqk08xa8yd4fn2"))))
+ "14v68cpfzckfz63n9hnbsm271jvzvxscyijz83mhha7gcmdsb6md"))))
(build-system python-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv")))))))
+ (native-inputs
+ (list python-pytest))
(propagated-inputs
(list python-soupsieve python-html5lib python-lxml))
(home-page
- branch master updated (8eeadc8cb8 -> b15c0e75f9), guix-commits, 2022/09/09
- 03/14: gnu: python-psutil: Update to 5.9.2., guix-commits, 2022/09/09
- 01/14: gnu: python-beautifulsoup4: Update to 4.11.1.,
guix-commits <=
- 14/14: gnu: QEMU: Use G-expression., guix-commits, 2022/09/09
- 04/14: gnu: python-pytest-benchmark: Update to 3.4.1., guix-commits, 2022/09/09
- 07/14: gnu: graphicsmagick: Use G-expression., guix-commits, 2022/09/09
- 09/14: gnu: meson: Introduce versioned 'meson-0.60' variable., guix-commits, 2022/09/09
- 05/14: gnu: graphicsmagick: Update to 1.3.38., guix-commits, 2022/09/09
- 11/14: gnu: Explicitly use OpenSSL 1.1 in more packages., guix-commits, 2022/09/09
- 12/14: gnu: libcacard: Explicitly add NSS on RUNPATH., guix-commits, 2022/09/09
- 02/14: gnu: python-pathlib2: Update to 2.3.7.post1., guix-commits, 2022/09/09
- 10/14: gnu: Explicitly use meson@0.60 in packages that don't support 0.63., guix-commits, 2022/09/09
- 06/14: gnu: graphicsmagick: Remove input labels., guix-commits, 2022/09/09