* [bug#64623] [PATCH] gnu: python-idna: Update to 3.4.
@ 2023-07-14 16:21 Michael Ford
2025-02-04 17:01 ` Andrew Wong
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-07-14 16:21 UTC (permalink / raw)
To: 64623
From 3d822ea327070dfeb2237e77849bcb670ea59083 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Fri, 14 Jul 2023 17:15:54 +0100
Subject: [PATCH] gnu: python-idna: Update to 3.4.
* gnu/packages/python-xyz.scm (python-idna): Update to 3.4.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-flit-core.
---
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 069d60fdda..259458b45d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14156,15 +14156,16 @@ (define-public python-asn1tools
(define-public python-idna
(package
(name "python-idna")
- (version "3.3")
+ (version "3.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "idna" version))
(sha256
(base32
- "0v8f6qjfi5i7qc5icsbv2pi24qy6k6m8wjqjvdf2sxjvlpq3yr4x"))))
- (build-system python-build-system)
+ "1d1cs1in0lmm61sjmlach9qvyq3xm3xcb49vhclx7mzain754kw1"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-flit-core))
(home-page "https://github.com/kjd/idna")
(synopsis "Internationalized domain names in applications")
(description
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#64623] [PATCH] gnu: python-idna: Update to 3.4.
2023-07-14 16:21 [bug#64623] [PATCH] gnu: python-idna: Update to 3.4 Michael Ford
@ 2025-02-04 17:01 ` Andrew Wong
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Wong @ 2025-02-04 17:01 UTC (permalink / raw)
To: 64623
This patch does not build for me, failing in phase 'check':
---8<---8<---
Listing
'/gnu/store/7q66g80qc42bidzca61y11b2g4r4v820-python-idna-3.4/lib/python3.10/site-packages/idna-3.4.dist-info'...
phase `compile-bytecode' succeeded after 0.1 seconds
starting phase `check'
Using setup.py
Traceback (most recent call last):
File "/tmp/guix-build-python-idna-3.4.drv-0/idna-3.4/setup.py", line
1, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments: ("setup.py"
"test" "-v") exit-status: 1 term-signal: #f stop-signal: #f>
phase `check' failed after 0.0 seconds
command "python" "setup.py" "test" "-v" failed with status 1
build process 18 exited with status 256
builder for
`/gnu/store/n87v2rf9y4m35b36fafkiip2nfrffkwd-python-idna-3.4.drv' failed
with exit code 1
build of /gnu/store/n87v2rf9y4m35b36fafkiip2nfrffkwd-python-idna-3.4.drv
failed
View build log at
'/var/log/guix/drvs/n8/7v2rf9y4m35b36fafkiip2nfrffkwd-python-idna-3.4.drv.gz'.
guix build: error: build of
`/gnu/store/n87v2rf9y4m35b36fafkiip2nfrffkwd-python-idna-3.4.drv' failed
---8<---8<---
Also, I suspect the patch is malformed, as 'mumi am' does not detect a
patch and there is no QA page.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-04 17:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 16:21 [bug#64623] [PATCH] gnu: python-idna: Update to 3.4 Michael Ford
2025-02-04 17:01 ` Andrew Wong
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).