Skip to content

Commit

Permalink
devel/py-openapi-schema-validator: Update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 31, 2023
1 parent dc6d4b8 commit 2ead9df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devel/py-openapi-schema-validator/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= openapi-schema-validator
PORTVERSION= 0.4.4
PORTREVISION= 1
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,7 +13,8 @@ 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.0.0<4.18.0:devel/py-jsonschema@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.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}

USES= python
Expand Down
6 changes: 3 additions & 3 deletions devel/py-openapi-schema-validator/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1684104434
SHA256 (openapi_schema_validator-0.4.4.tar.gz) = c573e2be2c783abae56c5a1486ab716ca96e09d1c3eab56020d1dc680aa57bf8
SIZE (openapi_schema_validator-0.4.4.tar.gz) = 11626
TIMESTAMP = 1689398861
SHA256 (openapi_schema_validator-0.6.0.tar.gz) = 921b7c1144b856ca3813e41ecff98a4050f7611824dfc5c6ead7072636af0520
SIZE (openapi_schema_validator-0.6.0.tar.gz) = 11849

0 comments on commit 2ead9df

Please sign in to comment.