[PATCH] gnu: python-beautifulsoup4: Update to 4.12.2.

  • Open
  • quality assurance status badge
Details
One participant
  • Philippe SWARTVAGHER
Owner
unassigned
Submitted by
Philippe SWARTVAGHER
Severity
normal
P
P
Philippe SWARTVAGHER wrote on 18 May 2023 21:47
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)
ccc1669ffe085e8b2ed4c5442cdbe753b4fa3702.1684439215.git.phil.swart@gmx.fr
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.12.2.
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 47cea7be6f..58ffe997eb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10735,15 +10735,15 @@ (define-public python-notify2
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
- (version "4.11.1")
+ (version "4.12.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
- "14v68cpfzckfz63n9hnbsm271jvzvxscyijz83mhha7gcmdsb6md"))))
- (build-system python-build-system)
+ "1nkjxcw4cv92rsngz8pl1v07dj7hzwdxpi3imkd14pd3vilvqas9"))))
+ (build-system pyproject-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(replace 'check
@@ -10751,7 +10751,7 @@ (define-public python-beautifulsoup4
(when tests?
(invoke "pytest" "-vv")))))))
(native-inputs
- (list python-pytest))
+ (list python-hatchling python-pytest))
(propagated-inputs
(list python-soupsieve python-html5lib python-lxml))
(home-page

base-commit: 5b700945fb0b33eec410de8979cae2fbf0d4f118
--
2.30.2
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 63577@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63577
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch