GNU bug report logs -
#63577
[PATCH] gnu: python-beautifulsoup4: Update to 4.12.2.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63577 in the body.
You can then email your comments to 63577 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63577
; Package
guix-patches
.
(Thu, 18 May 2023 19:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 18 May 2023 19:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 23 Feb 2025 10:10:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
:
bug acknowledged by developer.
(Sun, 23 Feb 2025 10:10:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 63577-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to
> 4.12.2.
Package is already at version 4.12.3. Closing.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Mar 2025 11:24:52 GMT)
Full text and
rfc822 format available.
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.