Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-fastapi
Commits:
89db7bdf by Robin Candau at 2024-12-27T22:48:42+01:00
upgpkg: 0.115.6-4: python-httpx 0.28 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-fastapi
pkgdesc = FastAPI framework, high performance, easy to learn, fast to
code, ready for production
pkgver = 0.115.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/fastapi/fastapi
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_name=fastapi
pkgname=python-$_name
pkgver=0.115.6
-pkgrel=3
+pkgrel=4
pkgdesc='FastAPI framework, high performance, easy to learn, fast to code,
ready for production'
arch=(any)
url="https://github.com/fastapi/fastapi"
@@ -91,6 +91,9 @@ check() {
-vv
# This test wants to run fastapi cli from $PATH
--deselect tests/test_fastapi_cli.py::test_fastapi_cli
+ # This test is not yet compatible with httpx >= 0.28
+ # Disabling it for now
+ --deselect
tests/test_tutorial/test_custom_request_and_route/test_tutorial002.py::test_exception_handler_body_access
)
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/89db7bdf58975e0074582783316754589d803ce6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/89db7bdf58975e0074582783316754589d803ce6
You're receiving this email because of your account on gitlab.archlinux.org.