git: a599233ed95f - main - devel/py-jsonschema-path: Allow build with py-referencing 0.35.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:25:51 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a599233ed95f3c858f70d6d4072faa08695f3e06

commit a599233ed95f3c858f70d6d4072faa08695f3e06
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:17:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:35 +0000

    devel/py-jsonschema-path: Allow build with py-referencing 0.35.0
    
    - Bump PORTREVISION for package change
---
 devel/py-jsonschema-path/Makefile                   | 4 ++--
 devel/py-jsonschema-path/files/patch-pyproject.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile
index 94bc30bf3ea1..e56c05883278 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=	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} \
 		${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 a114ab67a8f7..09131ca7585a 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.35.0"
++referencing = ">=0.28.0,<0.36.0"
  
  [tool.poetry.dev-dependencies]
  pre-commit = "*"