Date: Wed, 21 Feb 2024 15:22:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a007f613f6ab - main - devel/py-jsonschema-spec: Allow build with py-referencing 0.33.0 Message-ID: <202402211522.41LFMa1t039534@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a007f613f6ab34d63ac5e258c3f2139336a0fd13 commit a007f613f6ab34d63ac5e258c3f2139336a0fd13 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:32:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:22 +0000 devel/py-jsonschema-spec: Allow build with py-referencing 0.33.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 2463a9a36c52..4c194485e001 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= 2 +PORTREVISION= 3 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.33.0:devel/py-referencing@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.34.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 4febcf6c0db0..54d93ee28e59 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.33.0" ++referencing = ">=0.28.0,<0.34.0" [tool.poetry.dev-dependencies] pre-commit = "*"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211522.41LFMa1t039534>