Date: Sat, 13 Apr 2024 09:32:25 GMT 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: 4e3fa434ef21 - main - devel/py-jsonschema-specifications: Update to 2023.12.1 Message-ID: <202404130932.43D9WPuu034575@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e3fa434ef21d21814e7543301ab2475b92c34bd commit 4e3fa434ef21d21814e7543301ab2475b92c34bd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-13 09:29:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-13 09:31:38 +0000 devel/py-jsonschema-specifications: Update to 2023.12.1 - Add GitHub to MASTER_SITES Changes: https://github.com/python-jsonschema/jsonschema-specifications/releases https://github.com/python-jsonschema/jsonschema-specifications/commits/main --- devel/py-jsonschema-specifications/Makefile | 7 ++++--- devel/py-jsonschema-specifications/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/py-jsonschema-specifications/Makefile b/devel/py-jsonschema-specifications/Makefile index 22d77b3b7e5d..b61b8fa2a30a 100644 --- a/devel/py-jsonschema-specifications/Makefile +++ b/devel/py-jsonschema-specifications/Makefile @@ -1,7 +1,8 @@ PORTNAME= jsonschema-specifications -PORTVERSION= 2023.6.1 +PORTVERSION= 2023.12.1 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/python-jsonschema/jsonschema-specifications/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= jsonschema_specifications-${PORTVERSION} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0:devel/py-referencing@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}referencing>=0.31.0:devel/py-referencing@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-jsonschema-specifications/distinfo b/devel/py-jsonschema-specifications/distinfo index 1d565ea564e2..525d6734aa46 100644 --- a/devel/py-jsonschema-specifications/distinfo +++ b/devel/py-jsonschema-specifications/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688166006 -SHA256 (jsonschema_specifications-2023.6.1.tar.gz) = ca1c4dd059a9e7b34101cf5b3ab7ff1d18b139f35950d598d629837ef66e8f28 -SIZE (jsonschema_specifications-2023.6.1.tar.gz) = 12645 +TIMESTAMP = 1712886430 +SHA256 (jsonschema_specifications-2023.12.1.tar.gz) = 48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc +SIZE (jsonschema_specifications-2023.12.1.tar.gz) = 13983
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404130932.43D9WPuu034575>