From 8a2e279fd22a9826c723014e1c40339fcacb465d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 5 Sep 2024 13:26:09 +0800 Subject: [PATCH] devel/py-hacking: Update to 7.0.0 Changes: https://docs.openstack.org/releasenotes/hacking/ https://github.com/openstack/hacking/commits/master --- devel/py-hacking/Makefile | 5 ++--- devel/py-hacking/distinfo | 6 +++--- devel/py-hacking/files/patch-requirements.txt | 5 ----- 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 devel/py-hacking/files/patch-requirements.txt diff --git a/devel/py-hacking/Makefile b/devel/py-hacking/Makefile index 426fcb09ffea..ff9d038428e0 100644 --- a/devel/py-hacking/Makefile +++ b/devel/py-hacking/Makefile @@ -1,6 +1,5 @@ PORTNAME= hacking -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=6.1.0:devel/py-flake8@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=7.1.1<7.2:devel/py-flake8@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-hacking/distinfo b/devel/py-hacking/distinfo index 159c5fb0a299..0c8376b3dd0a 100644 --- a/devel/py-hacking/distinfo +++ b/devel/py-hacking/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712580498 -SHA256 (hacking-6.1.0.tar.gz) = de506a3124034e18b4e3a69c95de498c3460bcbc49c1643d3178d15bc6daac14 -SIZE (hacking-6.1.0.tar.gz) = 62587 +TIMESTAMP = 1724084590 +SHA256 (hacking-7.0.0.tar.gz) = b9b6c2e5280f7d54fa82c58fe09983f68c5b6f634ac3fa339f8ba16a5715cab7 +SIZE (hacking-7.0.0.tar.gz) = 61165 diff --git a/devel/py-hacking/files/patch-requirements.txt b/devel/py-hacking/files/patch-requirements.txt deleted file mode 100644 index e1ef2fbe6f2e..000000000000 --- a/devel/py-hacking/files/patch-requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ ---- requirements.txt.orig 2023-12-08 14:14:01 UTC -+++ requirements.txt -@@ -1 +1 @@ --flake8~=6.1.0 # MIT -+flake8>=6.1.0 # MIT