GNU bug report logs - #69764
[PATCH] gnu: python-build: Update python-wheel to 0.43.0.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Tue, 12 Mar 2024 23:50:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69764: closed ([PATCH] gnu: python-build: Update python-wheel
 to 0.43.0.)
Date: Mon, 28 Jul 2025 23:02:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 29 Jul 2025 00:01:26 +0100
with message-id <87zfcnj4xl.fsf <at> gmail.com>
and subject line [PATCH] gnu: python-build: Update python-wheel to 0.43.0.
has caused the debbugs.gnu.org bug report #69764,
regarding [PATCH] gnu: python-build: Update python-wheel to 0.43.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69764: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69764
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH] gnu: python-build: Update python-wheel to 0.43.0.
Date: Wed, 13 Mar 2024 00:47:46 +0100
---
 gnu/packages/python-build.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 2ea457cdba..863ed7373a 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -331,20 +331,17 @@ (define-public python-setuptools-57
 (define-public python-wheel
   (package
     (name "python-wheel")
-    (version "0.40.0")
+    (version "0.43.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "wheel" version))
         (sha256
          (base32
-          "0ww8fgkvwv35ypj4cnngczdwp6agr4qifvk2inb32azfzbrrc4fd"))))
-    (build-system python-build-system)
-    (arguments
-     ;; FIXME: The test suite runs "python setup.py bdist_wheel", which in turn
-     ;; fails to find the newly-built bdist_wheel library, even though it is
-     ;; available on PYTHONPATH.  What search path is consulted by setup.py?
-     '(#:tests? #f))
+          "118x5y37152by7f8gvzwda441jd8b42w92ngs6i5sp7sd4ngjpj6"))))
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list python-flit-core))
     (home-page "https://github.com/pypa/wheel")
     (synopsis "Format for built Python packages")
     (description
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 69764-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-build: Update python-wheel to 0.43.0.
Date: Tue, 29 Jul 2025 00:01:26 +0100
[Message part 4 (text/plain, inline)]
Hi,

python-wheel was refreshed to the latest current version on python-team
branch.

Closing as superseded by <https://codeberg.org/guix/guix/commit/8aa857a88b24e81a0de98c9401e9b942b21a041c>.

--
Thanks,
Oleg 
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 11 days ago.

Previous Next


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