Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 09:30:52 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: da25866bfaa5 - main - devel/py-pydantic2: Update to 2.2.1
Message-ID:  <202308260930.37Q9UqpN090157@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=da25866bfaa585af5d118b1401bb0265e00418f3

commit da25866bfaa585af5d118b1401bb0265e00418f3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 09:27:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 09:27:35 +0000

    devel/py-pydantic2: Update to 2.2.1
    
    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 1791a236d0c0..63d51b8c9cdb 100644
--- a/devel/py-pydantic2/Makefile
+++ b/devel/py-pydantic2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydantic
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.1
 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.6.0<2.6.0_99:devel/py-pydantic-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.6.1<2.6.1_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 d3a6877a5454..ad884d929c72 100644
--- a/devel/py-pydantic2/distinfo
+++ b/devel/py-pydantic2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692640056
-SHA256 (pydantic-2.2.0.tar.gz) = 5f30f37a75bca15930e256da6a401f1cb953eb3bc578d454c0876f4e1459a7fa
-SIZE (pydantic-2.2.0.tar.gz) = 620963
+TIMESTAMP = 1692812423
+SHA256 (pydantic-2.2.1.tar.gz) = 31b5cada74b2320999fb2577e6df80332a200ff92e7775a52448b6b036fce24a
+SIZE (pydantic-2.2.1.tar.gz) = 621074



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