[arch-commits] Commit in python-starlette/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Jul 23 13:56:37 UTC 2020
Date: Thursday, July 23, 2020 @ 13:56:37
Author: ffy00
Revision: 665002
upgpkg: python-starlette 0.13.6-1
Modified:
python-starlette/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 13:19:13 UTC (rev 665001)
+++ PKGBUILD 2020-07-23 13:56:37 UTC (rev 665002)
@@ -2,7 +2,7 @@
_pkgname=starlette
pkgname=python-$_pkgname
-pkgver=0.13.4
+pkgver=0.13.6
pkgrel=1
pkgdesc='The little ASGI framework that shines'
arch=('any')
@@ -14,16 +14,14 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner'
'python-aiofiles' 'python-graphene' 'python-itsdangerous' 'python-jinja'
- 'python-yaml' 'python-requests' 'python-ujson')
+ 'python-yaml' 'python-requests' 'python-ujson'
+ 'python-unidecode')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ca986f60f1735b73844648c92aec6f4b3695923c806fcab9321912a38c8e53c6c9cd1373ee4912d7bbfe0052666507ad625ae1d16dbf80459534c066aaec828b')
+sha512sums=('f83a82554e2975a77b4a3a897c86834ca2ec70c1f834fe6c212ee4e9854ee3749228e54c8713812143bf8c30a4dc75702e20713d9e9ed44a1837f5ef27e616fb')
prepare() {
cd $_pkgname-$pkgver
- # python-graphene is broken (FS#66833)
- rm tests/test_graphql.py
-
# needs python-multipart
rm tests/test_formparsers.py
More information about the arch-commits
mailing list