Date: Wed, 21 Feb 2024 15:23:47 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: 10837a6408ba - main - devel/py-pydantic-extra-types: Update to 2.4.1 Message-ID: <202402211523.41LFNlrt042111@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=10837a6408ba86435fa52d4c27e0c21a42f741b9 commit 10837a6408ba86435fa52d4c27e0c21a42f741b9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:42:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:40 +0000 devel/py-pydantic-extra-types: Update to 2.4.1 Changes: https://github.com/pydantic/pydantic-extra-types/releases --- devel/py-pydantic-extra-types/Makefile | 6 +++--- devel/py-pydantic-extra-types/distinfo | 6 +++--- devel/py-pydantic-extra-types/files/patch-pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-pydantic-extra-types/Makefile b/devel/py-pydantic-extra-types/Makefile index 5fbd4f706cf6..e9c9d8bb0c5e 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.2.0 +PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.3:devel/py-pydantic2@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.5.2:devel/py-pydantic2@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 @@ -26,7 +26,7 @@ OPTIONS_DEFAULT=ALL ALL_DESC= Country codes and phone number support ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8<9:devel/py-phonenumbers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycountry>=22<23:textproc/py-pycountry@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycountry>=23<24:textproc/py-pycountry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-ulid>=1:textproc/py-python-ulid@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-pydantic-extra-types/distinfo b/devel/py-pydantic-extra-types/distinfo index c6d037b48106..d43ad9546f72 100644 --- a/devel/py-pydantic-extra-types/distinfo +++ b/devel/py-pydantic-extra-types/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702543672 -SHA256 (pydantic_extra_types-2.2.0.tar.gz) = 7f2fdd5251729745983cf8cdc5e431ffee2362f283fff54f68122625cef82c11 -SIZE (pydantic_extra_types-2.2.0.tar.gz) = 24517 +TIMESTAMP = 1708449308 +SHA256 (pydantic_extra_types-2.4.1.tar.gz) = 63314096ca57bc1575d988d1a770d73af76aaebe684140f24333b60af4134a2c +SIZE (pydantic_extra_types-2.4.1.tar.gz) = 26317 diff --git a/devel/py-pydantic-extra-types/files/patch-pyproject.toml b/devel/py-pydantic-extra-types/files/patch-pyproject.toml index c7fd6451afcd..8898dabb8f7f 100644 --- a/devel/py-pydantic-extra-types/files/patch-pyproject.toml +++ b/devel/py-pydantic-extra-types/files/patch-pyproject.toml @@ -1,9 +1,9 @@ --- pyproject.toml.orig 2020-02-02 00:00:00 UTC +++ pyproject.toml -@@ -47,7 +47,7 @@ dynamic = ['version'] +@@ -47,7 +47,7 @@ all = [ all = [ 'phonenumbers>=8,<9', - 'pycountry>=22,<23', + 'pycountry>=23,<24', - 'python-ulid>=1,<2', + 'python-ulid>=1', ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211523.41LFNlrt042111>