git: 523e21cf3dac - main - devel/py-pbr: Update to 7.1.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 09 Sep 2026 14:54:35 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=523e21cf3dac2b9dff724b13170a0aee6649fc86

commit 523e21cf3dac2b9dff724b13170a0aee6649fc86
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:39:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:48:22 +0000

    devel/py-pbr: Update to 7.1.2
    
    Changes:        https://docs.openstack.org/pbr/latest/user/history.html
---
 devel/py-pbr/Makefile                     |  2 +-
 devel/py-pbr/distinfo                     |  6 +++---
 devel/py-pbr/files/patch-requirements.txt | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile
index e193bbee49ca..9d3a49f6c26f 100644
--- a/devel/py-pbr/Makefile
+++ b/devel/py-pbr/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pbr
-PORTVERSION=	7.1.0
+PORTVERSION=	7.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pbr/distinfo b/devel/py-pbr/distinfo
index 3e1759c78484..7e4fd05f167f 100644
--- a/devel/py-pbr/distinfo
+++ b/devel/py-pbr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1787587874
-SHA256 (pbr-7.1.0.tar.gz) = 66ece3a2f5c4f05e5f37569213e755193f6e00b8aa361bfb190533ea8ee8b10c
-SIZE (pbr-7.1.0.tar.gz) = 139971
+TIMESTAMP = 1788500152
+SHA256 (pbr-7.1.2.tar.gz) = 4639b87cc91d0d58471b7bda1f28b7d0849ba43d7935c4c482f3c74fef719804
+SIZE (pbr-7.1.2.tar.gz) = 140252
diff --git a/devel/py-pbr/files/patch-requirements.txt b/devel/py-pbr/files/patch-requirements.txt
new file mode 100644
index 000000000000..db4adb06c72b
--- /dev/null
+++ b/devel/py-pbr/files/patch-requirements.txt
@@ -0,0 +1,11 @@
+--- requirements.txt.orig	2026-08-25 12:37:04 UTC
++++ requirements.txt
+@@ -9,7 +9,7 @@
+ # to avoid problems with bootstrapping build environments.
+ 
+ # Includes pep660 support in setuptools
+-setuptools>=64.0.0;python_version>='3.7'
++setuptools>=61.0.0;python_version>='3.7'
+ # Fallback to whatever we can get otherwise.
+ # Note this is not something projects should typically
+ # need. PBR attempts to support a wide range of python