[arch-commits] Commit in python-fastapi/trunk (PKGBUILD)

Filipe Laíns ffy00 at gemini.archlinux.org
Tue Aug 31 19:22:17 UTC 2021


    Date: Tuesday, August 31, 2021 @ 19:22:17
  Author: ffy00
Revision: 1010195

upgpkg: python-fastapi 0.68.1-1

Modified:
  python-fastapi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 19:22:13 UTC (rev 1010194)
+++ PKGBUILD	2021-08-31 19:22:17 UTC (rev 1010195)
@@ -2,7 +2,7 @@
 
 _pkgname=fastapi
 pkgname=python-$_pkgname
-pkgver=0.66.0
+pkgver=0.68.1
 pkgrel=1
 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production'
 arch=('any')
@@ -13,7 +13,7 @@
             'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
             'python-email-validator' 'python-python-multipart')
 makedepends=('python-setuptools' 'python-dephell')
-checkdepends=('python-pytest-runner' 'python-pytest-cov'
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio'
               'python-requests' 'python-aiofiles' 'python-jinja' 'python-itsdangerous'
               'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
               'python-email-validator'  'python-pyjwt' 'python-sqlalchemy'
@@ -21,7 +21,7 @@
               'python-bcrypt' 'python-httpx' 'python-python-multipart'
               'python-databases' 'python-aiosqlite' 'python-jose')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('6a260221683641f7695c1e8bf91b5197ea04d3a14d3b441c69eab62532fb6bc3d8473e82f942422edef22dd57ef7b9c1107b4ad67da13d07c8eaa1df0f6462b7')
+sha512sums=('754f6ede434fcf09fc71753a47b101254350dfda35cf0f500583c531a3dd6439694b61998091a104b79921e6c5855d6696e2736b2b45e44e63b8cbdf66aede79')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -41,7 +41,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  python setup.py pytest
+  python -m pytest -p no:warnings
 }
 
 package() {



More information about the arch-commits mailing list