git: c282e5b247aa - main - devel/py-oslo.policy: Update to 6.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 12 Jul 2026 05:04:00 UTC
The branch main has been updated by sunpoet:

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

commit c282e5b247aa7b1e6cb1c0b54e5503d108a35d48
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-12 04:51:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-12 04:51:54 +0000

    devel/py-oslo.policy: Update to 6.0.0
    
    Changes:        https://docs.openstack.org/oslo.policy/latest/user/history.html
---
 devel/py-oslo.policy/Makefile                   | 4 ++--
 devel/py-oslo.policy/distinfo                   | 6 +++---
 devel/py-oslo.policy/files/patch-pyproject.toml | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-oslo.policy/Makefile b/devel/py-oslo.policy/Makefile
index 31cea7ab2772..099ce5646f6d 100644
--- a/devel/py-oslo.policy/Makefile
+++ b/devel/py-oslo.policy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	oslo.policy
-PORTVERSION=	5.1.0
+PORTVERSION=	6.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oslo.config>=6.0.0:devel/py-oslo.config@${PY
 		${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/devel/py-oslo.policy/distinfo b/devel/py-oslo.policy/distinfo
index 4652831069f1..d59be6f0af94 100644
--- a/devel/py-oslo.policy/distinfo
+++ b/devel/py-oslo.policy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779455589
-SHA256 (oslo_policy-5.1.0.tar.gz) = 382f0285836215c4dd60d453c508c2043e0b82c531177b8c05863ebb7b222834
-SIZE (oslo_policy-5.1.0.tar.gz) = 121144
+TIMESTAMP = 1783784424
+SHA256 (oslo_policy-6.0.0.tar.gz) = 76c132c094505e425fd9681b7f3b8423e9c9322fd4cf2fbba34015c19a09fba5
+SIZE (oslo_policy-6.0.0.tar.gz) = 121286
diff --git a/devel/py-oslo.policy/files/patch-pyproject.toml b/devel/py-oslo.policy/files/patch-pyproject.toml
index 24bf16e7d8fa..33fccd5d96a9 100644
--- a/devel/py-oslo.policy/files/patch-pyproject.toml
+++ b/devel/py-oslo.policy/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-05-18 09:17:44 UTC
+--- pyproject.toml.orig	2026-07-08 17:39:20 UTC
 +++ pyproject.toml
 @@ -9,7 +9,7 @@ authors = [
  authors = [
@@ -6,6 +6,6 @@
  ]
 -license = "Apache-2.0"
 +license = {text = "Apache-2.0"}
- requires-python = ">=3.10"
+ requires-python = ">=3.11"
  classifiers = [
      "Environment :: OpenStack",