git: b77d3a6450b2 - main - devel/py-jsonschema-spec: Allow build with py-referencing 0.35.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:25:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b77d3a6450b2cd58d02fd51cb505ef061cec012d commit b77d3a6450b2cd58d02fd51cb505ef061cec012d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:17:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:35 +0000 devel/py-jsonschema-spec: Allow build with py-referencing 0.35.0 - Bump PORTREVISION for package change --- devel/py-jsonschema-spec/Makefile | 4 ++-- devel/py-jsonschema-spec/files/patch-pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/py-jsonschema-spec/Makefile b/devel/py-jsonschema-spec/Makefile index 53060272c6d5..1f8cc34746b0 100644 --- a/devel/py-jsonschema-spec/Makefile +++ b/devel/py-jsonschema-spec/Makefile @@ -1,6 +1,6 @@ PORTNAME= jsonschema-spec PORTVERSION= 0.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.35.0:devel/py-referencing@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.36.0:devel/py-referencing@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-jsonschema-spec/files/patch-pyproject.toml b/devel/py-jsonschema-spec/files/patch-pyproject.toml index 1de1413ba13d..55920595d1ff 100644 --- a/devel/py-jsonschema-spec/files/patch-pyproject.toml +++ b/devel/py-jsonschema-spec/files/patch-pyproject.toml @@ -5,7 +5,7 @@ PyYAML = ">=5.1" requests = {version = "^2.31.0", optional = true} -referencing = ">=0.28.0,<0.31.0" -+referencing = ">=0.28.0,<0.35.0" ++referencing = ">=0.28.0,<0.36.0" [tool.poetry.dev-dependencies] pre-commit = "*"