Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:46:58 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: 846e21632129 - main - devel/py-pydantic2: Update to 2.0.3
Message-ID:  <202307311646.36VGkwKp080624@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=846e21632129df1c160f46f70fa9c5c1ae346aaa

commit 846e21632129df1c160f46f70fa9c5c1ae346aaa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:31:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:40:08 +0000

    devel/py-pydantic2: Update to 2.0.3
    
    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 621201dea9dc..81ba504c63b9 100644
--- a/devel/py-pydantic2/Makefile
+++ b/devel/py-pydantic2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydantic
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 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.1.2<2.1.2_99:devel/py-pydantic-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.3.0<2.3.0_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 0e54f31d0fc6..44ed42cf795a 100644
--- a/devel/py-pydantic2/distinfo
+++ b/devel/py-pydantic2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688902145
-SHA256 (pydantic-2.0.2.tar.gz) = b802f5245b8576315fe619e5989fd083448fa1258638ef9dac301ca60878396d
-SIZE (pydantic-2.0.2.tar.gz) = 580114
+TIMESTAMP = 1689398885
+SHA256 (pydantic-2.0.3.tar.gz) = 94f13e0dcf139a5125e88283fc999788d894e14ed90cf478bcc2ee50bd4fc630
+SIZE (pydantic-2.0.3.tar.gz) = 593215



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311646.36VGkwKp080624>