Skip to content

Commit 27009bd

Browse files
tornariaahesford
authored andcommitted
python3-openapi-core: update to 0.19.4.
1 parent 7437de9 commit 27009bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

srcpkgs/python3-openapi-core/template

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'python3-openapi-core'
22
pkgname=python3-openapi-core
3-
version=0.19.3
4-
revision=2
3+
version=0.19.4
4+
revision=1
55
build_style=python3-pep517
66
# disable tests requiring unpackaged dependencies
77
make_check_args="
@@ -12,7 +12,8 @@ make_check_args="
1212
--ignore=tests/integration/contrib/starlette
1313
"
1414
hostmakedepends="python3-poetry-core"
15-
depends="python3-asgiref python3-isodate python3-more-itertools
15+
depends="python3-isodate python3-jsonschema python3-jsonschema-path
16+
python3-more-itertools python3-openapi-schema-validator
1617
python3-openapi-spec-validator python3-parse python3-Werkzeug"
1718
checkdepends="$depends python3-pytest-cov python3-pytest-aiohttp
1819
python3-Flask python3-requests python3-responses python3-WebOb"
@@ -22,7 +23,7 @@ license="BSD-3-Clause"
2223
homepage="https://github.com/python-openapi/openapi-core"
2324
changelog="https://github.com/python-openapi/openapi-core/releases"
2425
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
25-
checksum=5db6479ecccf76c52422961dc42b411b7625a802087d847251fdd66f0392b095
26+
checksum=1150d9daa5e7b4cacfd7d7e097333dc89382d7d72703934128dcf8a1a4d0df49
2627

2728
post_install() {
2829
vlicense LICENSE

0 commit comments

Comments
 (0)