Skip to content

Commit

Permalink
devel/py-openapi-schema-validator: Update to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 22, 2023
1 parent e88b93d commit ed7b586
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-openapi-schema-validator/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openapi-schema-validator
PORTVERSION= 0.6.0
PORTVERSION= 0.6.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0<5:devel/py-jsonschema@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.19.0<5:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema-specifications>=2023.5.2<2024:devel/py-jsonschema-specifications@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rfc3339-validator>=0:devel/py-rfc3339-validator@${PY_FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions devel/py-openapi-schema-validator/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1689398861
SHA256 (openapi_schema_validator-0.6.0.tar.gz) = 921b7c1144b856ca3813e41ecff98a4050f7611824dfc5c6ead7072636af0520
SIZE (openapi_schema_validator-0.6.0.tar.gz) = 11849
TIMESTAMP = 1695357817
SHA256 (openapi_schema_validator-0.6.1.tar.gz) = b8b25e2cb600a0ed18452e675b5dd8cbb99009909c2641c973a4b02c93e33ca2
SIZE (openapi_schema_validator-0.6.1.tar.gz) = 11855
11 changes: 11 additions & 0 deletions devel/py-openapi-schema-validator/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
--- pyproject.toml.orig 2023-09-20 20:02:43 UTC
+++ pyproject.toml
@@ -55,7 +55,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.8.0"
-jsonschema = "^4.19.1"
+jsonschema = "^4.19.0"
rfc3339-validator = "*" # requred by jsonschema for date-time checker
jsonschema-specifications = "^2023.5.2"

0 comments on commit ed7b586

Please sign in to comment.