commit: d2431a7c98e21dea3e8f9ed27781cad3ec5a8d30
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 25 03:35:00 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 03:35:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2431a7c
dev-python/oslo-serialization: Bump to 5.9.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-serialization/Manifest | 1 +
.../oslo-serialization-5.9.0.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/oslo-serialization/Manifest
b/dev-python/oslo-serialization/Manifest
index 3f426b80ac20..8b2203efb448 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1 +1,2 @@
DIST oslo_serialization-5.8.0.tar.gz 35227 BLAKE2B
f7d0bb8eb5c8f73193f66a595993f509bab3bb02dc65574f64c0656969fc69caf2f8abeea70326f965e932d70f05ddf400818ca56acdef625649e0460191aec4
SHA512
16e441e7966b77ca304462300a3d6d61b3e7040de4dfb521da991d74ce755457121a417def5f4087ec8db8c9525009c7b0cdc68d15a0ef9b57025549180e820e
+DIST oslo_serialization-5.9.0.tar.gz 36949 BLAKE2B
ed1bc228b4f370efb37eb893b64db1ceca58518fb3fedb3c1989c1c552d578e8d950211f5321fc337f00f3d90ab0f133ef5dc913bb32ddfd017f2aaadbabb686
SHA512
0d16a91f9d32ee8083cb50e850ed691f1d5045c3fb3cdced49174bf48fdf1c5b7ba47c6e326177e0a2ab565698a7efb2285f36dc89eb043c3c3b5dfeae3e0da9
diff --git a/dev-python/oslo-serialization/oslo-serialization-5.9.0.ebuild
b/dev-python/oslo-serialization/oslo-serialization-5.9.0.ebuild
new file mode 100644
index 000000000000..528bc59f5df6
--- /dev/null
+++ b/dev-python/oslo-serialization/oslo-serialization-5.9.0.ebuild
@@ -0,0 +1,38 @@
+# 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 Serialization library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.serialization/
+ https://github.com/openstack/oslo.serialization/
+ https://pypi.org/project/oslo.serialization/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx doc/source \
+ dev-python/openstackdocstheme