Skip to content

Commit

Permalink
devel/py-jsonschema-spec: Allow build with py-referencing 0.33.0
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent a995ac5 commit a007f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion devel/py-jsonschema-spec/files/patch-pyproject.toml
Expand Up @@ -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 = "*"

0 comments on commit a007f61

Please sign in to comment.