git: ecb0e47fc055 - main - devel/py-oslo.serialization: Update to 5.11.0

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

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

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

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

diff --git a/devel/py-oslo.serialization/Makefile b/devel/py-oslo.serialization/Makefile
index 8a6c3dd7d97c..05f29ce5cc77 100644
--- a/devel/py-oslo.serialization/Makefile
+++ b/devel/py-oslo.serialization/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	oslo.serialization
-PORTVERSION=	5.10.0
+PORTVERSION=	5.11.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}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/devel/py-oslo.serialization/distinfo b/devel/py-oslo.serialization/distinfo
index f814c5d2cffb..123e4ed2c839 100644
--- a/devel/py-oslo.serialization/distinfo
+++ b/devel/py-oslo.serialization/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779455597
-SHA256 (oslo_serialization-5.10.0.tar.gz) = 79a71cde2651afd5dc7f065a56e4a100a4d4127ef1b17f798a6d09cea24976b6
-SIZE (oslo_serialization-5.10.0.tar.gz) = 37183
+TIMESTAMP = 1783784432
+SHA256 (oslo_serialization-5.11.0.tar.gz) = 8326e85a80856c1068007423fcf6fe29dd2fe57a32f5d87fff0120b555b4b67c
+SIZE (oslo_serialization-5.11.0.tar.gz) = 37298
diff --git a/devel/py-oslo.serialization/files/patch-pyproject.toml b/devel/py-oslo.serialization/files/patch-pyproject.toml
index b7342a89dc63..82cc562ba4e9 100644
--- a/devel/py-oslo.serialization/files/patch-pyproject.toml
+++ b/devel/py-oslo.serialization/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-05-18 09:17:17 UTC
+--- pyproject.toml.orig	2026-07-10 12:46:07 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"
  dynamic = ["version", "dependencies"]
  classifiers = [