dev-python/oslo-serialization: Bump to 5.8.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-26 07:07:06 +02:00
parent d18d34b173
commit 3979429c67
2 changed files with 39 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST oslo_serialization-5.7.0.tar.gz 35067 BLAKE2B 482ae472ba15cba71638f2a63474f6bf42437bf62e211778be18201ff0adc5e6a59ceec317560766c48868e437d2b16600fcd23499c1a7c7fc817a83238f7887 SHA512 d2c3a41b6f10c337db4f3466b4ca5772a8b9b42fbf869d52ce1a5db952a5d89a8474e0c540ea79c3a7dbf475e0012df5944739014d0fdd3823e734abbabf80a8
DIST oslo_serialization-5.8.0.tar.gz 35227 BLAKE2B f7d0bb8eb5c8f73193f66a595993f509bab3bb02dc65574f64c0656969fc69caf2f8abeea70326f965e932d70f05ddf400818ca56acdef625649e0460191aec4 SHA512 16e441e7966b77ca304462300a3d6d61b3e7040de4dfb521da991d74ce755457121a417def5f4087ec8db8c9525009c7b0cdc68d15a0ef9b57025549180e820e

View File

@@ -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