Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:25:22 +0000
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: 526110b0f0ca - main - devel/py-jsonschema-path: Update to 0.4.5
Message-ID:  <69d29b02.1e1ca.1813822@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 526110b0f0cab700a43467c04752193e58c036b7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 17:09:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:33 +0000

    devel/py-jsonschema-path: Update to 0.4.5
    
    - Add REQUESTS option
    
    Changes:        https://github.com/p1c2u/jsonschema-path/releases
---
 devel/py-jsonschema-path/Makefile                   | 10 +++++++---
 devel/py-jsonschema-path/distinfo                   |  6 +++---
 devel/py-jsonschema-path/files/patch-pyproject.toml | 11 -----------
 3 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile
index 734e9f7f199d..2ae6ec0f31a9 100644
--- a/devel/py-jsonschema-path/Makefile
+++ b/devel/py-jsonschema-path/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	jsonschema-path
-PORTVERSION=	0.3.4
-PORTREVISION=	1
+PORTVERSION=	0.4.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ LICENSE=	APACHE20
 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} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathable>=0.5.0<0.6:devel/py-pathable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}referencing>=0<0.38.0:devel/py-referencing@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.31.0<3:www/py-requests@${PY_FLAVOR}
@@ -24,4 +23,9 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	REQUESTS
+REQUESTS_DESC=	Requests support
+
+REQUESTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+
 .include <bsd.port.mk>
diff --git a/devel/py-jsonschema-path/distinfo b/devel/py-jsonschema-path/distinfo
index 50f9e1653e8f..3715047532e4 100644
--- a/devel/py-jsonschema-path/distinfo
+++ b/devel/py-jsonschema-path/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738088982
-SHA256 (jsonschema_path-0.3.4.tar.gz) = 8365356039f16cc65fddffafda5f58766e34bebab7d6d105616ab52bc4297001
-SIZE (jsonschema_path-0.3.4.tar.gz) = 11159
+TIMESTAMP = 1773966840
+SHA256 (jsonschema_path-0.4.5.tar.gz) = c6cd7d577ae290c7defd4f4029e86fdb248ca1bd41a07557795b3c95e5144918
+SIZE (jsonschema_path-0.4.5.tar.gz) = 15113
diff --git a/devel/py-jsonschema-path/files/patch-pyproject.toml b/devel/py-jsonschema-path/files/patch-pyproject.toml
deleted file mode 100644
index c69f28bcb88d..000000000000
--- a/devel/py-jsonschema-path/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	1970-01-01 00:00:00 UTC
-+++ pyproject.toml
-@@ -45,7 +45,7 @@ requests = {version = "^2.31.0", optional = true}
- python = "^3.8.0"
- PyYAML = ">=5.1"
- requests = {version = "^2.31.0", optional = true}
--referencing = "<0.37.0"
-+referencing = "<0.38.0"
- 
- [tool.poetry.dev-dependencies]
- pre-commit = "*"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29b02.1e1ca.1813822>