dev-python/python-octaviaclient: add 2.5.0, drop 2.4.0

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

View File

@@ -1 +1 @@
DIST python-octaviaclient-2.4.0.tar.gz 92581 BLAKE2B e6bfa1c2b0068a010796cadbaa0f62f3ba87eadd529569bdd4b0a3a04b932c8bab21d77288fc1d2cf3df2bfacefe8daec3fe3792cb777d03a2f8e0c45928a366 SHA512 e1b488407935c926373d706c293a8647c6b5225b13b15af7ea955c8a030b4fa4ee5f6aca37db78bb2f71a5fdce164ba070c69d14251c91851783963664523ea0
DIST python-octaviaclient-2.5.0.tar.gz 92839 BLAKE2B 5b1c3c12f1dbf3d8162fd37dfe88984f6abf2ea2707ab24b712c257ce50d311e79633f731778a13fd2d4c302af80c84ca75c4b3ae764de81dd99f383503fadff SHA512 bb9c3fe2099ab00ea5a1a86a2391c84429e28c9d6bac668bee41048935fc05eee8aca05918a22825ad8c64d88d44379074f2a6e6a4e8ad315f965da6e7528ed0

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -11,7 +11,7 @@ DESCRIPTION="A client for the Octavia Load Balancing"
HOMEPAGE="
https://github.com/openstack/python-octaviaclient
https://opendev.org/openstack/python-octaviaclient
https://pypi.org/project/python-octaviaclient
https://pypi.org/project/python-octaviaclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"