GNU bug report logs - #64623
[PATCH] gnu: python-idna: Update to 3.4.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Fri, 14 Jul 2023 16:22:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 64623 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64623; Package guix-patches. (Fri, 14 Jul 2023 16:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Ford <fanquake <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 14 Jul 2023 16:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-idna: Update to 3.4.
Date: Fri, 14 Jul 2023 17:21:01 +0100
From 3d822ea327070dfeb2237e77849bcb670ea59083 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> 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




This bug report was last modified 294 days ago.

Previous Next


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