Date: Mon, 24 Jan 2022 14:31:24 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a31b51f018c - main - misc/py-progressbar2: update to 4.0.0 Message-ID: <202201241431.20OEVOp0056846@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a31b51f018cf655a7cc9daf8a6c22da55ebefa8 commit 8a31b51f018cf655a7cc9daf8a6c22da55ebefa8 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2022-01-24 14:30:43 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2022-01-24 14:30:43 +0000 misc/py-progressbar2: update to 4.0.0 Clean up CONFLICTS from stale entry --- misc/py-progressbar2/Makefile | 7 +++---- misc/py-progressbar2/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/misc/py-progressbar2/Makefile b/misc/py-progressbar2/Makefile index be382c28a4c2..eeb80b56bd9f 100644 --- a/misc/py-progressbar2/Makefile +++ b/misc/py-progressbar2/Makefile @@ -1,5 +1,5 @@ PORTNAME= progressbar2 -PORTVERSION= 3.55.0 +PORTVERSION= 4.0.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-utils>=2.3.0:misc/py-python-utils@${P ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar \ - ${PYTHON_PKGNAMEPREFIX}progressbar231 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar .include <bsd.port.mk> diff --git a/misc/py-progressbar2/distinfo b/misc/py-progressbar2/distinfo index 26db0dad45e6..e10b798ae520 100644 --- a/misc/py-progressbar2/distinfo +++ b/misc/py-progressbar2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636128191 -SHA256 (progressbar2-3.55.0.tar.gz) = 86835d1f1a9317ab41aeb1da5e4184975e2306586839d66daf63067c102f8f04 -SIZE (progressbar2-3.55.0.tar.gz) = 371356 +TIMESTAMP = 1643032931 +SHA256 (progressbar2-4.0.0.tar.gz) = 14d3165a1781d053ffaa117daf27cc706128d2ec1d2977fdb05b6bb079888013 +SIZE (progressbar2-4.0.0.tar.gz) = 663046
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201241431.20OEVOp0056846>