File tree 1 file changed +5
-4
lines changed
srcpkgs/python3-openapi-core
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Template file for 'python3-openapi-core'
2
2
pkgname=python3-openapi-core
3
- version=0.19.3
4
- revision=2
3
+ version=0.19.4
4
+ revision=1
5
5
build_style=python3-pep517
6
6
# disable tests requiring unpackaged dependencies
7
7
make_check_args="
@@ -12,7 +12,8 @@ make_check_args="
12
12
--ignore=tests/integration/contrib/starlette
13
13
"
14
14
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
16
17
python3-openapi-spec-validator python3-parse python3-Werkzeug"
17
18
checkdepends="$depends python3-pytest-cov python3-pytest-aiohttp
18
19
python3-Flask python3-requests python3-responses python3-WebOb"
@@ -22,7 +23,7 @@ license="BSD-3-Clause"
22
23
homepage="https://github.com/python-openapi/openapi-core"
23
24
changelog="https://github.com/python-openapi/openapi-core/releases"
24
25
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
25
- checksum=5db6479ecccf76c52422961dc42b411b7625a802087d847251fdd66f0392b095
26
+ checksum=1150d9daa5e7b4cacfd7d7e097333dc89382d7d72703934128dcf8a1a4d0df49
26
27
27
28
post_install() {
28
29
vlicense LICENSE
You can’t perform that action at this time.
0 commit comments