commit: 5a6f1f5caac49680913f04e1727f413dfd64b43d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 20 03:17:59 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 20 03:17:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6f1f5c
dev-python/keystoneauth1: Bump to 5.13.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/keystoneauth1/Manifest | 1 +
.../keystoneauth1/keystoneauth1-5.13.0.ebuild | 61 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/dev-python/keystoneauth1/Manifest
b/dev-python/keystoneauth1/Manifest
index 2b5d18f4f3c5..32fea0b6ddd9 100644
--- a/dev-python/keystoneauth1/Manifest
+++ b/dev-python/keystoneauth1/Manifest
@@ -1 +1,2 @@
DIST keystoneauth1-5.12.0.tar.gz 288504 BLAKE2B
72c01bbd7002d1dc35a8a1c071531654b60c37f31ba30f8b796dc7ae529e4ec7d41b406ed6185bb2c835dc8fbed3ce35dc85eade3da305174b24490c7c3d287a
SHA512
2cfbbd166e1b28c31e92aef312e866d7c23c9a38dc1ffcaf6e25f8e88fdedc832e24cf112611342856d12195306e0458629295bd616c00e2df9dc934120400a1
+DIST keystoneauth1-5.13.0.tar.gz 288721 BLAKE2B
0fc3626a5613577b7eb8c61f6ff0a8edf6cc1b88b2cdd3efb88e40ba97cba52ca3a254439bef08434355c39d888e2bbd444599b27bae79dbc58ee7d4040fcda3
SHA512
246ababa0b6dcee16a4852e1236d7e672f8cf14a987f12c2f8a252c73cf04c4db91f24301d123e8c80307fb8d223a26fd958c1e698c97bee0aceb13b3f1ede7c
diff --git a/dev-python/keystoneauth1/keystoneauth1-5.13.0.ebuild
b/dev-python/keystoneauth1/keystoneauth1-5.13.0.ebuild
new file mode 100644
index 000000000000..a1df074a6740
--- /dev/null
+++ b/dev-python/keystoneauth1/keystoneauth1-5.13.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pbr
+PYTHON_COMPAT=( python3_{12..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="This package contains tools for authenticating to an
OpenStack-based cloud"
+HOMEPAGE="
+ https://opendev.org/openstack/keystoneauth/
+ https://github.com/openstack/keystoneauth/
+ https://pypi.org/project/keystoneauth1/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/iso8601-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+ >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.12[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # fragile to test runner name
+ keystoneauth1/tests/unit/test_session.py::SessionTests::test_user_agent
+ # broken betamax
+
keystoneauth1/tests/unit/test_betamax_fixture.py::TestBetamaxFixture::test_keystoneauth_betamax_fixture
+)
+
+EPYTEST_IGNORE=(
+ # require hacking
+ keystoneauth1/tests/unit/test_hacking_checks.py
+)