python3-openapi-core: update to 0.18.1.
This commit is contained in:
parent
8cfc7b15f2
commit
142aa68a4a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-openapi-core'
|
||||
pkgname=python3-openapi-core
|
||||
version=0.17.1
|
||||
version=0.18.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# disable tests requiring unpackaged dependencies
|
||||
|
@ -11,17 +11,17 @@ make_check_args="
|
|||
--ignore=tests/integration/contrib/starlette
|
||||
"
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-isodate python3-more-itertools python3-openapi-spec-validator
|
||||
python3-parse python3-Werkzeug"
|
||||
checkdepends="$depends python3-pytest-cov python3-Flask python3-requests
|
||||
python3-responses python3-toml python3-WebOb"
|
||||
depends="python3-asgiref python3-isodate python3-more-itertools
|
||||
python3-openapi-spec-validator python3-parse python3-Werkzeug"
|
||||
checkdepends="$depends python3-pytest-cov python3-pytest-aiohttp
|
||||
python3-Flask python3-requests python3-responses python3-WebOb"
|
||||
short_desc="Support for the OpenAPI Specification v3"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/python-openapi/openapi-core"
|
||||
changelog="https://github.com/python-openapi/openapi-core/releases"
|
||||
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
|
||||
checksum=561b7e2b37b336e9c62d4634b9059d12d9bb2e1859062a39d3a0fa6afc8c9de6
|
||||
checksum=63fa13d9af226ac00119b0531ac9929e3dbb4cbe00216770784473fa6a03bc27
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue