git: fdbcc67a4177 - main - devel/py-pydantic2: Update to 2.5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 16:16:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdbcc67a41774f26d1c47500dae6190056dfcb6f commit fdbcc67a41774f26d1c47500dae6190056dfcb6f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 16:03:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 16:10:54 +0000 devel/py-pydantic2: Update to 2.5.3 Changes: https://github.com/pydantic/pydantic/releases https://docs.pydantic.dev/latest/changelog/ --- devel/py-pydantic2/Makefile | 5 ++--- devel/py-pydantic2/distinfo | 6 +++--- devel/py-pydantic2/files/patch-pyproject.toml | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/devel/py-pydantic2/Makefile b/devel/py-pydantic2/Makefile index d5e002065502..f61a1cc96a6b 100644 --- a/devel/py-pydantic2/Makefile +++ b/devel/py-pydantic2/Makefile @@ -1,6 +1,5 @@ PORTNAME= pydantic -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,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.14.5<2.14.6_99:devel/py-pydantic-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.14.6<2.14.6_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 555b3e882823..44f77ec22b70 100644 --- a/devel/py-pydantic2/distinfo +++ b/devel/py-pydantic2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700759822 -SHA256 (pydantic-2.5.2.tar.gz) = ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd15a6edd -SIZE (pydantic-2.5.2.tar.gz) = 652158 +TIMESTAMP = 1703495815 +SHA256 (pydantic-2.5.3.tar.gz) = b3ef57c62535b0941697cce638c08900d87fcb67e29cfa99e8a68f747f393f7a +SIZE (pydantic-2.5.3.tar.gz) = 651797 diff --git a/devel/py-pydantic2/files/patch-pyproject.toml b/devel/py-pydantic2/files/patch-pyproject.toml deleted file mode 100644 index 9abf3963f70b..000000000000 --- a/devel/py-pydantic2/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -66,7 +66,7 @@ requires-python = '>=3.7' - dependencies = [ - 'typing-extensions>=4.6.1', - 'annotated-types>=0.4.0', -- "pydantic-core==2.14.5", -+ "pydantic-core>=2.14.5, <=2.14.6", - "importlib_metadata; python_version=='3.7'", - ] - dynamic = ['version', 'readme']