dev-python/oslo-context: Bump to 6.5.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-11 04:04:25 +02:00
parent 21a07492ef
commit 7c1d5c325f
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST oslo_context-6.4.0.tar.gz 35183 BLAKE2B bff515312755ce2c131959b0d110b8c9fe9cc90d15dd50e29d273ffd425d24f085db13a8f247aa74f41705cf8595ea59283d3b27a3d35dd7c687dcebae64bcc4 SHA512 cd028e0bb274386c7a72c249cc0bc9bfe73c7f996f961dc6a8fe926760a320d8008973dd6b174637f12a1320a00bddf7ff7557a3331ed4be95b6fb875b6cea32
DIST oslo_context-6.5.0.tar.gz 35642 BLAKE2B 01416752f01f673b1defd96c1ada1c53c9046e59bb91d32a2297466f75ca164f0f318e040ae70567bad2a87118ba5b99607839e9c21509dc809bcef01a895083 SHA512 fd8ad907313f34b4973c881bd88cb685f5991833f7e866386c5821e981954326e1158eaacd9f82a158c387800ab016daf330e3bc027c2f6e2b60b58b3f01f511

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pbr
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Helpers to maintain useful information about a request context"
HOMEPAGE="
https://opendev.org/openstack/oslo.context/
https://github.com/openstack/oslo.context/
https://pypi.org/project/oslo.context/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest
distutils_enable_sphinx doc/source \
dev-python/openstackdocstheme