[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
344/361: gnu: python-beautifulsoup4: Update to 4.12.3.
From: |
guix-commits |
Subject: |
344/361: gnu: python-beautifulsoup4: Update to 4.12.3. |
Date: |
Thu, 21 Nov 2024 06:29:48 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit e898d262d4eee5920a9bca328614dc5b9caa7b63
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 13:09:30 2024 +0000
gnu: python-beautifulsoup4: Update to 4.12.3.
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.12.3.
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Use default 'check phase.
[native-inputs]: Add python-hatchling.
Change-Id: I91e885eb4bd2414554408acbc6fb57de936625b3
---
gnu/packages/python-xyz.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 70cba03807..b498d854ad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13691,23 +13691,18 @@ the GObject Introspection bindings to libnotify for
non-GTK applications.")
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
- (version "4.11.1")
+ (version "4.12.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
- "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")))))))
+ "0l8hg3vz9q5fx7gav8sj5zr90d5k7xpc91c1fhhhs1ywis9d3qvl"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-hatchling
+ python-pytest))
(propagated-inputs
(list python-soupsieve python-html5lib python-lxml))
(home-page
- 333/361: gnu: python-mypy: Update to 1.13.0., (continued)
- 333/361: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/21
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/21
- 332/361: gnu: python-jsonschema: Update to 4.23.0., guix-commits, 2024/11/21
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/21
- 214/361: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/21
- 236/361: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/21
- 266/361: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/21
- 269/361: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/21
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/21
- 328/361: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/21
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3.,
guix-commits <=
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/21
- 343/361: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/21
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/21
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/21