git: 636a47fe33a7 - main - devel/py-oslo.middleware: Update to 8.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jul 2026 05:03:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=636a47fe33a7473e2dc5dec0a664d10d55392ba7
commit 636a47fe33a7473e2dc5dec0a664d10d55392ba7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-12 04:51:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-12 04:51:53 +0000
devel/py-oslo.middleware: Update to 8.2.0
Changes: https://docs.openstack.org/releasenotes/oslo.middleware/
---
devel/py-oslo.middleware/Makefile | 4 ++--
devel/py-oslo.middleware/distinfo | 6 +++---
devel/py-oslo.middleware/files/patch-pyproject.toml | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/py-oslo.middleware/Makefile b/devel/py-oslo.middleware/Makefile
index 6c526d040433..9f57b7181392 100644
--- a/devel/py-oslo.middleware/Makefile
+++ b/devel/py-oslo.middleware/Makefile
@@ -1,5 +1,5 @@
PORTNAME= oslo.middleware
-PORTVERSION= 8.1.0
+PORTVERSION= 8.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.11.0:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.8.0:www/py-webob@${PY_FLAVOR}
-USES= python
+USES= python:3.11+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-oslo.middleware/distinfo b/devel/py-oslo.middleware/distinfo
index ab03ed2c48b9..5669e480c347 100644
--- a/devel/py-oslo.middleware/distinfo
+++ b/devel/py-oslo.middleware/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779455587
-SHA256 (oslo_middleware-8.1.0.tar.gz) = 974f5a822505fe07bfe2451f699a64cfc20ce1bab30ee1e311ad21123f144335
-SIZE (oslo_middleware-8.1.0.tar.gz) = 67502
+TIMESTAMP = 1783784422
+SHA256 (oslo_middleware-8.2.0.tar.gz) = dc53a609c59bb3d92f7364d9b6db8f704e672f5b7ea904c5824ccc1dc189b92b
+SIZE (oslo_middleware-8.2.0.tar.gz) = 75602
diff --git a/devel/py-oslo.middleware/files/patch-pyproject.toml b/devel/py-oslo.middleware/files/patch-pyproject.toml
index 27588a0ceee5..4ef9244fa71f 100644
--- a/devel/py-oslo.middleware/files/patch-pyproject.toml
+++ b/devel/py-oslo.middleware/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2026-05-18 09:13:46 UTC
+--- pyproject.toml.orig 2026-07-10 13:02:01 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",