dev-python/python-magnumclient: add 3.6.0, drop 3.5.0

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

View File

@@ -1 +1 @@
DIST python-magnumclient-3.5.0.tar.gz 119634 BLAKE2B 2e38b23a43828cab4269292e5ff6f8427bf569a1422a3afa6f26ad285746baad10e6883e0e4d366c1540ed9359222b888c9d6912c56a35ab36b57b8db48811fd SHA512 6104a1e0072fb7a18227c15f9c7451848044406fb8e8266c69cd370262cb2c94d33f25e8a1864231b3011858fc35b8b715ea4b4f2b46b66bc8e0acd25097639f DIST python-magnumclient-3.6.0.tar.gz 120199 BLAKE2B 09106e8edae4c58ecc04ca996007a7852d6a07e6e71d1ae36f7adc3c134d84600a37ed9f2bef6b2e07792efd29f5e8d320c2f27c3ad37bca0fb4f04cc0579aff SHA512 3b789cb8af90a943dca38ac1364b7ff9a8bc31be56750a0fceb5e853a332bba73ebcab4b0c8bcbb691234e3c79e13f3dbd9b58479f9f9d16aa924009cb4cb7cf

View File

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