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 45D1915806C for ; Fri, 11 Jul 2025 04:36:02 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31EA8342194 for ; Fri, 11 Jul 2025 04:36:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9EA81110565; Fri, 11 Jul 2025 04:35:43 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9A82A110565 for ; Fri, 11 Jul 2025 04:35:43 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 485FE341EBF for ; Fri, 11 Jul 2025 04:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF273021 for ; Fri, 11 Jul 2025 04:35:40 +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: <1752208530.7e6fb42f16b542587176676df0f6df6951d87d99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-config/Manifest dev-python/oslo-config/oslo-config-10.0.0.ebuild X-VCS-Directories: dev-python/oslo-config/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e6fb42f16b542587176676df0f6df6951d87d99 X-VCS-Branch: master Date: Fri, 11 Jul 2025 04:35:40 +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: aa842f16-f63b-4bcb-863f-383d268609f8 X-Archives-Hash: bab77b903273c9240cdacfd2134df6b7 commit: 7e6fb42f16b542587176676df0f6df6951d87d99 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 11 04:14:46 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 11 04:35:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6fb42f dev-python/oslo-config: Bump to 10.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-config/Manifest | 1 + dev-python/oslo-config/oslo-config-10.0.0.ebuild | 56 ++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest index ead28c8c5d39..af6a353c3505 100644 --- a/dev-python/oslo-config/Manifest +++ b/dev-python/oslo-config/Manifest @@ -1 +1,2 @@ +DIST oslo_config-10.0.0.tar.gz 164993 BLAKE2B d0f185c3f72c73f3c0580eb712872a0eb5e2f7d498d2ba8b21b9a0c0da386b909878ba2a1101b4d58a6de264963454119e501b7cdf442956a464ff03160e6740 SHA512 d1f3e0b297fa76e5c5df052657a721fc57bb3698899bf2dd3c78eadfdd8d19cbe17a37329f8fcb9e1d56f0a3b89d351839f2177a24dec1e6fc2167fcf25de838 DIST oslo_config-9.8.0.tar.gz 165087 BLAKE2B 7b04abceefb078a69554dc1d61264227a7ce1d169ec985ffc7d44f4ebc5b8e80024955328c4cea89e00e082aa2e490ce58607596c2d0690d1bc470a2cee6c875 SHA512 44cded1e949f76578d0ed73328a3d81e51d665dc15a1ff9d8b04e7987b6003d5d10f5f5cbdf11a6861a9e2d14f98519bcc3ad01b8749dd759712b0f0016ec7c4 diff --git a/dev-python/oslo-config/oslo-config-10.0.0.ebuild b/dev-python/oslo-config/oslo-config-10.0.0.ebuild new file mode 100644 index 000000000000..f1d97e07840f --- /dev/null +++ b/dev-python/oslo-config/oslo-config-10.0.0.ebuild @@ -0,0 +1,56 @@ +# 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..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Oslo Configuration API" +HOMEPAGE=" + https://opendev.org/openstack/oslo.config/ + https://github.com/openstack/oslo.config/ + https://pypi.org/project/oslo.config/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/pbr-1.3[${PYTHON_USEDEP}] + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] + >=dev-python/rfc3986-1.2.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] + >=dev-python/requests-2.18.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/requests-mock-1.5.0[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.8.0[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +src_prepare() { + # broken by some dep upgrade + sed -i -e '/DeprecationWarningTestsNoOsloLog/,$d' \ + oslo_config/tests/test_cfg.py || di + distutils-r1_src_prepare +} + +python_test() { + local -x COLUMNS=80 + eunittest -b +}