emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64383: closed ([PATCH 4/8] gnu: python-starlette: Update to 0.26.0.)


From: GNU bug Tracking System
Subject: bug#64383: closed ([PATCH 4/8] gnu: python-starlette: Update to 0.26.0.)
Date: Tue, 26 Nov 2024 15:13:05 +0000

Your message dated Tue, 26 Nov 2024 15:11:23 +0000
with message-id <87r06ym3ms.fsf@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 4/8] gnu: python-starlette: Update to 0.26.0.
to be marked as done.

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


-- 
64378: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64378
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 4/8] gnu: python-starlette: Update to 0.26.0. Date: Fri, 30 Jun 2023 16:02:05 -0400
From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/python-web.scm (python-starlette): Update to 0.26.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 0c14e14665..d92ea9dc02 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8283,7 +8283,7 @@ (define-public python-sendgrid
 (define-public python-starlette
   (package
     (name "python-starlette")
-    (version "0.25.0")
+    (version "0.26.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8292,7 +8292,7 @@ (define-public python-starlette
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mkkj15lphgycnp51dnrfxbyrx3dicjdcpsqvwc7yw55zyih6h5k"))))
+                "0jykqjl7ghqqxqlsiw2jhr280a4xcf6crkb18pawlaf1hscb4k38"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-anyio
                              python-typing-extensions
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: [PATCH 3/8] gnu: python-uvicorn: Update to 0.22.0. Date: Tue, 26 Nov 2024 15:11:23 +0000
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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]