Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 21:38:36 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: 454965e42a08 - main - devel/py-inflect: Update to 6.0.2
Message-ID:  <202307092138.369LcaXC072196@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=454965e42a088eed64254f125dbd587830df7a8c

commit 454965e42a088eed64254f125dbd587830df7a8c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:24:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:34:32 +0000

    devel/py-inflect: Update to 6.0.2
    
    Changes:        https://github.com/jaraco/inflect/blob/main/NEWS.rst
---
 devel/py-inflect/Makefile | 5 +++--
 devel/py-inflect/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-inflect/Makefile b/devel/py-inflect/Makefile
index 84056239ec20..dd28a0676ba2 100644
--- a/devel/py-inflect/Makefile
+++ b/devel/py-inflect/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	inflect
-PORTVERSION=	6.0.4
+PORTVERSION=	7.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic>=1.9.1:devel/py-pydantic@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic>=1.9.1:devel/py-pydantic@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-inflect/distinfo b/devel/py-inflect/distinfo
index ffec4de6d8be..bb656c17856c 100644
--- a/devel/py-inflect/distinfo
+++ b/devel/py-inflect/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681052934
-SHA256 (inflect-6.0.4.tar.gz) = 1842649a17b6cad66812a5c9bdfacb6310e1e7b6dd8a31f026766df1b62612eb
-SIZE (inflect-6.0.4.tar.gz) = 71131
+TIMESTAMP = 1688902115
+SHA256 (inflect-7.0.0.tar.gz) = 63da9325ad29da81ec23e055b41225795ab793b4ecb483be5dc1fa363fd4717e
+SIZE (inflect-7.0.0.tar.gz) = 70963



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