git: 628cdb2bd246 - main - devel/py-hacking: Update to 8.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Nov 2025 23:55:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=628cdb2bd246416b95ff658d6381784f49e1ebb6
commit 628cdb2bd246416b95ff658d6381784f49e1ebb6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:24:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:24:27 +0000
devel/py-hacking: Update to 8.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(-)
diff --git a/devel/py-hacking/Makefile b/devel/py-hacking/Makefile
index c765012ca52e..a47355bb51e3 100644
--- a/devel/py-hacking/Makefile
+++ b/devel/py-hacking/Makefile
@@ -1,6 +1,5 @@
PORTNAME= hacking
-PORTVERSION= 7.0.0
-PORTREVISION= 1
+PORTVERSION= 8.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>=7.1.1:devel/py-flake8@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=7.3.0<7.4: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 0c8376b3dd0a..b12685295eb3 100644
--- a/devel/py-hacking/distinfo
+++ b/devel/py-hacking/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724084590
-SHA256 (hacking-7.0.0.tar.gz) = b9b6c2e5280f7d54fa82c58fe09983f68c5b6f634ac3fa339f8ba16a5715cab7
-SIZE (hacking-7.0.0.tar.gz) = 61165
+TIMESTAMP = 1763853322
+SHA256 (hacking-8.0.0.tar.gz) = 37cf70623ecf32474c4cd6164827ae7dff4753ada7f9efc705e8883a100f8bb2
+SIZE (hacking-8.0.0.tar.gz) = 61185
diff --git a/devel/py-hacking/files/patch-requirements.txt b/devel/py-hacking/files/patch-requirements.txt
deleted file mode 100644
index 4fbb9fa582f0..000000000000
--- a/devel/py-hacking/files/patch-requirements.txt
+++ /dev/null
@@ -1,5 +0,0 @@
---- requirements.txt.orig 2024-08-16 16:12:28 UTC
-+++ requirements.txt
-@@ -1 +1 @@
--flake8~=7.1.1 # MIT
-+flake8>=7.1.1 # MIT