[arch-commits] Commit in python-fastapi/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Wed Aug 12 14:49:34 UTC 2020
Date: Wednesday, August 12, 2020 @ 14:49:34
Author: ffy00
Revision: 676390
upgpkg: python-fastapi 0.61.0-2 (fix wrong optdepend)
Modified:
python-fastapi/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-12 14:49:05 UTC (rev 676389)
+++ PKGBUILD 2020-08-12 14:49:34 UTC (rev 676390)
@@ -3,7 +3,7 @@
_pkgname=fastapi
pkgname=python-$_pkgname
pkgver=0.61.0
-pkgrel=1
+pkgrel=2
pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production'
arch=('any')
url='https://github.com/tiangolo/fastapi'
@@ -11,7 +11,7 @@
depends=('python-starlette' 'python-pydantic')
optdepends=('python-requests' 'python-aiofiles' 'python-jinja' 'python-itsdangerous'
'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
- 'python-email-validator' 'python-multipart')
+ 'python-email-validator' 'python-python-multipart')
makedepends=('python-setuptools' 'python-dephell')
checkdepends=('python-pytest-runner' 'python-pytest-cov' 'mypy'
'python-requests' 'python-aiofiles' 'python-jinja' 'python-itsdangerous'
More information about the arch-commits
mailing list