summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-05 16:38:43 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:55 +0100
commit4af6c9fa780fb8ccf76dd2d9f26c571b955c5a11 (patch)
treedf0b913c8d83d0194b67fc0b26cd76e2fd5614ac
parentf62318a6d35210d28e44586099f6db611333fbe4 (diff)
gnu: python-beautifulsoup4: Update to 4.13.4.
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.13.4. [propagated-inputs]: Add python-typing-extensions, python-cchardet, python-chardet, and python-charset-normalizer. Change-Id: I90db98f1547455732eb21d0efba865e351537336
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 12 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2e9dbb2a6c..48c5a95979 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15331,24 +15331,29 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
- (version "4.12.3")
+ (version "4.13.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
- "0l8hg3vz9q5fx7gav8sj5zr90d5k7xpc91c1fhhhs1ywis9d3qvl"))))
+ "15bi8fl51aibdz33h3j1191n5l0c4r3k4hpjvbmyysmfrvhw9cyv"))))
(build-system pyproject-build-system)
(native-inputs
(list python-hatchling
python-pytest))
(propagated-inputs
- (list python-soupsieve python-html5lib python-lxml))
- (home-page
- "https://www.crummy.com/software/BeautifulSoup/bs4/")
- (synopsis
- "Python screen-scraping library")
+ (list python-soupsieve
+ python-typing-extensions
+ ;; [optional]
+ python-cchardet
+ python-chardet
+ python-charset-normalizer
+ python-html5lib
+ python-lxml))
+ (home-page "https://www.crummy.com/software/BeautifulSoup/bs4/")
+ (synopsis "Python screen-scraping library")
(description
"Beautiful Soup is a Python library designed for rapidly setting up
screen-scraping projects. It offers Pythonic idioms for navigating,