ports/devel/py-jsonschema-spec/files/patch-pyproject.toml
Po-Chuan Hsieh 081482ef56
devel/py-jsonschema-spec: Allow build with py-referencing 0.36.0
- Bump PORTREVISION for package change
2025-02-03 23:51:09 +08:00

11 lines
313 B
TOML

--- pyproject.toml.orig 2023-08-16 17:46:54 UTC
+++ pyproject.toml
@@ -44,7 +44,7 @@ pathable = "^0.4.1"
python = "^3.8.0"
PyYAML = ">=5.1"
requests = {version = "^2.31.0", optional = true}
-referencing = ">=0.28.0,<0.31.0"
+referencing = ">=0.28.0,<0.37.0"
[tool.poetry.dev-dependencies]
pre-commit = "*"