aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:32:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:07:22 +0000
commita995ac55ce12e613545e1af13e894c2bc0ac28aa (patch)
tree17ada79e4e12b65b42f910633ed5b517250e3ffb
parentcb0eaa13ea65bcd923196961ef15d12c8d3ebd72 (diff)
downloadports-a995ac55ce12e613545e1af13e894c2bc0ac28aa.tar.gz
ports-a995ac55ce12e613545e1af13e894c2bc0ac28aa.zip
devel/py-jsonschema-path: Allow build with py-referencing 0.33.0
- Bump PORTREVISION for package change
-rw-r--r--devel/py-jsonschema-path/Makefile4
-rw-r--r--devel/py-jsonschema-path/files/patch-pyproject.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile
index 7cbb1331e9fb..df665b6b071b 100644
--- a/devel/py-jsonschema-path/Makefile
+++ b/devel/py-jsonschema-path/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jsonschema-path
PORTVERSION= 0.3.2
-PORTREVISION= 1
+PORTREVISION= 2
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} \
${PYTHON_PKGNAMEPREFIX}requests>=2.31.0<3:www/py-requests@${PY_FLAVOR}
USES= python
diff --git a/devel/py-jsonschema-path/files/patch-pyproject.toml b/devel/py-jsonschema-path/files/patch-pyproject.toml
index 448939ce4890..9dcb75dfa84d 100644
--- a/devel/py-jsonschema-path/files/patch-pyproject.toml
+++ b/devel/py-jsonschema-path/files/patch-pyproject.toml
@@ -5,7 +5,7 @@
PyYAML = ">=5.1"
requests = {version = "^2.31.0", optional = true}
-referencing = ">=0.28.0,<0.32.0"
-+referencing = ">=0.28.0,<0.33.0"
++referencing = ">=0.28.0,<0.34.0"
[tool.poetry.dev-dependencies]
pre-commit = "*"