commit: ea9a44ca7376502240331ac010abbdf9159cff67
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 14 02:44:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 02:59:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9a44ca
dev-python/oslo-i18n: Bump to 6.7.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-i18n/Manifest | 1 +
dev-python/oslo-i18n/oslo-i18n-6.7.0.ebuild | 33 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/oslo-i18n/Manifest b/dev-python/oslo-i18n/Manifest
index 5753334dffcf..1ec33e43be4f 100644
--- a/dev-python/oslo-i18n/Manifest
+++ b/dev-python/oslo-i18n/Manifest
@@ -1 +1,2 @@
DIST oslo_i18n-6.6.0.tar.gz 48149 BLAKE2B
06338331d78896884c05d615d5c53c0e5b24ccb46de1d7d03638b8e951817bc62c305e202436f5ac5375fe0314c8aea5b61c78f07c688a30c33525b43fbed5d9
SHA512
a3539ffe9bdf3cd9d429df3d8d9bb7aa5c59aa067df09ae057ce84377db31c22ad6293462c46d6c47cafc5ada1185665aca0ce710c9859db4bbf70d48479ae83
+DIST oslo_i18n-6.7.0.tar.gz 49669 BLAKE2B
5a96426232c5d7955c349a797fa861a6b4ba5215bb53fe3c715018b7d56a7eb660accdfe4294d7a29525b46e0be734daa3be57c0f1a87b5eaa0cdc9ad8b27465
SHA512
f2effdd334f47158f241d9b25c88acb7e3890e846786011da80a64a2e3f4b7017d9924521fdf7bebcc6bebe970706fd78acb45e20f3114489420d943b760e570
diff --git a/dev-python/oslo-i18n/oslo-i18n-6.7.0.ebuild
b/dev-python/oslo-i18n/oslo-i18n-6.7.0.ebuild
new file mode 100644
index 000000000000..b5c79358a2e6
--- /dev/null
+++ b/dev-python/oslo-i18n/oslo-i18n-6.7.0.ebuild
@@ -0,0 +1,33 @@
+# 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..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo i18n library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.i18n/
+ https://github.com/openstack/oslo.i18n/
+ https://pypi.org/project/oslo.i18n/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest