summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-05 16:33:35 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:18:36 +0100
commit6405ea2b2a23a2113712ecfe1774f8cb626bba5f (patch)
tree7cd9d9356b09ed9944c87bbde883d992d38c3e9d /gnu/packages/python-web.scm
parent0c660133df898421075768e5e914d70d5db00f41 (diff)
gnu: python-blacksheep: Update to 2.4.5.
* gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.5. [propagated-inputs]: Add python-essentials, python-httptools, and python-rodi. Change-Id: Id3ab94d587a46a99a1f85910ce2d60f7721816b3 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e386323e65c..cf5371dcd59 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -339,7 +339,7 @@ JSON APIs with Behave.")
(define-public python-blacksheep
(package
(name "python-blacksheep")
- (version "2.4.2")
+ (version "2.4.5")
(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 "0v9pkg3ffxxcdc8ynjjh5fgis5m49m65sbrgcrghmz0xkik5ny5w"))))
+ (base32 "02lfa75p8phdw3pi9c4n4fr3pmkyi3rdp6mqgz9xhq58g9blpddx"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 1675 passed, 3 skipped
+ ;; tests: 1799 passed
;;
;; Run all unit tests, but do not run integration tests from `itests`
;; directory.
@@ -378,8 +378,11 @@ JSON APIs with Behave.")
python-setuptools))
(propagated-inputs
(list python-certifi
+ python-essentials
python-essentials-openapi
python-guardpost
+ python-httptools
+ python-rodi
python-itsdangerous))
(home-page "https://github.com/Neoteroi/BlackSheep")
(synopsis "Asynchronous framework to build event based web applications")