git: 39605ee517d2 - main - devel/py-pydantic2: Update to 2.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jul 2024 16:19:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=39605ee517d2b51d6315abe3dd5ba3b54f44a4d8 commit 39605ee517d2b51d6315abe3dd5ba3b54f44a4d8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-06 16:03:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-06 16:03:33 +0000 devel/py-pydantic2: Update to 2.8.0 Changes: https://github.com/pydantic/pydantic/releases https://docs.pydantic.dev/latest/changelog/ --- devel/py-pydantic2/Makefile | 6 +++--- devel/py-pydantic2/distinfo | 6 +++--- devel/py-pydantic2/files/patch-pyproject.toml | 13 ------------- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/devel/py-pydantic2/Makefile b/devel/py-pydantic2/Makefile index 48beb9b1c631..a675d6fb7cb8 100644 --- a/devel/py-pydantic2/Makefile +++ b/devel/py-pydantic2/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydantic -PORTVERSION= 2.7.4 +PORTVERSION= 2.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,8 @@ 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.19.0<2.19.0_99:devel/py-pydantic-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.20.0<2.20.0_99:devel/py-pydantic-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pydantic2/distinfo b/devel/py-pydantic2/distinfo index bdac22230369..29109b50e276 100644 --- a/devel/py-pydantic2/distinfo +++ b/devel/py-pydantic2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718580116 -SHA256 (pydantic-2.7.4.tar.gz) = 0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52 -SIZE (pydantic-2.7.4.tar.gz) = 714127 +TIMESTAMP = 1720022834 +SHA256 (pydantic-2.8.0.tar.gz) = d970ffb9d030b710795878940bd0489842c638e7252fc4a19c3ae2f7da4d6141 +SIZE (pydantic-2.8.0.tar.gz) = 738772 diff --git a/devel/py-pydantic2/files/patch-pyproject.toml b/devel/py-pydantic2/files/patch-pyproject.toml deleted file mode 100644 index 51d1ebf268a4..000000000000 --- a/devel/py-pydantic2/files/patch-pyproject.toml +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/pydantic/pydantic/commit/b95472dc92018023c4f70de319dc70e691125895 - ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -48,7 +48,7 @@ dependencies = [ - dependencies = [ - 'typing-extensions>=4.6.1', - 'annotated-types>=0.4.0', -- "pydantic-core==2.18.4", -+ "pydantic-core==2.19.0", - ] - dynamic = ['version', 'readme'] -