From 93b801181b9ddf0f500fb8eb4141ddc7b372869e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Oct 2025 23:31:03 +0800 Subject: devel/py-jsonschema-path: Allow build with py-referencing 0.37.0 - Bump PORTREVISION for package change --- devel/py-jsonschema-path/files/patch-pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/py-jsonschema-path/files/patch-pyproject.toml (limited to 'devel/py-jsonschema-path/files/patch-pyproject.toml') diff --git a/devel/py-jsonschema-path/files/patch-pyproject.toml b/devel/py-jsonschema-path/files/patch-pyproject.toml new file mode 100644 index 000000000000..c69f28bcb88d --- /dev/null +++ b/devel/py-jsonschema-path/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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 = "*" -- cgit v1.2.3