summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorwrobell <wrobell@riseup.net>2026-01-13 19:18:39 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:24:45 +0100
commitd00b6b46fd4b7c9bd3503dafc440aab598c50969 (patch)
tree6c8c5251d234a0cb9a8fcfc5ba865da10a5bea35 /gnu/packages/python-web.scm
parentad308791d5749ada00e7060a1e26a6eafd34ac13 (diff)
gnu: python-blacksheep: Update to 2.4.6.
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 <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f75e1bfd1ac..a2a11227391 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -84,7 +84,7 @@
;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com>
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl>
-;;; Copyright © 2025 Artur Wroblewski <wrobell@riseup.net>
+;;; Copyright © 2025-2026 Artur Wroblewski <wrobell@riseup.net>
;;; Copyright © 2025 Allan Adair <allan@adair.no>
;;; Copyright © 2025 Aaron Covrig <aaron.covrig.us@ieee.org>
;;;
@@ -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.