Date: Sat, 26 Aug 2023 20:43:59 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: 70d124536740 - main - devel/py-pydantic2: Update to 2.3.0 Message-ID: <202308262043.37QKhxKO013068@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=70d1245367407438dcbf23614f5ae08bbb88db6b commit 70d1245367407438dcbf23614f5ae08bbb88db6b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 20:34:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 20:34:27 +0000 devel/py-pydantic2: Update to 2.3.0 Changes: https://github.com/pydantic/pydantic/releases --- devel/py-pydantic2/Makefile | 4 ++-- devel/py-pydantic2/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pydantic2/Makefile b/devel/py-pydantic2/Makefile index 63d51b8c9cdb..09227642fc44 100644 --- a/devel/py-pydantic2/Makefile +++ b/devel/py-pydantic2/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydantic -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=22.5.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.4.0:devel/py-annotated-types@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.6.1<2.6.1_99:devel/py-pydantic-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.6.3<2.6.3_99:devel/py-pydantic-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-pydantic2/distinfo b/devel/py-pydantic2/distinfo index ad884d929c72..659dcd551d3c 100644 --- a/devel/py-pydantic2/distinfo +++ b/devel/py-pydantic2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692812423 -SHA256 (pydantic-2.2.1.tar.gz) = 31b5cada74b2320999fb2577e6df80332a200ff92e7775a52448b6b036fce24a -SIZE (pydantic-2.2.1.tar.gz) = 621074 +TIMESTAMP = 1693056827 +SHA256 (pydantic-2.3.0.tar.gz) = 1607cc106602284cd4a00882986570472f193fde9cb1259bceeaedb26aa79a6d +SIZE (pydantic-2.3.0.tar.gz) = 623866
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308262043.37QKhxKO013068>