GNU bug report logs - #61543
[PATCH] gnu: python-asgiref: Update to 3.6.0.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 15 Feb 2023 23:24:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: bug#61543: closed ([PATCH] gnu: python-asgiref: Update to 3.6.0.)
Date: Wed, 21 Feb 2024 20:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61543: [PATCH] gnu: python-asgiref: Update to 3.6.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61543 <at> debbugs.gnu.org.

-- 
61543: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61543
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 61543-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-asgiref: Update to 3.6.0.
Date: Wed, 21 Feb 2024 20:00:28 +0000
[Message part 3 (text/plain, inline)]
Hi,

python-asgiref is on 3.7.2 since c909cf9f03950afc277b0166aa27e343ce922e2e.

Closing as not implemented.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: python-asgiref: Update to 3.6.0.
Date: Thu, 16 Feb 2023 00:22:53 +0100
* gnu/packages/python-web.scm (python-asgiref): Update to 3.6.0.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 758cd9124c..b7e4f30135 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -546,12 +546,12 @@ (define-public python-aiostream
 (define-public python-asgiref
   (package
     (name "python-asgiref")
-    (version "3.4.1")
+    (version "3.6.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "asgiref" version))
               (sha256
-               (base32 "1saqgpgbdvb8awzm0f0640j0im55hkrfzvcw683cgqw4ni3apwaf"))))
+               (base32 "01lmjidadid0czd32d2c21lb6q78ri0pr0i74a4qqg4dppkxyrwm"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.39.1




This bug report was last modified 1 year and 93 days ago.

Previous Next


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