dev-python/oslo-context: Bump to 6.2.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-11-21 03:38:10 +01:00
parent 2a27edc424
commit 7f1f6bbfec
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST oslo_context-6.1.0.tar.gz 34665 BLAKE2B 895defe1c3e069fed06c0f6109850258bdb36f74bbef1a7eaf6e8a05c776b7ab03c97a641091a914a3b706928f210f1471bc5fdc87b766d4e027776305e0e820 SHA512 8cdaa209514e673a3fbe316388f6ff14300bc4aa00fb52337dd648031e15eaccec26dd23b5ed955ce664dfc6bf90b11004489d6327fdbd46b8f156b96b149dd1
DIST oslo_context-6.2.0.tar.gz 34983 BLAKE2B 5433de70d7342dc5106c5a842fb5a96362aa0b2f81ac834e662fcae5fb0302ea544232114707eeb231e57c5dc8ecce4eedf52d0592580fc0c20365bc300508d1 SHA512 ed28670e68a05fcf163f9cf47b6e0df659073a2de50271d7ef22685aa54802d01801d33482b734f52d795d90c6570a23275d7065195085ba4df9c8d61b71788d

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2025 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_{11..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