git: 585412edd37d - main - devel/py-oslo.rootwrap: Update to 7.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jul 2026 05:04:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=585412edd37d1f469ba08b4368300483b6baad41
commit 585412edd37d1f469ba08b4368300483b6baad41
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-12 04:51:57 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-12 04:51:57 +0000
devel/py-oslo.rootwrap: Update to 7.10.0
Changes: https://docs.openstack.org/oslo.rootwrap/latest/user/history.html
---
devel/py-oslo.rootwrap/Makefile | 4 ++--
devel/py-oslo.rootwrap/distinfo | 6 +++---
devel/py-oslo.rootwrap/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/devel/py-oslo.rootwrap/Makefile b/devel/py-oslo.rootwrap/Makefile
index 99790e86d2db..f1edf60f4327 100644
--- a/devel/py-oslo.rootwrap/Makefile
+++ b/devel/py-oslo.rootwrap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= oslo.rootwrap
-PORTVERSION= 7.9.0
+PORTVERSION= 7.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=6.1.1:devel/py-pbr@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=3.0.0:devel/py-debtcollector@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=6.1.1:devel/py-pbr@${PY_FLAVOR}
-USES= python
+USES= python:3.11+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-oslo.rootwrap/distinfo b/devel/py-oslo.rootwrap/distinfo
index ffa90004911c..80be7d9aadb8 100644
--- a/devel/py-oslo.rootwrap/distinfo
+++ b/devel/py-oslo.rootwrap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779455595
-SHA256 (oslo_rootwrap-7.9.0.tar.gz) = 6b8f65a144f82c4c9cf0a4dcd71bc786d76e50bf51e3c4cd78da68b475019df0
-SIZE (oslo_rootwrap-7.9.0.tar.gz) = 52829
+TIMESTAMP = 1783784430
+SHA256 (oslo_rootwrap-7.10.0.tar.gz) = 99c24f763c3f1f0be96652e416a099b486115d9709dcfa73310f48168cf89a44
+SIZE (oslo_rootwrap-7.10.0.tar.gz) = 53469
diff --git a/devel/py-oslo.rootwrap/files/patch-pyproject.toml b/devel/py-oslo.rootwrap/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6af6c92d28d5
--- /dev/null
+++ b/devel/py-oslo.rootwrap/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2026-07-10 13:10:12 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ authors = [
+ authors = [
+ {name = "OpenStack", email = "openstack-discuss@lists.openstack.org"},
+ ]
+-license = "Apache-2.0"
++license = {text = "Apache-2.0"}
+ requires-python = ">=3.11"
+ dynamic = ["version", "dependencies"]
+ classifiers = [