git: fc6f800bcc95 - main - devel/py-pydantic2: Allow build with py-pydantic-core 2.14.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:19:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc6f800bcc9522d1c285aef93741ef1e8af923b0 commit fc6f800bcc9522d1c285aef93741ef1e8af923b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:39:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:15:47 +0000 devel/py-pydantic2: Allow build with py-pydantic-core 2.14.1 - Bump PORTREVISION for package change Obtained from: https://github.com/pydantic/pydantic/commit/16adffa5a1ca13f5123a7d4063f6c9b62fa84ed3 https://github.com/pydantic/pydantic/commit/da2173ed6d7065d1f89236824403bf758b86f20d https://github.com/pydantic/pydantic/commit/fb8a5946f5e167a7bf0b1cdecbfc9e28592685b8 https://github.com/pydantic/pydantic/commit/b520f2eb21e531ae53f8c14980979c364e7c0026 --- devel/py-pydantic2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-pydantic2/Makefile b/devel/py-pydantic2/Makefile index e5a9b59f1b2f..236e8a9cd55c 100644 --- a/devel/py-pydantic2/Makefile +++ b/devel/py-pydantic2/Makefile @@ -1,6 +1,6 @@ PORTNAME= pydantic PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,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.11.0<2.11.0_99:devel/py-pydantic-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.14.1<2.14.1_99:devel/py-pydantic-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1:devel/py-typing-extensions@${PY_FLAVOR} USES= python