[arch-commits] Commit in python-falcon/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Mar 14 13:38:39 UTC 2020
Date: Saturday, March 14, 2020 @ 13:38:39
Author: dvzrv
Revision: 596953
upgpkg: python-falcon 2.0.0-4: Switching to python-yaml, as that is actually python-pyyaml.
Modified:
python-falcon/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 13:37:11 UTC (rev 596952)
+++ PKGBUILD 2020-03-14 13:38:39 UTC (rev 596953)
@@ -3,7 +3,7 @@
_name=falcon
pkgname=python-falcon
pkgver=2.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Web API framework for building fast and reliable microservices, proxies, and app backends in Python"
arch=('x86_64')
url="https://falconframework.org/"
@@ -10,9 +10,9 @@
license=('Apache')
depends=('python')
makedepends=('cython' 'python-setuptools')
-checkdepends=('python-msgpack' 'python-mujson' 'python-pyaml'
-'python-rapidjson' 'python-requests' 'python-pytest' 'python-pytest-runner'
-'python-testtools' 'python-ujson')
+checkdepends=('python-msgpack' 'python-mujson' 'python-rapidjson'
+'python-requests' 'python-pytest' 'python-pytest-runner' 'python-testtools'
+'python-ujson' 'python-yaml')
optdepends=('python-django: for falcon-bench'
'python-flask: for falcon-bench'
'python-pecan: for falcon-bench'
More information about the arch-commits
mailing list