From d00b6b46fd4b7c9bd3503dafc440aab598c50969 Mon Sep 17 00:00:00 2001 From: wrobell Date: Tue, 13 Jan 2026 19:18:39 +0000 Subject: [PATCH] gnu: python-blacksheep: Update to 2.4.6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This version fixes https://github.com/Neoteroi/BlackSheep/issues/646, which fixes build with Cython 3.2.x. See also https://github.com/cython/cython/issues/7436 * gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.6. Change-Id: I806c921823a7ee7ce8e5db148a36aa142835573a Reviwed-by: Nguyễn Gia Phong Signed-off-by: Sharlatan Hellseher Signed-off-by: Rutherther --- gnu/packages/python-web.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f75e1bfd1ac281b38704ccf1c627f997f7e447ed..a2a112273913554ee4af048b788fad97489596a0 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -84,7 +84,7 @@ ;;; Copyright © 2025 Jake Forster ;;; Copyright © 2025 Janneke Nieuwenhuizen ;;; Copyright © 2025 Hugo Buddelmeijer -;;; Copyright © 2025 Artur Wroblewski +;;; Copyright © 2025-2026 Artur Wroblewski ;;; Copyright © 2025 Allan Adair ;;; Copyright © 2025 Aaron Covrig ;;; @@ -339,7 +339,7 @@ JSON APIs with Behave.") (define-public python-blacksheep (package (name "python-blacksheep") - (version "2.4.5") + (version "2.4.6") (source (origin (method git-fetch) @@ -348,11 +348,11 @@ JSON APIs with Behave.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "02lfa75p8phdw3pi9c4n4fr3pmkyi3rdp6mqgz9xhq58g9blpddx")))) + (base32 "120q6hrhfjxdsqav8h5z8yqfi0iiacwxbkryjk7kb20ic2879vqh")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 1799 passed + ;; tests: 1821 passed ;; ;; Run all unit tests, but do not run integration tests from `itests` ;; directory.