dev-python/python-mistralclient: add 4.4.0, drop 4.3.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-11 03:55:05 +01:00
parent 4be62eacc1
commit 33b8a78dbe
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
DIST python-mistralclient-4.3.0.tar.gz 107778 BLAKE2B d6802196172644082f5f6a4d1807e000176b4dcd49e31016abe91c539b3d12ce0cb1da851d209f616a52ff77a3ccde4d35ad4807578e7bb6716d0d34fd19eadb SHA512 4e18aa2d58c7c25a472f3d292149adda63eafcdc4fa5272f31cd21f74097eceb4f9d6cf949a030e39a61a100187cf6378ab7580d2042ac8788c68ef32aed1b68
DIST python-mistralclient-4.4.0.tar.gz 107831 BLAKE2B 258e74d766fe2a804eeb27f1265206ee37f1db52d9ed54ba733868e97b6b7e6af0261a8c202e1dc4518e3e0a0f040c6b4cfb609c6e16fab9b214e431d6a2a589 SHA512 f28c5b5b237c6fa3851ded112024d70192adbdeeab1e6d5fad9b388ec53d800006ca1c4babaf397946a01bb0d4bedcf35b1fbbbf3a1db0d323303c7ca065228c

View File

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