commit:     cbf360fd4355116d7461cb24e7d91b688b3fa6d7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 04:50:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 17 05:21:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf360fd

dev-python/keystoneauth1: Bump to 5.11.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/keystoneauth1/Manifest                  |  1 +
 .../keystoneauth1/keystoneauth1-5.11.0.ebuild      | 61 ++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/keystoneauth1/Manifest 
b/dev-python/keystoneauth1/Manifest
index 11d8b8467dc2..f91f13ce1e4e 100644
--- a/dev-python/keystoneauth1/Manifest
+++ b/dev-python/keystoneauth1/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-5.10.0.tar.gz 288360 BLAKE2B 
ef498186678917f2a1a6f0700adc9fdf1631a43c2cc67f35118402c08cfa5e72b6d891157ee1b359bad044fd31114b828f8789e1e0066b0afb863fc3636383b8
 SHA512 
d45de7a07c1d8aa1488edaf6731708c8b2cb7549af5fee37392fc7f756a1d6e680bd3ae93f43d12dae144db1e4b1bc484295d8ba9f31897b85f25300ad2b1492
+DIST keystoneauth1-5.11.0.tar.gz 288610 BLAKE2B 
744896f7c2cc90e63350ff62942506c122abf40e5cbaa8fadc54f759a32808496f848ec288e521a41256cd4cf5f1f9be46831b881e77cd81144fb6c69de8a423
 SHA512 
10403e411bd014e7ef02a1762f45841ce506b381a3fd9e09fa3d8a9f951e4a6085eb4d541c32de1fe0baf7fbbb96e4459e6c77300d192b02b1ea0a6c164e668a

diff --git a/dev-python/keystoneauth1/keystoneauth1-5.11.0.ebuild 
b/dev-python/keystoneauth1/keystoneauth1-5.11.0.ebuild
new file mode 100644
index 000000000000..49c35172c068
--- /dev/null
+++ b/dev-python/keystoneauth1/keystoneauth1-5.11.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+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="
+       >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+       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}]
+       )
+"
+
+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
+)

Reply via email to