Re: git: 306fe6a83cca - main - devel/py-jsonschema: Update version 4.17.3=>4.18.3
Date: Mon, 31 Jul 2023 20:42:06 UTC
On Sat, Jul 15, 2023 at 11:46 PM Muhammad Moinur Rahman <bofh@freebsd.org> wrote: > The branch main has been updated by bofh: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=306fe6a83ccaf00a654a9625c7b98ada96329bfd > > commit 306fe6a83ccaf00a654a9625c7b98ada96329bfd > Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> > AuthorDate: 2023-07-15 15:34:40 +0000 > Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> > CommitDate: 2023-07-15 15:43:35 +0000 > > devel/py-jsonschema: Update version 4.17.3=>4.18.3 > FYI, this update breaks several ports. 2 of them are fixed with py-jsonschema417. Others are updated to newer versions to support py-jsonschema 4.18. > > Changelog: > https://github.com/python-jsonschema/jsonschema/releases/tag/v4.18.3 > --- > devel/py-jsonschema/Makefile | 9 +++++---- > devel/py-jsonschema/distinfo | 6 +++--- > 2 files changed, 8 insertions(+), 7 deletions(-) > > diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile > index c867fb3a5ed4..3146967e4f71 100644 > --- a/devel/py-jsonschema/Makefile > +++ b/devel/py-jsonschema/Makefile > @@ -1,6 +1,5 @@ > PORTNAME= jsonschema > -PORTVERSION= 4.17.3 > -PORTREVISION= 2 > +PORTVERSION= 4.18.3 > CATEGORIES= devel python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -15,8 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} > \ > > ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} > \ > ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@ > ${PY_FLAVOR} > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} > \ > - > ${PYTHON_PKGNAMEPREFIX}pyrsistent>=0.14.0:devel/py-pyrsistent@ > ${PY_FLAVOR} > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.2.0:devel/py-attrs@${PY_FLAVOR} > \ > + > ${PYTHON_PKGNAMEPREFIX}jsonschema-specifications>=2023.03.6:devel/py-jsonschema-specifications@${PY_FLAVOR} > \ > + > ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.4:devel/py-referencing@${PY_FLAVOR} > \ > + ${PYTHON_PKGNAMEPREFIX}rpds-py>=0.7.1:devel/py-rpds-py@ > ${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} > > USES= python > diff --git a/devel/py-jsonschema/distinfo b/devel/py-jsonschema/distinfo > index 242dc6efa1b4..b0315c4b7eba 100644 > --- a/devel/py-jsonschema/distinfo > +++ b/devel/py-jsonschema/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1678487864 > -SHA256 (jsonschema-4.17.3.tar.gz) = > 0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d > -SIZE (jsonschema-4.17.3.tar.gz) = 297785 > +TIMESTAMP = 1689433193 > +SHA256 (jsonschema-4.18.3.tar.gz) = > 64b7104d72efe856bea49ca4af37a14a9eba31b40bb7238179f3803130fd34d9 > +SIZE (jsonschema-4.18.3.tar.gz) = 315165 >