Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 20:16:39 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: 8aace9dc5093 - main - devel/py-pydantic2: Update to 2.8.3
Message-ID:  <202409152016.48FKGdb8082972@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=8aace9dc5093ac7118cc1959945c7926c020062b

commit 8aace9dc5093ac7118cc1959945c7926c020062b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:43:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:48 +0000

    devel/py-pydantic2: Update to 2.8.3
    
    Changes:        https://github.com/pydantic/pydantic/releases
                    https://docs.pydantic.dev/latest/changelog/
---
 devel/py-pydantic2/Makefile                   |  7 +++----
 devel/py-pydantic2/distinfo                   |  6 +++---
 devel/py-pydantic2/files/patch-pyproject.toml | 11 -----------
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/devel/py-pydantic2/Makefile b/devel/py-pydantic2/Makefile
index 81eaccb36e72..0c41433a2219 100644
--- a/devel/py-pydantic2/Makefile
+++ b/devel/py-pydantic2/Makefile
@@ -1,10 +1,9 @@
 PORTNAME=	pydantic
-PORTVERSION=	2.8.2
+PORTVERSION=	2.9.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	2
-PORTREVISION=	1
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Data validation using Python type hints
@@ -16,8 +15,8 @@ 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.21.0<2.21.0_99:devel/py-pydantic-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}annotated-types>=0.6.0:devel/py-annotated-types@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.23.3<2.23.3_99:devel/py-pydantic-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-pydantic2/distinfo b/devel/py-pydantic2/distinfo
index 3f2be731c499..b24d1cebd77a 100644
--- a/devel/py-pydantic2/distinfo
+++ b/devel/py-pydantic2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720447706
-SHA256 (pydantic-2.8.2.tar.gz) = 6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a
-SIZE (pydantic-2.8.2.tar.gz) = 739834
+TIMESTAMP = 1726081017
+SHA256 (pydantic-2.9.1.tar.gz) = 1363c7d975c7036df0db2b4a61f2e062fbc0aa5ab5f2772e0ffc7191a4f4bce2
+SIZE (pydantic-2.9.1.tar.gz) = 768511
diff --git a/devel/py-pydantic2/files/patch-pyproject.toml b/devel/py-pydantic2/files/patch-pyproject.toml
deleted file mode 100644
index 5a7be4c546dc..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
-@@ -50,7 +50,7 @@ dependencies = [
-     'typing-extensions>=4.6.1; python_version < "3.13"',
-     'typing-extensions>=4.12.2; python_version >= "3.13"',
-     'annotated-types>=0.4.0',
--    "pydantic-core==2.20.1",
-+    "pydantic-core==2.21.0",
- ]
- dynamic = ['version', 'readme']
- 



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