Date: Friday, November 11, 2022 @ 21:52:48 Author: jelle Revision: 1346864
upgpkg: python-apispec 5.2.2-2: drop python-mock Modified: python-apispec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 21:51:33 UTC (rev 1346863) +++ PKGBUILD 2022-11-11 21:52:48 UTC (rev 1346864) @@ -2,7 +2,7 @@ pkgname=python-apispec pkgver=5.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="A pluggable API specification generator. Currently supports the OpenAPI Specification." url="https://github.com/marshmallow-code/apispec" license=('MIT') @@ -13,7 +13,7 @@ 'python-openapi-spec-validator: for validation') makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 'python-marshmallow' - 'python-flask' 'python-prance' 'python-yaml' 'python-mock' + 'python-flask' 'python-prance' 'python-yaml' 'python-openapi-spec-validator') source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz") sha512sums=('16c6229619853671403e81edaa50ce87c2575cdb6c606502e08c086aa33b25db0cef0cd455c2c74a55138eaf95667f7ffe9ac8045cbeb415df4b623878a8831c')
