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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: bug#63577: closed (Re: [PATCH] gnu: python-beautifulsoup4: Update
 to 4.12.2.)
Date: Sun, 23 Feb 2025 10:10:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63577 <at> debbugs.gnu.org.

-- 
63577: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63577
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.