python3-openapi-spec-validator: update to 0.6.0.
This commit is contained in:
parent
09f94ab61c
commit
5b52d67314
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-openapi-spec-validator'
|
# Template file for 'python3-openapi-spec-validator'
|
||||||
pkgname=python3-openapi-spec-validator
|
pkgname=python3-openapi-spec-validator
|
||||||
version=0.5.7
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-jsonschema-spec python3-lazy-object-proxy
|
depends="python3-jsonschema-spec python3-lazy-object-proxy
|
||||||
python3-openapi-schema-validator"
|
python3-openapi-schema-validator"
|
||||||
checkdepends="$depends python3-pytest-cov python3-toml"
|
checkdepends="$depends python3-pytest-cov"
|
||||||
short_desc="OpenAPI spec validator"
|
short_desc="OpenAPI spec validator"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/python-openapi/openapi-spec-validator"
|
homepage="https://github.com/python-openapi/openapi-spec-validator"
|
||||||
changelog="https://github.com/python-openapi/openapi-spec-validator/releases"
|
changelog="https://github.com/python-openapi/openapi-spec-validator/releases"
|
||||||
distfiles="${PYPI_SITE}/o/openapi-spec-validator/openapi_spec_validator-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/o/openapi-spec-validator/openapi_spec_validator-${version}.tar.gz"
|
||||||
checksum=6c2d42180045a80fd6314de848b94310bdb0fa4949f4b099578b69f79d9fa5ac
|
checksum=68c4c212c88ef14c6b1a591b895bf742c455783c7ebba2507abd7dbc1365a616
|
||||||
|
|
Loading…
Reference in New Issue