repo/gentoo:master commit in: dev-python/os-service-types/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 02:13:35 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785894941.43c39adf350f51f9419082095fd95fc3e182f3dd.mgorny@gentoo> |
commit: 43c39adf350f51f9419082095fd95fc3e182f3dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 01:47:00 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 01:55:41 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c39adf
dev-python/os-service-types: Bump to 1.9.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/os-service-types/Manifest | 1 +
.../os-service-types/os-service-types-1.9.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest
index b1e9dcb40643..093ba341db03 100644
--- a/dev-python/os-service-types/Manifest
+++ b/dev-python/os-service-types/Manifest
@@ -1 +1,2 @@
DIST os_service_types-1.8.2.tar.gz 27476 BLAKE2B 17084545aa6183822a81a5dfb1bf543dc0457dabb66c54c14038a13e834a7d018eda16833828e16de15cb4daaf4d700979fad6d7a10871effa1ea52ec8ee7e7b SHA512 a7e62855848496b31c784b2e8cb025c4ae4ea4cb47ed55f4ab1a05d5c654e93975ad2334ee8e1a9c12683ebbb224319aa10fd4bb6be0f709e7753e9fa322ef7c
+DIST os_service_types-1.9.0.tar.gz 28087 BLAKE2B 907335cc01857b742700e8020d5f3509302b56413f34ddf870145148c72fb144eb93049a5728601c929fd16ba6f824778e7d981d8d68ecfb4c3b2b417e4c33e8 SHA512 607b2b140a51093304116fc84a2c2ca6b4b7e9abbbc21640b3b4316dc790e711be75e05c8a53ba9184a15905660c3d9843f3e6d2e0c66e373fe04fe4a29dfa7f
diff --git a/dev-python/os-service-types/os-service-types-1.9.0.ebuild b/dev-python/os-service-types/os-service-types-1.9.0.ebuild
new file mode 100644
index 000000000000..21b6c1fe1893
--- /dev/null
+++ b/dev-python/os-service-types/os-service-types-1.9.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pbr
+PYTHON_COMPAT=( python3_{12..15} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library to handle official service types for OpenStack and it's aliases"
+HOMEPAGE="
+ https://opendev.org/openstack/os-service-types/
+ https://github.com/openstack/os-service-types/
+ https://pypi.org/project/os-service-types/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/pbr-6.1.1[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest