Date: Sat, 24 Jun 2023 12:53:13 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ab050d7eda63 - main - devel/py-pyupgrade: update to 3.7.0 Message-ID: <202306241253.35OCrD59096354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab050d7eda634e9c55babb02daa4084ab1ea1423 commit ab050d7eda634e9c55babb02daa4084ab1ea1423 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-06-20 20:35:12 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-06-24 12:49:53 +0000 devel/py-pyupgrade: update to 3.7.0 Changes: https://github.com/asottile/pyupgrade/compare/v1.27.0...v3.7.0 Approved by: maintainer PR: 272106 --- devel/py-pyupgrade/Makefile | 4 ++-- devel/py-pyupgrade/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pyupgrade/Makefile b/devel/py-pyupgrade/Makefile index 0006b3d6856a..c6180595e457 100644 --- a/devel/py-pyupgrade/Makefile +++ b/devel/py-pyupgrade/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyupgrade -PORTVERSION= 1.27.0 +PORTVERSION= 3.7.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/devel/py-pyupgrade/distinfo b/devel/py-pyupgrade/distinfo index 79a81df6a978..7ac577c508f5 100644 --- a/devel/py-pyupgrade/distinfo +++ b/devel/py-pyupgrade/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594694634 -SHA256 (pyupgrade-1.27.0.tar.gz) = 45df21f34b58f41945a8da76c413e3e585fe93d1676ed7d6e7e28061956d56d9 -SIZE (pyupgrade-1.27.0.tar.gz) = 27282 +TIMESTAMP = 1687293128 +SHA256 (pyupgrade-3.7.0.tar.gz) = 94841f8550547349aec108ad03fcdb19b64e4ef68fd21f5d0038826eb6dbe5f3 +SIZE (pyupgrade-3.7.0.tar.gz) = 43130
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306241253.35OCrD59096354>