Skip to content

Commit

Permalink
python3-openapi-core: update to 0.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria authored and ahesford committed Sep 26, 2023
1 parent 8cfc7b1 commit 142aa68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/python3-openapi-core/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <[email protected]>"
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
Expand Down

0 comments on commit 142aa68

Please sign in to comment.