Date: Sat, 13 Apr 2024 11:58:57 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: de2edc30f386 - main - devel/py-pydantic2: Update to 2.7.0 Message-ID: <202404131158.43DBwv3M076323@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=de2edc30f38675b39e09e5628f63f3913bcc8364 commit de2edc30f38675b39e09e5628f63f3913bcc8364 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-13 11:57:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-13 11:57:25 +0000 devel/py-pydantic2: Update to 2.7.0 Changes: https://github.com/pydantic/pydantic/releases https://docs.pydantic.dev/latest/changelog/ --- 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 d5a44a5b926c..de4248c75e75 100644 --- a/devel/py-pydantic2/Makefile +++ b/devel/py-pydantic2/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydantic -PORTVERSION= 2.6.4 +PORTVERSION= 2.7.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.16.3<2.16.3_99:devel/py-pydantic-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.18.1<2.18.1_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 220dba92aedd..45df5e8bea01 100644 --- a/devel/py-pydantic2/distinfo +++ b/devel/py-pydantic2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712468 -SHA256 (pydantic-2.6.4.tar.gz) = b1704e0847db01817624a6b86766967f552dd9dbf3afba4004409f908dcc84e6 -SIZE (pydantic-2.6.4.tar.gz) = 680828 +TIMESTAMP = 1713001134 +SHA256 (pydantic-2.7.0.tar.gz) = b5ecdd42262ca2462e2624793551e80911a1e989f462910bb81aef974b4bb383 +SIZE (pydantic-2.7.0.tar.gz) = 710409
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404131158.43DBwv3M076323>