From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF499158287 for ; Sat, 17 May 2025 05:25:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9C461343873 for ; Sat, 17 May 2025 05:25:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 735721104C1; Sat, 17 May 2025 05:24:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 697801104C1 for ; Sat, 17 May 2025 05:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA7603437D8 for ; Sat, 17 May 2025 05:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C3D028A8 for ; Sat, 17 May 2025 05:24:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1747459310.4dc068080d7cf0fa9696d77bb66541f529933f35.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-context/Manifest dev-python/oslo-context/oslo-context-6.0.0.ebuild X-VCS-Directories: dev-python/oslo-context/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4dc068080d7cf0fa9696d77bb66541f529933f35 X-VCS-Branch: master Date: Sat, 17 May 2025 05:24:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e282f29-16bd-42cc-822d-65e3241a4230 X-Archives-Hash: 9d7d102814b54c047462e82a5344ed6a commit: 4dc068080d7cf0fa9696d77bb66541f529933f35 Author: Michał Górny gentoo org> AuthorDate: Sat May 17 04:58:23 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 17 05:21:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc06808 dev-python/oslo-context: Bump to 6.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-context/Manifest | 1 + dev-python/oslo-context/oslo-context-6.0.0.ebuild | 37 +++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest index 8a1b7dc97098..d4eab64ea069 100644 --- a/dev-python/oslo-context/Manifest +++ b/dev-python/oslo-context/Manifest @@ -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 diff --git a/dev-python/oslo-context/oslo-context-6.0.0.ebuild b/dev-python/oslo-context/oslo-context-6.0.0.ebuild new file mode 100644 index 000000000000..f9f01fb337e7 --- /dev/null +++ b/dev-python/oslo-context/oslo-context-6.0.0.ebuild @@ -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