GNU bug report logs - #50382
[[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 4 Sep 2021 20:17:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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: Felix Gruber <felgru <at> posteo.net>
Subject: bug#50382: closed (Re: [bug#50382] [[PATCH core-updates-frozen]]
 gnu: python-gast: Update to 0.5.2.)
Date: Sun, 05 Sep 2021 09:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#50382: [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.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 50382 <at> debbugs.gnu.org.

-- 
50382: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50382
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 50382-done <at> debbugs.gnu.org
Subject: Re: [bug#50382] [[PATCH core-updates-frozen]] gnu: python-gast:
 Update to 0.5.2.
Date: Sun, 05 Sep 2021 09:10:30 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as 8bb7cb7befd0e4d7a8dacf4942401f39609cf339.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2.
Date: Sat,  4 Sep 2021 20:15:07 +0000
* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.2.
---
This fixes a build failure of python-gast on the core-updates-frozen
branch.

 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 747340926c..acc7910f32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21843,13 +21843,13 @@ distribution.")
 (define-public python-gast
   (package
     (name "python-gast")
-    (version "0.3.3")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gast" version))
        (sha256
-        (base32 "0mrvvfzqafj1wzd0xxfmjf4vphnlxypbhpic1m283aj9i8lfz0dq"))))
+        (base32 "1xv77kzghiqfm4fnvlv0p878ma152dvcfkly3jij89lqigxcw7zq"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-astunparse" ,python-astunparse)))
-- 
2.30.2




This bug report was last modified 3 years and 256 days ago.

Previous Next


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