GNU bug report logs - #64382
[PATCH 2/8] gnu: python-sanic: Update to 21.12.2.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

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

Severity: normal

Tags: moreinfo, patch

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

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64382 in the body.
You can then email your comments to 64382 AT debbugs.gnu.org in the normal way.

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#64382; Package guix-patches. (Fri, 30 Jun 2023 20:03:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to peter <at> polidoro.io:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 30 Jun 2023 20:03:06 GMT) Full text and rfc822 format available.

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

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





Merged 64375 64376 64377 64378 64379 64380 64381 64382 64383 64384. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Sat, 01 Jul 2023 21:24:02 GMT) Full text and rfc822 format available.

Added tag(s) moreinfo. Request was from Christopher Baines <mail <at> cbaines.net> to control <at> debbugs.gnu.org. (Tue, 17 Oct 2023 09:19:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 25 Dec 2024 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 135 days ago.

Previous Next


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