Skip to content
Snippets Groups Projects
Verified Commit 5c384fac authored by sunpoet's avatar sunpoet
Browse files

devel/py-openapi-core: Update to 0.18.2

parent 7d87be72
No related branches found
No related tags found
No related merge requests found
PORTNAME= openapi-core
PORTVERSION= 0.18.1
PORTVERSION= 0.18.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6.0<4:www/py-asgiref@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}jsonschema-spec>=0.2.3<0.3:devel/py-jsonschema-spec@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openapi-schema-validator>=0.6.0<0.7:devel/py-openapi-schema-validator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>=0.6.0<0.8.0:devel/py-openapi-spec-validator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>=0.7.1<0.8:devel/py-openapi-spec-validator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parse>=0:textproc/py-parse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR}
......
TIMESTAMP = 1695143313
SHA256 (openapi_core-0.18.1.tar.gz) = 63fa13d9af226ac00119b0531ac9929e3dbb4cbe00216770784473fa6a03bc27
SIZE (openapi_core-0.18.1.tar.gz) = 84070
TIMESTAMP = 1699774558
SHA256 (openapi_core-0.18.2.tar.gz) = d4cc50f3ee03ae46313c83e97c6fbfe7e7ae9686741135eb0e4ed49e9d8ff08a
SIZE (openapi_core-0.18.2.tar.gz) = 84444
Obtained from: https://github.com/python-openapi/openapi-core/commit/4054861cc9ad7c0baef2746552d9a598f65b41aa
--- pyproject.toml.orig 2023-09-14 11:17:27 UTC
+++ pyproject.toml
@@ -68,7 +68,7 @@ isodate = "*"
more-itertools = "*"
parse = "*"
openapi-schema-validator = "^0.6.0"
-openapi-spec-validator = "^0.6.0"
+openapi-spec-validator = ">=0.6.0,<0.8.0"
requests = {version = "*", optional = true}
werkzeug = "*"
jsonschema-spec = "^0.2.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment