Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2024 17:23:55 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: a8660f63b545 - main - devel/py-pydantic-extra-types: Update to 2.9.0
Message-ID:  <202407071723.467HNt5b055761@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=a8660f63b545f8afdcbe56132849eaf0575d880c

commit a8660f63b545f8afdcbe56132849eaf0575d880c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-07 17:20:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-07 17:20:59 +0000

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

diff --git a/devel/py-pydantic-extra-types/Makefile b/devel/py-pydantic-extra-types/Makefile
index b010ae6d497e..4781e1436a91 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.8.2
+PORTVERSION=	2.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -32,7 +32,10 @@ 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}python-ulid>=1<3:textproc/py-python-ulid@${PY_FLAVOR}
+			${PYTHON_PKGNAMEPREFIX}python-ulid>=1<3: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} \
+			${PYTHON_PKGNAMEPREFIX}tzdata>=2024.1:devel/py-tzdata@${PY_FLAVOR}
 PENDULUM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pendulum>=2.0.0<4.0.0:devel/py-pendulum@${PY_FLAVOR}
 PHONENUMBERS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}phonenumbers>=8<9:devel/py-phonenumbers@${PY_FLAVOR}
 PYCOUNTRY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycountry>=23:textproc/py-pycountry@${PY_FLAVOR}
diff --git a/devel/py-pydantic-extra-types/distinfo b/devel/py-pydantic-extra-types/distinfo
index eda9257169a3..c3c52f10ba4b 100644
--- a/devel/py-pydantic-extra-types/distinfo
+++ b/devel/py-pydantic-extra-types/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718690476
-SHA256 (pydantic_extra_types-2.8.2.tar.gz) = 4d2b3c52c1e2e4dfa31bf1d5a37b841b09e3c5a08ec2bffca0e07fc2ad7d5c4a
-SIZE (pydantic_extra_types-2.8.2.tar.gz) = 36273
+TIMESTAMP = 1720364817
+SHA256 (pydantic_extra_types-2.9.0.tar.gz) = e061c01636188743bb69f368dcd391f327b8cfbfede2fe1cbb1211b06601ba3b
+SIZE (pydantic_extra_types-2.9.0.tar.gz) = 39578
diff --git a/devel/py-pydantic-extra-types/files/patch-pyproject.toml b/devel/py-pydantic-extra-types/files/patch-pyproject.toml
index d47c365459fb..2fb7bfa3b062 100644
--- a/devel/py-pydantic-extra-types/files/patch-pyproject.toml
+++ b/devel/py-pydantic-extra-types/files/patch-pyproject.toml
@@ -1,15 +1,15 @@
 --- pyproject.toml.orig	2020-02-02 00:00:00 UTC
 +++ pyproject.toml
-@@ -49,7 +49,7 @@ all = [
-     'pycountry>=23',
+@@ -50,7 +50,7 @@ all = [
+     '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'
-+    'pendulum>=2.0.0,<4.0.0'
+-    'pendulum>=3.0.0,<4.0.0',
++    'pendulum>=2.0.0,<4.0.0',
+     'pytz>=2024.1',
+     'tzdata>=2024.1',
  ]
- phonenumbers = ['phonenumbers>=8,<9']
- pycountry = ['pycountry>=23']
-@@ -57,7 +57,7 @@ python_ulid = [
+@@ -61,7 +61,7 @@ python_ulid = [
      'python-ulid>=1,<2; python_version<"3.9"',
      'python-ulid>=1,<3; python_version>="3.9"',
  ]



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