GNU bug report logs - #63577
[PATCH] gnu: python-beautifulsoup4: Update to 4.12.2.

Previous Next

Package: guix-patches;

Reported by: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>

Date: Thu, 18 May 2023 19:48:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

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.

View this report as an mbox folder, status mbox, maintainer mbox


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):

From: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
To: guix-patches <at> gnu.org
Cc: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: [PATCH] gnu: python-beautifulsoup4: Update to 4.12.2.
Date: Thu, 18 May 2023 21:47:21 +0200
* 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):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 63577-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: python-beautifulsoup4: Update to 4.12.2.
Date: Sun, 23 Feb 2025 11:08:25 +0100
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.