[arch-commits] Commit in python-connexion/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Fri Apr 10 16:04:04 UTC 2020
Date: Friday, April 10, 2020 @ 16:04:03
Author: ffy00
Revision: 613132
upgpkg: python-connexion 2.6.0-2 (add python-swagger-ui-bundle as optdepend)
Modified:
python-connexion/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-10 16:01:43 UTC (rev 613131)
+++ PKGBUILD 2020-04-10 16:04:03 UTC (rev 613132)
@@ -3,7 +3,7 @@
_pkgname=connexion
pkgname=python-$_pkgname
pkgver=2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support'
arch=('any')
url='https://github.com/zalando/connexion'
@@ -11,7 +11,8 @@
depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 'python-requests' 'python-six'
'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 'python-flask')
optdepends=('python-aiohttp: AIOHTTP backend'
- 'python-ujson: Faster JSON parsing')
+ 'python-ujson: Faster JSON parsing'
+ 'python-swagger-ui-bundle: Swagger UI (web UI for the API) support')
makedepends=('python-setuptools')
#checkdepends=('python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
More information about the arch-commits
mailing list