Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 20:43:58 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: fad2bdf53714 - main - devel/py-pydantic-extra-types: Update to 2.1.0
Message-ID:  <202308262043.37QKhwwR013021@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=fad2bdf537148d8a6271f8a8c0f1cbf19fb65c16

commit fad2bdf537148d8a6271f8a8c0f1cbf19fb65c16
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 20:34:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 20:34:26 +0000

    devel/py-pydantic-extra-types: Update to 2.1.0
    
    Changes:        https://github.com/pydantic/pydantic-extra-types/releases
---
 devel/py-pydantic-extra-types/Makefile | 4 ++--
 devel/py-pydantic-extra-types/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-pydantic-extra-types/Makefile b/devel/py-pydantic-extra-types/Makefile
index 6f9996704631..dc6aac66e39b 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.0.0
+PORTVERSION=	2.1.0
 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:devel/py-pydantic2@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.3:devel/py-pydantic2@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-pydantic-extra-types/distinfo b/devel/py-pydantic-extra-types/distinfo
index 2f90565883b2..7947178b7e3e 100644
--- a/devel/py-pydantic-extra-types/distinfo
+++ b/devel/py-pydantic-extra-types/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166018
-SHA256 (pydantic_extra_types-2.0.0.tar.gz) = 137ddacb168d95ea77591dbb3739ec4da5eeac0fc4df7f797371d9904451a178
-SIZE (pydantic_extra_types-2.0.0.tar.gz) = 23579
+TIMESTAMP = 1693056825
+SHA256 (pydantic_extra_types-2.1.0.tar.gz) = d07b869e733d33712b07d6b8cd7b0223077c23ae5a1e23bd0699a00401259ec7
+SIZE (pydantic_extra_types-2.1.0.tar.gz) = 27894



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