git: 22914f9cbaaa - main - devel/py-hacking: Update to 8.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 08 Jul 2026 13:39:06 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=22914f9cbaaaecd383141599378f7d5054ae21fe

commit 22914f9cbaaaecd383141599378f7d5054ae21fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:01:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:31:29 +0000

    devel/py-hacking: Update to 8.1.0
    
    Changes:        https://docs.openstack.org/releasenotes/hacking/
                    https://github.com/openstack/hacking/commits/master
---
 devel/py-hacking/Makefile                   |  4 ++--
 devel/py-hacking/distinfo                   |  6 +++---
 devel/py-hacking/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/devel/py-hacking/Makefile b/devel/py-hacking/Makefile
index a47355bb51e3..092036ea7623 100644
--- a/devel/py-hacking/Makefile
+++ b/devel/py-hacking/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hacking
-PORTVERSION=	8.0.0
+PORTVERSION=	8.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://docs.openstack.org/hacking/latest/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=6.1.1: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.3.0<7.4:devel/py-flake8@${PY_FLAVOR}
diff --git a/devel/py-hacking/distinfo b/devel/py-hacking/distinfo
index b12685295eb3..c10c9a4ae78a 100644
--- a/devel/py-hacking/distinfo
+++ b/devel/py-hacking/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853322
-SHA256 (hacking-8.0.0.tar.gz) = 37cf70623ecf32474c4cd6164827ae7dff4753ada7f9efc705e8883a100f8bb2
-SIZE (hacking-8.0.0.tar.gz) = 61185
+TIMESTAMP = 1782966354
+SHA256 (hacking-8.1.0.tar.gz) = 3c78cec7c5a4abb4909a5252d66ab93e9b306b21ad86657e2c203c78b522431f
+SIZE (hacking-8.1.0.tar.gz) = 61743
diff --git a/devel/py-hacking/files/patch-pyproject.toml b/devel/py-hacking/files/patch-pyproject.toml
new file mode 100644
index 000000000000..71f7cd5ec2e5
--- /dev/null
+++ b/devel/py-hacking/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-06-11 11:48:13 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ readme = {file = "README.rst", content-type = "text/x-
+     {name = "OpenStack", email = "openstack-discuss@lists.openstack.org"},
+ ]
+ readme = {file = "README.rst", content-type = "text/x-rst"}
+-license = "Apache-2.0"
++license = {text = "Apache-2.0"}
+ dynamic = ["version", "dependencies"]
+ requires-python = ">=3.10"
+ classifiers = [