git: db07513f7124 - main - devel/py-pydantic-extra-types: Update to 2.10.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 19 Mar 2025 03:59:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db07513f712416a506494d5cc8422041029dc750

commit db07513f712416a506494d5cc8422041029dc750
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-19 03:39:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-19 03:39:06 +0000

    devel/py-pydantic-extra-types: Update to 2.10.3
    
    Changes:        https://github.com/pydantic/pydantic-extra-types/releases
---
 devel/py-pydantic-extra-types/Makefile                   |  3 ++-
 devel/py-pydantic-extra-types/distinfo                   |  6 +++---
 devel/py-pydantic-extra-types/files/patch-pyproject.toml | 13 +++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/devel/py-pydantic-extra-types/Makefile b/devel/py-pydantic-extra-types/Makefile
index b3d5bf239471..f8539bf859ef 100644
--- a/devel/py-pydantic-extra-types/Makefile
+++ b/devel/py-pydantic-extra-types/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydantic-extra-types
-PORTVERSION=	2.10.2
+PORTVERSION=	2.10.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -33,6 +33,7 @@ PYTHON_ULID_DESC=	ULID support
 ALL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pendulum>=2.0.0<4.0.0:devel/py-pendulum@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}phonenumbers>=8<9:devel/py-phonenumbers@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}pycountry>=23:textproc/py-pycountry@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}pymongo>=3.0.0<5.0.0:databases/py-pymongo@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}python-ulid>=1<4:textproc/py-python-ulid@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}pytz>=2024.1,1:devel/py-pytz@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}semver>=3.0.2:devel/py-semver@${PY_FLAVOR} \
diff --git a/devel/py-pydantic-extra-types/distinfo b/devel/py-pydantic-extra-types/distinfo
index ee4718e31767..f986e312abf7 100644
--- a/devel/py-pydantic-extra-types/distinfo
+++ b/devel/py-pydantic-extra-types/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738089048
-SHA256 (pydantic_extra_types-2.10.2.tar.gz) = 934d59ab7a02ff788759c3a97bc896f5cfdc91e62e4f88ea4669067a73f14b98
-SIZE (pydantic_extra_types-2.10.2.tar.gz) = 86893
+TIMESTAMP = 1742070398
+SHA256 (pydantic_extra_types-2.10.3.tar.gz) = dcc0a7b90ac9ef1b58876c9b8fdede17fbdde15420de9d571a9fccde2ae175bb
+SIZE (pydantic_extra_types-2.10.3.tar.gz) = 95128
diff --git a/devel/py-pydantic-extra-types/files/patch-pyproject.toml b/devel/py-pydantic-extra-types/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9e43e73ee6f4
--- /dev/null
+++ b/devel/py-pydantic-extra-types/files/patch-pyproject.toml
@@ -0,0 +1,13 @@
+--- pyproject.toml.orig	2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -49,8 +49,8 @@ all = [
+     'semver>=3.0.2',
+     'python-ulid>=1,<2; python_version<"3.9"',
+     'python-ulid>=1,<4; python_version>="3.9"',
+-    'pendulum>=3.0.0,<4.0.0',
+-    'pymongo>=4.0.0,<5.0.0',
++    'pendulum>=2.0.0,<4.0.0',
++    'pymongo>=3.0.0,<5.0.0',
+     'pytz>=2024.1',
+     'semver~=3.0.2',
+     'tzdata>=2024.1',