Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2022 10:32:02 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: 187a775845a4 - main - devel/py-inflect: Update to 6.0.0
Message-ID:  <202208271032.27RAW2Zx049488@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=187a775845a48db6264c88efeb5b73c486f9756a

commit 187a775845a48db6264c88efeb5b73c486f9756a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:24:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:24:22 +0000

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

diff --git a/devel/py-inflect/Makefile b/devel/py-inflect/Makefile
index 8ab2eda540ab..467d9c619560 100644
--- a/devel/py-inflect/Makefile
+++ b/devel/py-inflect/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	inflect
-PORTVERSION=	5.6.2
+PORTVERSION=	6.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic>=0:devel/py-pydantic@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-inflect/distinfo b/devel/py-inflect/distinfo
index 0d9071ecf8c8..0695664565b6 100644
--- a/devel/py-inflect/distinfo
+++ b/devel/py-inflect/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658151359
-SHA256 (inflect-5.6.2.tar.gz) = aadc7ed73928f5e014129794bbac03058cca35d0a973a5fc4eb45c7fa26005f9
-SIZE (inflect-5.6.2.tar.gz) = 69378
+TIMESTAMP = 1660576790
+SHA256 (inflect-6.0.0.tar.gz) = 0bc1516ec2725e2d8221707a612245093cb6f1cea209cfd8cbd4fc5e96fa6365
+SIZE (inflect-6.0.0.tar.gz) = 70108



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