Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 14:41:37 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: d3ce4d9b4628 - main - misc/py-alive-progress: Update to 3.2.0
Message-ID:  <202410291441.49TEfbRY064829@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=d3ce4d9b4628555c8ef6db52b25f8251b323a923

commit d3ce4d9b4628555c8ef6db52b25f8251b323a923
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:19:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:38 +0000

    misc/py-alive-progress: Update to 3.2.0
    
    Changes:        https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md
---
 misc/py-alive-progress/Makefile             | 5 ++---
 misc/py-alive-progress/distinfo             | 6 +++---
 misc/py-alive-progress/files/patch-setup.py | 6 +++---
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile
index 987e389f7d80..242e71132a03 100644
--- a/misc/py-alive-progress/Makefile
+++ b/misc/py-alive-progress/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	alive-progress
-PORTVERSION=	3.1.5
-PORTREVISION=	1
+PORTVERSION=	3.2.0
 CATEGORIES=	misc
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/misc/py-alive-progress/distinfo b/misc/py-alive-progress/distinfo
index 1285c99e1775..a087c20cdd3d 100644
--- a/misc/py-alive-progress/distinfo
+++ b/misc/py-alive-progress/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699774584
-SHA256 (alive-progress-3.1.5.tar.gz) = 42e399a66c8150dc507602dff7b7953f105ef11faf97ddaa6d27b1cbf45c4c98
-SIZE (alive-progress-3.1.5.tar.gz) = 111891
+TIMESTAMP = 1729994336
+SHA256 (alive-progress-3.2.0.tar.gz) = ede29d046ff454fe56b941f686f89dd9389430c4a5b7658e445cb0b80e0e4deb
+SIZE (alive-progress-3.2.0.tar.gz) = 113231
diff --git a/misc/py-alive-progress/files/patch-setup.py b/misc/py-alive-progress/files/patch-setup.py
index 2c013587ef34..7086a9125888 100644
--- a/misc/py-alive-progress/files/patch-setup.py
+++ b/misc/py-alive-progress/files/patch-setup.py
@@ -1,10 +1,10 @@
---- setup.py.orig	2022-12-22 05:23:53 UTC
+--- setup.py.orig	2024-10-26 04:20:04 UTC
 +++ setup.py
-@@ -55,7 +55,6 @@ setup(
+@@ -57,7 +57,6 @@ setup(
               'multi-threaded REPL alive animated visual feedback simple live efficient monitor '
               'stats elapsed time throughput'.split(),
      packages=find_packages(exclude=['tests*']),
 -    data_files=[('', ['LICENSE'])],
-     python_requires='>=3.7, <4',
+     python_requires='>=3.9, <4',
      install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
  )



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