[PATCH] gnu: python-idna: Update to 3.4.

  • Open
  • quality assurance status badge
Details
One participant
  • Michael Ford
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 14 Jul 2023 18:21
(address . guix-patches@gnu.org)
CAFyhPjUf6Q-CdgOepXdBj7m5b3qJ_eMp_Wes==0VY6=Q8rNMsw@mail.gmail.com
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(-)

Toggle diff (26 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 64623@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64623
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