Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 19:05:31 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: edf5e96f916b - main - devel/py-pydantic2: Update to 2.2.0
Message-ID:  <202308211905.37LJ5Vpa096578@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=edf5e96f916b12381491be434ca1c2e5538857fc

commit edf5e96f916b12381491be434ca1c2e5538857fc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 18:52:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 18:52:49 +0000

    devel/py-pydantic2: Update to 2.2.0
    
    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 202abda87b1e..1791a236d0c0 100644
--- a/devel/py-pydantic2/Makefile
+++ b/devel/py-pydantic2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydantic
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.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.4.0<2.4.0_99:devel/py-pydantic-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.6.0<2.6.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 aab2ac2e4085..d3a6877a5454 100644
--- a/devel/py-pydantic2/distinfo
+++ b/devel/py-pydantic2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691070098
-SHA256 (pydantic-2.1.1.tar.gz) = 22d63db5ce4831afd16e7c58b3192d3faf8f79154980d9397d9867254310ba4b
-SIZE (pydantic-2.1.1.tar.gz) = 611057
+TIMESTAMP = 1692640056
+SHA256 (pydantic-2.2.0.tar.gz) = 5f30f37a75bca15930e256da6a401f1cb953eb3bc578d454c0876f4e1459a7fa
+SIZE (pydantic-2.2.0.tar.gz) = 620963



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