Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-openapi-spec-validator 0.5.2-1; adopt and update deps
Browse files Browse the repository at this point in the history
* Drop no longer used runtime dependency on PyYAML
python-openapi/openapi-spec-validator#180

* Use stdlib importlib.resources on python >= 3.9
python-openapi/openapi-spec-validator#174


git-svn-id: file:///srv/repos/svn-community/svn@1388425 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 committed Jan 27, 2023
1 parent cece325 commit ede5de3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions python-openapi-spec-validator/trunk/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
# Contributor: Felix Yan <felixonmars@archlinux.org>

pkgname=python-openapi-spec-validator
pkgver=0.5.1
pkgver=0.5.2
pkgrel=1
pkgdesc="OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
url="https://github.com/p1c2u/openapi-spec-validator"
license=('Apache')
arch=('any')
depends=('python-jsonschema' 'python-openapi-schema-validator' 'python-yaml'
'python-importlib_resources' 'python-jsonschema-spec' 'python-lazy-object-proxy')
depends=('python-jsonschema' 'python-openapi-schema-validator'
'python-jsonschema-spec' 'python-lazy-object-proxy')
makedepends=('python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/p1c2u/openapi-spec-validator/archive/$pkgver.tar.gz")
sha512sums=('b70a2f926d889fec9d4fd26c51e1fbbeb5e75f13449d2d0205b1b7edb12ab2ba49e4cac69426f782ca3a4430c79a6de8f66b4aad2fc552bcfcf7005e866522ff')
sha512sums=('68f7d507a239c555575e2edb3bab576fd1fede9bcebde48c57361e3e764c9c19c4dc0d63e650851c2f6e7f2dd7f4efcdcd028842e259aa9e341823cd052a6e20')

prepare() {
cd openapi-spec-validator-$pkgver
Expand Down

0 comments on commit ede5de3

Please sign in to comment.