Date: Sunday, May 29, 2022 @ 02:58:08 Author: felixonmars Revision: 1213669
upgpkg: python-apispec 5.2.0-1 Modified: python-apispec/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-29 02:58:01 UTC (rev 1213668) +++ PKGBUILD 2022-05-29 02:58:08 UTC (rev 1213669) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-apispec -pkgver=5.1.1 -pkgrel=3 +pkgver=5.2.0 +pkgrel=1 pkgdesc="A pluggable API specification generator. Currently supports the OpenAPI Specification." url="https://github.com/marshmallow-code/apispec" license=('MIT') @@ -16,7 +16,7 @@ 'python-flask' 'python-prance' 'python-yaml' 'python-mock' 'python-openapi-spec-validator') source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz") -sha512sums=('4e0e2959699c735c5242aa1a954392d97ea4809aafbd8d091f608baf7397a31964852588c474acb84e8755a62849837d741eb1e5fdf1cd5304f46c852e346d03') +sha512sums=('6f36dcce8b503847a981c87ed1139b89bbb9be9e22db67402cd7e74be8a5ce58714329b33c8489b63f5aa56fe92d65fb5aea332c9bd2e8f140dfc92165432005') build() { cd apispec-$pkgver
