git: 1466227fa5b7 - main - devel/py-pydantic-extra-types: Update to 2.10.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 21 Nov 2024 13:42:30 UTC
The branch main has been updated by sunpoet:

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

commit 1466227fa5b751c33d0a10aac0dd4ab85c76d272
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-21 13:22:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-21 13:38:15 +0000

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

diff --git a/devel/py-pydantic-extra-types/Makefile b/devel/py-pydantic-extra-types/Makefile
index 164bcc8609bb..2f519940dab5 100644
--- a/devel/py-pydantic-extra-types/Makefile
+++ b/devel/py-pydantic-extra-types/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pydantic-extra-types
-PORTVERSION=	2.9.0
-PORTREVISION=	1
+PORTVERSION=	2.10.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +14,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic2>=2.5.2:devel/py-pydantic2@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic2>=2.5.2:devel/py-pydantic2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517 pytest
diff --git a/devel/py-pydantic-extra-types/distinfo b/devel/py-pydantic-extra-types/distinfo
index c3c52f10ba4b..589ebce15fb4 100644
--- a/devel/py-pydantic-extra-types/distinfo
+++ b/devel/py-pydantic-extra-types/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720364817
-SHA256 (pydantic_extra_types-2.9.0.tar.gz) = e061c01636188743bb69f368dcd391f327b8cfbfede2fe1cbb1211b06601ba3b
-SIZE (pydantic_extra_types-2.9.0.tar.gz) = 39578
+TIMESTAMP = 1731679294
+SHA256 (pydantic_extra_types-2.10.0.tar.gz) = 552c47dd18fe1d00cfed75d9981162a2f3203cf7e77e55a3d3e70936f59587b9
+SIZE (pydantic_extra_types-2.10.0.tar.gz) = 44559
diff --git a/devel/py-pydantic-extra-types/files/patch-pyproject.toml b/devel/py-pydantic-extra-types/files/patch-pyproject.toml
deleted file mode 100644
index 8872eeb6a070..000000000000
--- a/devel/py-pydantic-extra-types/files/patch-pyproject.toml
+++ /dev/null
@@ -1,25 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -49,8 +49,8 @@ all = [
-     'pycountry>=23',
-     'semver>=3.0.2',
-     'python-ulid>=1,<2; python_version<"3.9"',
--    'python-ulid>=1,<3; python_version>="3.9"',
--    'pendulum>=3.0.0,<4.0.0',
-+    'python-ulid>=1,<4; python_version>="3.9"',
-+    'pendulum>=2.0.0,<4.0.0',
-     'pytz>=2024.1',
-     'tzdata>=2024.1',
- ]
-@@ -59,9 +59,9 @@ python_ulid = [
- semver = ['semver>=3.0.2']
- python_ulid = [
-     'python-ulid>=1,<2; python_version<"3.9"',
--    'python-ulid>=1,<3; python_version>="3.9"',
-+    'python-ulid>=1,<4; python_version>="3.9"',
- ]
--pendulum = ['pendulum>=3.0.0,<4.0.0']
-+pendulum = ['pendulum>=2.0.0,<4.0.0']
- 
- [project.urls]
- Homepage = 'https://github.com/pydantic/pydantic-extra-types'