forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-openapi-core: update to 0.18.1.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|