Date: Wednesday, March 20, 2019 @ 08:50:14 Author: felixonmars Revision: 442840
upgpkg: python-openapi-spec-validator 0.2.6-1 Modified: python-openapi-spec-validator/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-20 08:50:04 UTC (rev 442839) +++ PKGBUILD 2019-03-20 08:50:14 UTC (rev 442840) @@ -2,7 +2,7 @@ pkgbase=python-openapi-spec-validator pkgname=(python-openapi-spec-validator python2-openapi-spec-validator) -pkgver=0.2.4 +pkgver=0.2.6 pkgrel=1 pkgdesc="A Python library that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification" url="https://github.com/p1c2u/openapi-spec-validator" @@ -9,10 +9,10 @@ license=('Apache') arch=('any') makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'python-yaml' - 'python2-yaml' 'python-jsonschema' 'python2-jsonschema') + 'python2-yaml' 'python-jsonschema' 'python2-jsonschema' 'python2-pathlib') checkdepends=('python-pytest' 'python2-pytest') source=("$pkgbase-$pkgver.tar.gz::https://github.com/p1c2u/openapi-spec-validator/archive/$pkgver.tar.gz") -sha512sums=('20426d71c29ffcd39fc24410296a62678b66e08a37c4eb6fb6cebbbdb69ae652aa880bb68cdfb8d7bbb7c2b99b73e60d98f7f88dba6c1849e0e846e314829be9') +sha512sums=('37b21af0f47c15b349b6463ce63cb67fc17f63bd855cd6920361f523c8a198195ac13b4846cb8960dd6b535d7e6d778ac10800615f247307dd8fec9b48a874ac') prepare() { cp -a openapi-spec-validator-$pkgver{,-py2} @@ -42,7 +42,7 @@ } package_python2-openapi-spec-validator() { - depends=('python2-six' 'python2-yaml' 'python2-jsonschema') + depends=('python2-six' 'python2-yaml' 'python2-jsonschema' 'python2-pathlib') cd openapi-spec-validator-$pkgver-py2 python2 setup.py install --root="$pkgdir" --optimize=1
