Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2024 09:39:30 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: efd8eb280e0b - main - misc/py-progressbar2: update to 4.5.0
Message-ID:  <202408290939.47T9dUQk020015@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=efd8eb280e0bb65703fa358eee14aabb94a1c72a

commit efd8eb280e0bb65703fa358eee14aabb94a1c72a
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-08-29 09:38:24 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-08-29 09:38:24 +0000

    misc/py-progressbar2: update to 4.5.0
---
 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 e945e456a317..48f7129810f4 100644
--- a/misc/py-progressbar2/Makefile
+++ b/misc/py-progressbar2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	progressbar2
-PORTVERSION=	4.3.2
+PORTVERSION=	4.5.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-utils>=3.8.1:misc/py-python-utils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-utils>=3.8.1:misc/py-python-utils@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist concurrent pep517
+USE_PYTHON=	autoplist pep517
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}progressbar
 
diff --git a/misc/py-progressbar2/distinfo b/misc/py-progressbar2/distinfo
index eb8e353fba88..b593e7de7ac5 100644
--- a/misc/py-progressbar2/distinfo
+++ b/misc/py-progressbar2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707568449
-SHA256 (progressbar2-4.3.2.tar.gz) = c37e6e1b4e57ab43f95c3d0e8d90061bec140e4fed56b8343183db3aa1e19a52
-SIZE (progressbar2-4.3.2.tar.gz) = 92504
+TIMESTAMP = 1724923922
+SHA256 (progressbar2-4.5.0.tar.gz) = 6662cb624886ed31eb94daf61e27583b5144ebc7383a17bae076f8f4f59088fb
+SIZE (progressbar2-4.5.0.tar.gz) = 101449



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