aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-11 04:28:45 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-11 04:28:45 +0100
commitc38c9b611abae5167b60935a6bfb09c34f3c53fa (patch)
treec2c7baa0bd5830d577ccdae24a202c6ace393241 /dev-python/python-blazarclient
parentdev-python/os-testr: enable py3.9 (diff)
downloadguru-c38c9b611abae5167b60935a6bfb09c34f3c53fa.tar.gz
guru-c38c9b611abae5167b60935a6bfb09c34f3c53fa.tar.bz2
guru-c38c9b611abae5167b60935a6bfb09c34f3c53fa.zip
dev-python/python-blazarclient: add 3.4.0, drop 3.3.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/python-blazarclient')
-rw-r--r--dev-python/python-blazarclient/Manifest2
-rw-r--r--dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild (renamed from dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-blazarclient/Manifest b/dev-python/python-blazarclient/Manifest
index ae3177804..efbbbb255 100644
--- a/dev-python/python-blazarclient/Manifest
+++ b/dev-python/python-blazarclient/Manifest
@@ -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
diff --git a/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
index 8ba6db9b3..38a87616c 100644
--- a/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild
+++ b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -11,7 +11,7 @@ DESCRIPTION="This is a client for the OpenStack Blazar API"
HOMEPAGE="
https://github.com/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"