mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-python/oslo-log: Bump to 8.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
cf3b04238f
commit
635c7cbfbb
@ -1 +1,2 @@
|
||||
DIST oslo_log-7.2.1.tar.gz 98147 BLAKE2B c5e035b31e2daf40e8b55e752043594e949ab99f95d7d6b0183547bcbbe95c4e707383780a967c93f8d7a5de8b5d8af7ef43f8f4bee8a66af1141760c0ea1ca5 SHA512 1d62828b4837c624d9f812dd74aed11f528d20760a79265c25020de70a9afcc675c9f0e1de9f5fc95fc1f72c9330fe9ad81127f199e518a8eec9472c9def0e34
|
||||
DIST oslo_log-8.0.0.tar.gz 100632 BLAKE2B 8e00b8113e709f26d0716966c2c28de20f546afc16b717c3591bc8edc9c6aa9e940c530c036132cc55236e49b8e16668f345c9c60b01d28088f8981bddf60727 SHA512 3bd561206b3c2b41ea081e0fb9c3bf4c75bcec0cd39ffad58c29f30d1576648f097789f75e2eae0244dd1395242c5879b95d8f2377a244d2cc11c0a59d7f5432
|
||||
|
||||
52
dev-python/oslo-log/oslo-log-8.0.0.ebuild
Normal file
52
dev-python/oslo-log/oslo-log-8.0.0.ebuild
Normal file
@ -0,0 +1,52 @@
|
||||
# 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="OpenStack logging config library, configuration for all openstack projects"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.log/
|
||||
https://github.com/openstack/oslo.log/
|
||||
https://pypi.org/project/oslo.log/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/debtcollector-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-context-2.20.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-utils-7.1.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-serialization-1.25.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
src_test() {
|
||||
# requires eventlet
|
||||
rm oslo_log/tests/unit/test_pipe_mutex.py || die
|
||||
# suddenly started failing on py3.13 (also in old version)
|
||||
sed -i -e 's:test_rate_limit:_&:' \
|
||||
oslo_log/tests/unit/test_rate_limit.py || die
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user