dev-python/python-senlinclient: add 2.4.0, drop 2.3.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-11 04:17:03 +01:00
parent a1b4024df0
commit a735ca5a6b
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
DIST python-senlinclient-2.3.0.tar.gz 94878 BLAKE2B 09a83ff35ee29ded59195ec18c50988ae7acafd91850d5b8b0c5aa6886ba95a318b5648afec244cba0a069e8ff34a6e28688d10f00351f20465387814943e892 SHA512 4ba186c40d6fa20ec55d019a420987f6bbb52c36a731eac0ecb0980e4cd775a63e6f58bd20ec98e37b5dc422a8ef5801331e8caf57da7f8c37f6afa9f9852e63
DIST python-senlinclient-2.4.0.tar.gz 95000 BLAKE2B b6689df20e08f747e1c478b521525c1f0b0050b779837607446975baa6a95d7af536b1442306934058dc02c46d5e66c42bca30c08fdd6e824ee3b438db6d59c1 SHA512 0551fca8b72e333e039612dd6ed21b0e35036e7794043410097c5fec013af38237e7d59a2fa1bb2171f7da261ef62696c02b3ff17ba60a0a82a0f292d99afffa

View File

@@ -4,7 +4,7 @@
EAPI=8
EPYTEST_IGNORE=( senlinclient/tests/functional )
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/openstack/python-senlinclient
https://opendev.org/openstack/python-senlinclient
https://launchpad.net/python-senlinclient
https://pypi.org/project/python-senlinclient
https://pypi.org/project/python-senlinclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"