[PATCH] gnu: python-build: Update python-wheel to 0.43.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

D
D
Daniel Ziltener wrote on 12 Mar 2024 16:47
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
f5a3f26fb824e9323dd037420f4d30f9@lyrion.ch
---
gnu/packages/python-build.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

Toggle diff (32 lines)
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
S
S
Sharlatan Hellseher wrote on 28 Jul 16:01 -0700
(address . 69764-done@debbugs.gnu.org)
87zfcnj4xl.fsf@gmail.com
Hi,

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


--
Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQJKBAEBCgA0FiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmiIAUYWHHNoYXJsYXRh
bnVzQGdtYWlsLmNvbQAKCRB21ye/9izStc7uD/sGGVVIAr+Ov7fZrmnA02jbPtaT
mbTn3x++lFNwtEPugsQ7BrhUEYj4D7cWug751hKcFi+IYGpxKpKTMkAZqP5Vpaox
TPZH3V50+FAXJDShmb0rJqYh6ojjMH+gO52XvUHaLWzquf52t+P1yT5Y8s1YLAAd
gV0N+QJnB1hghpufupyh4zHd6cBi5KsygFwP9/HGobtoJg9jWaTgdmtEffioryEu
GFnTFe7H0Q61aXfdpyAtni0IKktkzSpq8VzncAvL2Qi25+HguD8BOblYU5MoQ4xr
8ELAA4UZMr+eodgSwXaAJV6MOhmkLU8UK8R/4mdUHxAH4hS87ZFxsv4+91Q01WiL
eksQAkA2uoPRDNei5DMUGz+4eqxRzuBAWH07zmGGU3LqTD+/D/Js554mWdnD6rka
QQbdAMJ0+4K50Q+RkyWCnY+zHu9K24xtl3+jGhwNKQan3Qp5v4QhyTnZrVS6gqLk
sx/MS1XRo8kkYO7r3FsjcTNGTM4Zj5gKYMUtI3XPpSQIMoXY9/7eUp22K9OkJD+5
smnmVD1i+9buTKxrsT6AbNEvKUNScYgs7UHRJonGC34VFPBZvX4j0KmDhUSOiJvw
IU5oiNAjYarPnMlU0jCsj+dWTSQa2MxFHDf5284Pcy+cLdnWdkasM/2HLI4Uy0M6
ZuYbzc8na82WoE1lAQ==
=V75y
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69764@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69764
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch