From a52ebfbc64fb629316e9b707cf3010174d00a14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 29 Aug 2026 07:56:03 +0200 Subject: [PATCH] dev-python/keystoneauth1: Bump to 5.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/keystoneauth1/Manifest | 1 + .../keystoneauth1/keystoneauth1-5.17.0.ebuild | 60 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 dev-python/keystoneauth1/keystoneauth1-5.17.0.ebuild diff --git a/dev-python/keystoneauth1/Manifest b/dev-python/keystoneauth1/Manifest index 7923e129094d2..21eb04a586dff 100644 --- a/dev-python/keystoneauth1/Manifest +++ b/dev-python/keystoneauth1/Manifest @@ -1,2 +1,3 @@ DIST keystoneauth1-5.15.0.tar.gz 288544 BLAKE2B 4bc424193d14e7a58225071086c16eb2207b13f0b61c9f822345fbdcd57bbf30136de1e921208c3901b0981920ac88255e16bbe7c17523d8905d51362412ab14 SHA512 ea62b8855a8ec4ae36d5be9f059d638589246fe1d79663d5a0b15b5ff3230de57516a9f0ec3a7e6415ed15a8ed430940635888e956535ebf78bcd22c37ff86ed DIST keystoneauth1-5.16.0.tar.gz 296995 BLAKE2B 2c8a6aae88ef3d8cb0dac390a7613987cbddb42614ad4281c0e901ef067fc8dcc805ae09b390480dd0521d89b1a86c02dbce636263e3511ef9c080f5d884258c SHA512 dd4597341b02d2f03fd3b753f4f3ca9bd4551e59e6580c141118756db58a3f05eb1d36c3d602e54c3708752a06dd77d3457cab00103445f8ff4af7544989002e +DIST keystoneauth1-5.17.0.tar.gz 316782 BLAKE2B 5d787b4de89742e000e1dca87f7b71d99e494532d55f44fd5d41f75484e79671710e63a486cd01433bfd902a98c56a5e6ce49cbabe07f636335bdf168752325e SHA512 66916ceb5e21b59f50490bc3eddcc693eefd017be231dfb0752d28e1b6c82432e0b8d76f6808cec8f92493b83235011fb51e1eb401a2ed71731c93117c0808bf diff --git a/dev-python/keystoneauth1/keystoneauth1-5.17.0.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.17.0.ebuild new file mode 100644 index 0000000000000..a6fce923ff2ef --- /dev/null +++ b/dev-python/keystoneauth1/keystoneauth1-5.17.0.ebuild @@ -0,0 +1,60 @@ +# 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..15} ) + +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/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-5.9.1[${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 +)