git: 108e7baf74e0 - main - devel/py-pydantic2: Update to 2.11.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 05:45:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=108e7baf74e0e4456113aff271ce266e864b65e3
commit 108e7baf74e0e4456113aff271ce266e864b65e3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:16:09 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-18 05:37:37 +0000
devel/py-pydantic2: Update to 2.11.3
Changes: https://github.com/pydantic/pydantic/releases
https://docs.pydantic.dev/latest/changelog/
---
devel/py-pydantic2/Makefile | 8 ++++----
devel/py-pydantic2/distinfo | 6 +++---
devel/py-pydantic2/files/patch-pyproject.toml | 15 ---------------
3 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/devel/py-pydantic2/Makefile b/devel/py-pydantic2/Makefile
index 53b036b4ebf1..82f6e65989d9 100644
--- a/devel/py-pydantic2/Makefile
+++ b/devel/py-pydantic2/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pydantic
-PORTVERSION= 2.10.6
-PORTREVISION= 3
+PORTVERSION= 2.11.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +16,9 @@ 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.6.0:devel/py-annotated-types@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.30.0<2.30.0_99:devel/py-pydantic-core@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.33.1<2.33.1_99:devel/py-pydantic-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-inspection>=0.4.0:devel/py-typing-inspection@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-pydantic2/distinfo b/devel/py-pydantic2/distinfo
index ef9fec07ec8e..05283e04d4e7 100644
--- a/devel/py-pydantic2/distinfo
+++ b/devel/py-pydantic2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738089050
-SHA256 (pydantic-2.10.6.tar.gz) = ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236
-SIZE (pydantic-2.10.6.tar.gz) = 761681
+TIMESTAMP = 1744288964
+SHA256 (pydantic-2.11.3.tar.gz) = 7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3
+SIZE (pydantic-2.11.3.tar.gz) = 785513
diff --git a/devel/py-pydantic2/files/patch-pyproject.toml b/devel/py-pydantic2/files/patch-pyproject.toml
deleted file mode 100644
index 7596e01cbf24..000000000000
--- a/devel/py-pydantic2/files/patch-pyproject.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-Obtained from: https://github.com/pydantic/pydantic/commit/4a7ec17b5f8bcdd151ee35e4585fec3fb65bdf1a
- https://github.com/pydantic/pydantic/commit/144e426fa003ae2cdff979cd6ea2b6229291eb83
- https://github.com/pydantic/pydantic/commit/d4fac869bb4ee003ea62f056526b0dcbbd1e566f
-
---- pyproject.toml.orig 2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -46,7 +46,7 @@ dependencies = [
- dependencies = [
- 'typing-extensions>=4.12.2',
- 'annotated-types>=0.6.0',
-- 'pydantic-core==2.27.2',
-+ 'pydantic-core==2.30.0',
- ]
- dynamic = ['version', 'readme']
-