git: 4b599764449a - main - devel/py-oslo.db: Update to 18.1.0

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

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

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

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

diff --git a/devel/py-oslo.db/Makefile b/devel/py-oslo.db/Makefile
index 14292acee524..30869eec5fbe 100644
--- a/devel/py-oslo.db/Makefile
+++ b/devel/py-oslo.db/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	oslo.db
-PORTVERSION=	18.0.0
+PORTVERSION=	18.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}alembic>=0.9.6:databases/py-alembic@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/devel/py-oslo.db/distinfo b/devel/py-oslo.db/distinfo
index 5b361c737439..7280d3d15a55 100644
--- a/devel/py-oslo.db/distinfo
+++ b/devel/py-oslo.db/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779455575
-SHA256 (oslo_db-18.0.0.tar.gz) = 94bff3241ad389ef5866c16919de005ae0e5b9df1814eeb94d4027c575270923
-SIZE (oslo_db-18.0.0.tar.gz) = 167840
+TIMESTAMP = 1783784412
+SHA256 (oslo_db-18.1.0.tar.gz) = 075e86ce23c0c21db1d35091f1dcb21b05449c89c3a4326da4f2d3fb8330223f
+SIZE (oslo_db-18.1.0.tar.gz) = 168631
diff --git a/devel/py-oslo.db/files/patch-pyproject.toml b/devel/py-oslo.db/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8d1e822f0902
--- /dev/null
+++ b/devel/py-oslo.db/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-07-10 13:44:20 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ readme = {file = "README.rst", content-type = "text/x-
+     {name = "OpenStack", email = "openstack-discuss@lists.openstack.org"},
+ ]
+ readme = {file = "README.rst", content-type = "text/x-rst"}
+-license = "Apache-2.0"
++license = {text = "Apache-2.0"}
+ dynamic = ["version", "dependencies"]
+ requires-python = ">=3.11"
+ classifiers = [