David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-fastapi
Commits: 3881c692 by David Runge at 2023-08-21T11:55:41+02:00 upgpkg: 0.101.1-1 Disable broken tests. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=fastapi pkgname=python-$_name -pkgver=0.101.0 +pkgver=0.101.1 pkgrel=1 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production' arch=(any) @@ -67,8 +67,8 @@ optdepends=( 'uvicorn: for Uvicorn as ASGI server' ) source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha512sums=('fe1c44bff5225f72912c5c86a8704287692964a5d11a9dbad42a40ee1af4197ac727017a3658176272b2ac82fc008b90ac3dea146ee5d193566ecab2fe7b67ce') -b2sums=('c1b0358d681b0e651227232b0d820f8a38b873c25d2347eb1ef45186b74e5386f1d8cac7064bef7f3cd552d04d08c911c1b9594eff3c51ac9a68556d72c51ae7') +sha512sums=('94779f0909be38376de447f8398e4d76a46c26ea3e834313746abbb2342338503514309502c5b0c40205945a803d54d862874f5b7674dfc71b7604c24f18900d') +b2sums=('02b0efbd369631204b4a1899308d9f9dc1801f303f74f1fd424c906777c5c0d8591f2c2dd2522f481d727e274941045268ab808fd7bd2bf208679dbe4a0fac7b') prepare() { cd $_name-$pkgver @@ -87,6 +87,16 @@ check() { -vv -p no:warnings --deselect tests/test_dependency_normal_exceptions.py::test_dependency_gets_exception + --deselect tests/test_multi_body_errors.py::test_jsonable_encoder_requiring_error + --deselect tests/test_multi_body_errors.py::test_put_incorrect_body_multiple + --deselect tests/test_tutorial/test_body_updates/test_tutorial001.py::test_openapi_schema + --deselect tests/test_tutorial/test_body_updates/test_tutorial001_py310.py::test_openapi_schema + --deselect tests/test_tutorial/test_body_updates/test_tutorial001_py39.py::test_openapi_schema + --deselect tests/test_tutorial/test_dataclasses/test_tutorial003.py::test_openapi_schema + --deselect tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py::test_openapi_schema + --deselect tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py::test_openapi_schema + --deselect tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py310.py::test_openapi_schema + --deselect tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py39.py::test_openapi_schema ) cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/3881c69220f01cfc8cfa240c908e341eb060a5e3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/3881c69220f01cfc8cfa240c908e341eb060a5e3 You're receiving this email because of your account on gitlab.archlinux.org.