dev-python/python-designateclient: add 4.5.0, drop 4.3.0

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

View File

@@ -1 +1 @@
DIST python-designateclient-4.3.0.tar.gz 65300 BLAKE2B d9224bb2d941502dd6746ff6c91022ca5502d808c475fa3130ca18b51fc7d106cb2e84e995e20444f668efba22a927d0771490ca780dccf61676d9335f1ed392 SHA512 d749adf481e0c88fa97159e23754f48f6070424ffb62fb6601a4c06ea44a697d90f56b8e84873705a358c8388775c9bfbfb9201d9712d44538579f705625ab1e
DIST python-designateclient-4.5.0.tar.gz 70182 BLAKE2B 83c127935434367d64b4eac6f10040d5d0c59f58fc89db2a92e52f33c7b0f473d8c991fdb98ea1d3fddfd2111e91c6e162047cda061dd8fd897a430baa9c7629 SHA512 0229b925d9c659af777e5b7151830746b20d990e17a2328ad03cbdea3e04d7d5de78a16778d644b112b9d7b6f04a2a52ae57c9404c32fdab018c2be60ba3ca4e

View File

@@ -2,15 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Python bindings to the Designate API."
DESCRIPTION="Python bindings to the Designate API"
HOMEPAGE="
https://github.com/openstack/python-designateclient
https://opendev.org/openstack/python-blazarclient
https://pypi.org/project/python-blazarclient
https://pypi.org/project/python-blazarclient/
https://launchpad.net/python-designateclient
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"