dev-python/python-heatclient: add 2.5.1, drop 2.4.0

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

View File

@@ -1 +1 @@
DIST python-heatclient-2.4.0.tar.gz 178808 BLAKE2B 4af0db5d6be439a37a1e6eeb0492343808b98b95652f872ad381e8968104758eb7ee94760123754399bfc23fe56ddb6078ce6443562fe147a0d99194e417bc40 SHA512 84b12060f9c3afd30e2fc74fd5f88ef9cb6fb46eba655c15a302844d558ceef3493be8d7b896785d4bdae5729dacb5d8c3f92ca8df4891e5acdc300fe13fe069
DIST python-heatclient-2.5.1.tar.gz 178919 BLAKE2B 577f0b37de268b106afc682b78fdaf6ea5c3eb274afded9e7fc8f018d2553907c28033bcccb0453a63ac6526de45acb946cb9babd5f6bb9161a72645f267c80f SHA512 5dec4edf3adce3a47acdf2a0153945098c6dbb3cbafa61d2044de173d3c747bb6a7c4d0db4a1dcc3c8b8eb22a8db0b1bc7b5cb96c1c7f90c3fcebe35882d706b

View File

@@ -3,15 +3,15 @@
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="OpenStack Orchestration API Client Library"
HOMEPAGE="
https://github.com/openstack/python-heatclient
https://opendev.org/openstack/python-blazarclient
https://pypi.org/project/python-blazarclient
https://opendev.org/openstack/python-heatclient
https://pypi.org/project/python-heatclient/
https://launchpad.net/python-heatclient
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"