git: f0d333bf7c0d - main - devel/py-jsonschema-path: Update to 0.3.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jul 2024 16:18:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0d333bf7c0d0e753188027833c6b892fb5553dd commit f0d333bf7c0d0e753188027833c6b892fb5553dd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-06 16:03:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-06 16:03:23 +0000 devel/py-jsonschema-path: Update to 0.3.3 Changes: https://github.com/p1c2u/jsonschema-path/releases --- devel/py-jsonschema-path/Makefile | 3 +-- devel/py-jsonschema-path/distinfo | 6 +++--- devel/py-jsonschema-path/files/patch-pyproject.toml | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile index e56c05883278..964e3eb52a6f 100644 --- a/devel/py-jsonschema-path/Makefile +++ b/devel/py-jsonschema-path/Makefile @@ -1,6 +1,5 @@ PORTNAME= jsonschema-path -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jsonschema-path/distinfo b/devel/py-jsonschema-path/distinfo index 3a4577d48639..a5207baa4d2a 100644 --- a/devel/py-jsonschema-path/distinfo +++ b/devel/py-jsonschema-path/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700759776 -SHA256 (jsonschema_path-0.3.2.tar.gz) = 4d0dababf341e36e9b91a5fb2a3e3fd300b0150e7fe88df4e55cc8253c5a3989 -SIZE (jsonschema_path-0.3.2.tar.gz) = 11597 +TIMESTAMP = 1720022812 +SHA256 (jsonschema_path-0.3.3.tar.gz) = f02e5481a4288ec062f8e68c808569e427d905bedfecb7f2e4c69ef77957c382 +SIZE (jsonschema_path-0.3.3.tar.gz) = 11589 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 09131ca7585a..000000000000 --- a/devel/py-jsonschema-path/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-11-15 07:57:02 UTC -+++ pyproject.toml -@@ -45,7 +45,7 @@ pathable = "^0.4.1" - python = "^3.8.0" - PyYAML = ">=5.1" - requests = {version = "^2.31.0", optional = true} --referencing = ">=0.28.0,<0.32.0" -+referencing = ">=0.28.0,<0.36.0" - - [tool.poetry.dev-dependencies] - pre-commit = "*"