Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-apispec
Commits: 9b64bc97 by Jelle van der Waa at 2025-01-02T13:18:00+01:00 upgpkg: 6.8.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-apispec pkgdesc = A pluggable API specification generator. Currently supports the OpenAPI Specification. - pkgver = 6.0.2 - pkgrel = 6 + pkgver = 6.8.0 + pkgrel = 1 url = https://github.com/marshmallow-code/apispec arch = any license = MIT @@ -13,15 +13,13 @@ pkgbase = python-apispec checkdepends = python-yaml checkdepends = python-openapi-spec-validator checkdepends = python-pytest - makedepends = python-setuptools + makedepends = python-flit makedepends = python-build makedepends = python-installer makedepends = python-wheel depends = python-packaging optdepends = python-yaml: for yaml support - optdepends = python-prance: for validation - optdepends = python-openapi-spec-validator: for validation - source = python-apispec-6.0.2.tar.gz::https://github.com/marshmallow-code/apispec/archive/6.0.2.tar.gz - sha512sums = aa5e2cc41d5b3c4555da929819135df30192e6f6ff08518d62674495f0d28c14e51a0aa111b289e5f9d7205f821c1fd4e28b914899ea3e15b3e20f6052258117 + source = python-apispec-6.8.0.tar.gz::https://github.com/marshmallow-code/apispec/archive/6.8.0.tar.gz + sha512sums = bec209878a88298ec35c6e68b10f02409ec3d8fdcbbe6d50f99e3e47ff79c2884d0aef1911e713bf7de9f59bad2fd2788698922566bab5d091dd1920548966e8 pkgname = python-apispec ===================================== PKGBUILD ===================================== @@ -1,22 +1,20 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-apispec -pkgver=6.0.2 -pkgrel=6 +pkgver=6.8.0 +pkgrel=1 pkgdesc="A pluggable API specification generator. Currently supports the OpenAPI Specification." url="https://github.com/marshmallow-code/apispec" license=('MIT') arch=('any') depends=('python-packaging') -optdepends=('python-yaml: for yaml support' - 'python-prance: for validation' - 'python-openapi-spec-validator: for validation') -makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') +optdepends=('python-yaml: for yaml support') +makedepends=('python-flit' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-tornado' 'python-bottle' 'python-marshmallow' 'python-flask' 'python-prance' 'python-yaml' 'python-openapi-spec-validator' 'python-pytest') source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz") -sha512sums=('aa5e2cc41d5b3c4555da929819135df30192e6f6ff08518d62674495f0d28c14e51a0aa111b289e5f9d7205f821c1fd4e28b914899ea3e15b3e20f6052258117') +sha512sums=('bec209878a88298ec35c6e68b10f02409ec3d8fdcbbe6d50f99e3e47ff79c2884d0aef1911e713bf7de9f59bad2fd2788698922566bab5d091dd1920548966e8') build() { cd apispec-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec/-/commit/9b64bc973faacc32d319cf2d8b90eb59ad657639 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec/-/commit/9b64bc973faacc32d319cf2d8b90eb59ad657639 You're receiving this email because of your account on gitlab.archlinux.org.