From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-client-config/
Date: Wed, 09 Jul 2025 04:53:30 +0000 (UTC) [thread overview]
Message-ID: <1752036803.37a814f07846fd59d091cd6957376ff5a102c5e9.mgorny@gentoo> (raw)
commit: 37a814f07846fd59d091cd6957376ff5a102c5e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 9 04:46:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 9 04:53:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a814f0
dev-python/os-client-config: Bump to 2.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/os-client-config/Manifest | 1 +
.../os-client-config/os-client-config-2.3.0.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/os-client-config/Manifest b/dev-python/os-client-config/Manifest
index cb86c654f68b..107fd52ff276 100644
--- a/dev-python/os-client-config/Manifest
+++ b/dev-python/os-client-config/Manifest
@@ -1 +1,2 @@
DIST os-client-config-2.1.0.tar.gz 48257 BLAKE2B c88d2c9c34103abfa60c3d983ed50309a2a552cf275f48e3c1dde9837b98849d09062546c5bc096d978a059afbae54eed9eadb8aa53375aae67f409bf3cf3e05 SHA512 31f53e5bafced1d7d57ac8818a7b889506b45347655ee41db6d5d9c0a6f2ead2a6d820553aec4a6ad9fd817abf9d6b666938a24ba85ab3745e06bb10b312e33a
+DIST os_client_config-2.3.0.tar.gz 49928 BLAKE2B 19fac72e1d2c5af30c6ca93e71711b1509fbb7a187428efc9b8383a530d4526f70bc4317c199a8f66730a0646492aa0ddc5fdaa654fc32678dfaf99fcde8fa25 SHA512 d51527915b1c534405ebce7185a524aabe21fc95df9e3368703d01c53570438d3eac01f52d8856e0c024062b0f986dd23410ba30ae1caafb843f9df6f848d143
diff --git a/dev-python/os-client-config/os-client-config-2.3.0.ebuild b/dev-python/os-client-config/os-client-config-2.3.0.ebuild
new file mode 100644
index 000000000000..213c98bec707
--- /dev/null
+++ b/dev-python/os-client-config/os-client-config-2.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="OpenStack Client Configuation Library"
+HOMEPAGE="
+ https://opendev.org/openstack/os-client-config/
+ https://github.com/openstack/os-client-config/
+ https://pypi.org/project/os-client-config/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/openstacksdk-0.13.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/prometheus-client-0.4.2[${PYTHON_USEDEP}]
+ dev-python/python-glanceclient[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ dev-python/python-subunit[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}"/test_get_all_clouds.patch
+)
+
+distutils_enable_tests unittest
next reply other threads:[~2025-07-09 4:53 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 4:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-26 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/os-client-config/ Michał Górny
2024-07-08 13:26 Michał Górny
2024-06-18 8:38 Michał Górny
2024-01-28 19:37 Michał Górny
2022-11-14 6:52 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-04-01 18:45 Michał Górny
2022-04-01 17:41 Arthur Zamarin
2022-04-01 17:41 Arthur Zamarin
2022-04-01 17:41 Arthur Zamarin
2022-02-24 18:46 Michał Górny
2021-12-17 9:15 Michał Górny
2021-11-17 9:00 Michał Górny
2021-11-17 7:49 Sam James
2021-10-31 17:58 Sam James
2021-10-31 17:55 Sam James
2021-09-30 12:18 Arthur Zamarin
2021-01-24 0:07 Sam James
2020-11-18 9:43 Michał Górny
2020-11-18 9:43 Michał Górny
2020-11-17 21:15 Thomas Deutschmann
2020-11-14 22:00 Michał Górny
2020-10-11 1:29 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-05-11 19:25 Matthew Thode
2019-05-08 4:22 Matthew Thode
2019-04-10 22:44 Matthew Thode
2019-03-25 0:07 Matthew Thode
2018-03-10 16:29 Matt Thode
2018-02-16 6:08 Matt Thode
2018-01-28 4:13 Matt Thode
2017-08-28 21:52 Matt Thode
2017-03-13 1:30 Zac Medico
2017-02-27 4:27 Matt Thode
2016-03-25 23:39 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-09-01 15:06 Matt Thode
2015-08-16 23:05 Alex Brandt
2015-08-16 15:10 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1752036803.37a814f07846fd59d091cd6957376ff5a102c5e9.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox