dev-python/python-blazarclient: add 3.4.0, drop 3.3.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-03-11 04:28:45 +01:00
parent afa9296d64
commit c38c9b611a
No known key found for this signature in database
GPG Key ID: 4E4140121372C837
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST python-blazarclient-3.3.1.tar.gz 40395 BLAKE2B 86658277a8a8aa5730afe8860f1f551200230364c08b71389da60e60315db49bc6a860f5fc23cea2186db15d3258c0a3a70b30ea9450165f9c5a2459ba082f78 SHA512 f460cff35a11acddf2a2215c1740e2ffb7448f20b9298c5538a08e77d5444fce3d39005693b7b34a751fc87fb7972a09d669b6076e672a8ccd63dae8be405263 DIST python-blazarclient-3.4.0.tar.gz 41757 BLAKE2B 227be7089b1f07c2a200483e06792fc4fa9b26cd2e26d05f35e2d3c8beb48eece6491effaf7a3d24501031eac84a0d421399151c8b6067f9a1beed698005edbb SHA512 38b26c489b6fed7a2854b0ade9678eb57939c58bc0f288a6317ec5638fcc90ccd498d4901bd3a1f6ebbb430b744d586bf081fd2de9f825a3571556d6cdb4a7ef

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
@ -11,7 +11,7 @@ DESCRIPTION="This is a client for the OpenStack Blazar API"
HOMEPAGE=" HOMEPAGE="
https://github.com/openstack/python-blazarclient https://github.com/openstack/python-blazarclient
https://opendev.org/openstack/python-blazarclient https://opendev.org/openstack/python-blazarclient
https://pypi.org/project/python-blazarclient https://pypi.org/project/python-blazarclient/
" "
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"