git: ed7b58603659 - main - devel/py-openapi-schema-validator: Update to 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 23:35:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed7b58603659fe041561ba47be7c29e48bc81b71 commit ed7b58603659fe041561ba47be7c29e48bc81b71 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 23:23:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 23:23:52 +0000 devel/py-openapi-schema-validator: Update to 0.6.1 Changes: https://github.com/python-openapi/openapi-schema-validator/releases --- devel/py-openapi-schema-validator/Makefile | 4 ++-- devel/py-openapi-schema-validator/distinfo | 6 +++--- devel/py-openapi-schema-validator/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/devel/py-openapi-schema-validator/Makefile b/devel/py-openapi-schema-validator/Makefile index 2b91e2ea3214..71cefe89e997 100644 --- a/devel/py-openapi-schema-validator/Makefile +++ b/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} @@ -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} diff --git a/devel/py-openapi-schema-validator/distinfo b/devel/py-openapi-schema-validator/distinfo index f71b052cfbd3..0cfc928823a1 100644 --- a/devel/py-openapi-schema-validator/distinfo +++ b/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 diff --git a/devel/py-openapi-schema-validator/files/patch-pyproject.toml b/devel/py-openapi-schema-validator/files/patch-pyproject.toml new file mode 100644 index 000000000000..cc8819dd212b --- /dev/null +++ b/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" +