dev-python/oslo-context: Bump to 6.0.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-17 06:58:23 +02:00
parent bd7b2413ae
commit 4dc068080d
2 changed files with 38 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST oslo_context-5.7.1.tar.gz 35109 BLAKE2B fbf7ec1a55e748e771265cb9808791e6c2b1136144c9fd010f531fff60bdb8d841b63888cf92c415ad9e8cb9ca49209ce9c878b368ce0bbcd2859bddc9f0cb47 SHA512 73c3f4208463f5f5b62bdfb7b09dd4dd2d92fbef238ec8e4245acbd5b847745b3b7a1f79c62174c4c23311a8079e731ed5c8cc9b191c3dee4a00806f7e67054a
DIST oslo_context-6.0.0.tar.gz 34626 BLAKE2B 766ab3c65441d5bcc91788c46daa72d8a0bf8a854eb658ae6e51e2300ae6c876177ebb030474bf22502847ee394e22e38e13b99754801c73d66f12829e2cc273 SHA512 60b0a4738d67575bb50795c4653bbe2125e701c62043e95eae46786b0656fa7d77ad942a771289f05eb9930ad083f1bff8d80e88c080358e640c736354bc57a1

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{11..13} )
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="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
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