git: 60556bd7f9da - main - devel/py-jsonschema-spec: Allow build with py-referencing 0.34.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:40:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=60556bd7f9da4e1120aed7aafed0132420ba40be commit 60556bd7f9da4e1120aed7aafed0132420ba40be Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:06:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:06:32 +0000 devel/py-jsonschema-spec: Allow build with py-referencing 0.34.0 - Bump PORTREVISION for package change --- devel/py-jsonschema-spec/Makefile | 2 +- devel/py-jsonschema-spec/files/patch-pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-jsonschema-spec/Makefile b/devel/py-jsonschema-spec/Makefile index 4c194485e001..53060272c6d5 100644 --- a/devel/py-jsonschema-spec/Makefile +++ b/devel/py-jsonschema-spec/Makefile @@ -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.34.0:devel/py-referencing@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.35.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 54d93ee28e59..1de1413ba13d 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.34.0" ++referencing = ">=0.28.0,<0.35.0" [tool.poetry.dev-dependencies] pre-commit = "*"