Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2026 15:45:10 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6932e560aa9e - main - devel/py-keystoneauth1: Update to 5.14.0
Message-ID:  <6a073f86.38ec6.76ffbbd6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 6932e560aa9e38942661596b3e1ed2d15d9c37b6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-15 15:34:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-15 15:34:38 +0000

    devel/py-keystoneauth1: Update to 5.14.0
    
    Changes:        https://docs.openstack.org/releasenotes/keystoneauth/
---
 devel/py-keystoneauth1/Makefile                   |  2 +-
 devel/py-keystoneauth1/distinfo                   |  6 +++---
 devel/py-keystoneauth1/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/devel/py-keystoneauth1/Makefile b/devel/py-keystoneauth1/Makefile
index cbfb92397469..8c9c4508fc08 100644
--- a/devel/py-keystoneauth1/Makefile
+++ b/devel/py-keystoneauth1/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	keystoneauth1
-PORTVERSION=	5.13.1
+PORTVERSION=	5.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-keystoneauth1/distinfo b/devel/py-keystoneauth1/distinfo
index 9a14c6c7d635..c9cb60f266fb 100644
--- a/devel/py-keystoneauth1/distinfo
+++ b/devel/py-keystoneauth1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775587320
-SHA256 (keystoneauth1-5.13.1.tar.gz) = e011e47ac3f3c671ffae33505c095548650cc19dab7f6af3b2ea5bd18c98f0c9
-SIZE (keystoneauth1-5.13.1.tar.gz) = 288548
+TIMESTAMP = 1778751894
+SHA256 (keystoneauth1-5.14.0.tar.gz) = 7b942084d3db27dd285c13253cdfee10b05be0436db1c01e15dc744902197a7f
+SIZE (keystoneauth1-5.14.0.tar.gz) = 288739
diff --git a/devel/py-keystoneauth1/files/patch-pyproject.toml b/devel/py-keystoneauth1/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4a46a3d55f22
--- /dev/null
+++ b/devel/py-keystoneauth1/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-05-13 09:07:01 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.10"
+ classifiers = [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a073f86.38ec6.76ffbbd6>