GNU bug report logs - #51708
[PATCH] gnu: python-pypa-build: Update to 0.7.0.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 9 Nov 2021 07:52:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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: jgart <jgart <at> dismail.de>
Subject: bug#51708: closed (Re: bug#51708: [PATCH] gnu: python-pypa-build:
 Update to 0.7.0.)
Date: Thu, 02 Dec 2021 14:50:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51708: [PATCH] gnu: python-pypa-build: Update to 0.7.0.

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 51708 <at> debbugs.gnu.org.

-- 
51708: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51708
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 51708-done <at> debbugs.gnu.org
Subject: Re: bug#51708: [PATCH] gnu: python-pypa-build: Update to 0.7.0.
Date: Thu, 02 Dec 2021 15:49:27 +0100
> * gnu/packages/python-build.scm (python-pypa-build): Update to 0.7.0.

This package has been updated on c-u-f.

Thanks,

Mathieu

[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: python-pypa-build: Update to 0.7.0.
Date: Tue,  9 Nov 2021 02:51:38 -0500
* gnu/packages/python-build.scm (python-pypa-build): Update to 0.7.0.
---
 gnu/packages/python-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index ace80382bb..dd97c9ff94 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -136,13 +136,13 @@ (define-public python-pep517-bootstrap
 (define-public python-pypa-build
   (package
     (name "python-pypa-build")
-    (version "0.1.0")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "build" version))
               (sha256
                (base32
-                "1d6m21lijwm04g50nwgsgj7x3vhblzw7jv05ah8psqgzk20bbch8"))))
+                "17xqija27x4my1yrnk6q2vwln60r39g2dhby9zg2l99qjgbdrahs"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;to tests in the PyPI release
-- 
2.33.1




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

Previous Next


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