Date: Sun, 18 Apr 2021 07:11:31 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: 133ea925d255 - main - devel/py-flit: Update to 3.1.0 Message-ID: <202104180711.13I7BVtT007204@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=133ea925d255b1df21c722bbcbb85662f1a2b256 commit 133ea925d255b1df21c722bbcbb85662f1a2b256 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:02:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:14 +0000 devel/py-flit: Update to 3.1.0 Changes: https://github.com/takluyver/flit/blob/master/doc/history.rst --- devel/py-flit/Makefile | 6 +++--- devel/py-flit/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-flit/Makefile b/devel/py-flit/Makefile index 1188b0ffa684..e65269cf3022 100644 --- a/devel/py-flit/Makefile +++ b/devel/py-flit/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= flit -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}:devel/py-flit-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytoml>=0:textproc/py-pytoml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-flit/distinfo b/devel/py-flit/distinfo index 6d68a5381de1..b985e0431a1b 100644 --- a/devel/py-flit/distinfo +++ b/devel/py-flit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599492092 -SHA256 (flit-3.0.0.tar.gz) = b4fe0f84a1ffbf125d003e253ec98c0b6e3e31290b31fba3ad22d28588c20893 -SIZE (flit-3.0.0.tar.gz) = 109641 +TIMESTAMP = 1618320134 +SHA256 (flit-3.1.0.tar.gz) = c45104d677572958cbe63ae99011bed16b6e1cf5d6620bc6a8c6f1cfcd7aa40b +SIZE (flit-3.1.0.tar.gz) = 110402
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180711.13I7BVtT007204>