GNU bug report logs - #64378
[PATCH 3/8] gnu: python-uvicorn: Update to 0.22.0.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Fri, 30 Jun 2023 20:03:03 UTC

Severity: normal

Tags: moreinfo, patch

Merged with 64375, 64376, 64377, 64379, 64380, 64381, 64382, 64383, 64384

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: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64382: closed ([PATCH 2/8] gnu: python-sanic: Update to 21.12.2.)
Date: Tue, 26 Nov 2024 15:13:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 26 Nov 2024 15:11:23 +0000
with message-id <87r06ym3ms.fsf <at> gmail.com>
and subject line [PATCH 3/8] gnu: python-uvicorn: Update to 0.22.0.
has caused the debbugs.gnu.org bug report #64378,
regarding [PATCH 2/8] gnu: python-sanic: Update to 21.12.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64378: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64378
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH 2/8] gnu: python-sanic: Update to 21.12.2.
Date: Fri, 30 Jun 2023 16:02:03 -0400
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/python-web.scm (): Update to 21.12.2.
---
 gnu/packages/python-web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6869eb0a8b..2df564f8b7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6915,14 +6915,14 @@ (define-public python-sanic
   (package
     (name "python-sanic")
     ;; We provide the latest LTS version of python-sanic.
-    (version "21.12.1")
+    (version "21.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sanic" version))
        (sha256
         (base32
-         "0b8mcd1q9qkwcv2qz8nlyaacs0bp7a1l31sdq2m8hhkxykzfq5bg"))))
+         "1qz5dq19dc1aagwapq2cxpgy40kyw6dk488jdl68d139midf29n4"))))
     (build-system python-build-system)
     (arguments
       (list
@@ -6946,7 +6946,8 @@ (define-public python-sanic
                            ;; Unclear why they fail since core-updates merge.
                            " and not test_missing_sni"
                            " and not test_no_matching_cert"
-                           " and not test_wildcards"))))))))
+                           " and not test_wildcards"
+                           " and not test_json_encoding"))))))))
     (propagated-inputs
      (list python-aiofiles
            python-httptools
-- 
2.40.1



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 64378-done <at> debbugs.gnu.org
Subject: [PATCH 3/8] gnu: python-uvicorn: Update to 0.22.0.
Date: Tue, 26 Nov 2024 15:11:23 +0000
[Message part 4 (text/plain, inline)]
Hi,

Thanks for the patch, it was missed out.

Uvicorn was updated 0.23.2->0.32.0 by this commit
72ef08da9d4cd811d59be95bebc0ea8492427587 on master branch.

Closing as not applied.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 174 days ago.

Previous Next


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