aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-11 04:19:46 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-11 04:19:46 +0100
commitba03947a22cebdf682e335550b81da675bc365b7 (patch)
treec05d96ec4651c15c26e0176ad4280ba8896a8a32 /dev-python/python-saharaclient
parentdev-python/python-heatclient: add 2.5.1, drop 2.4.0 (diff)
downloadguru-ba03947a22cebdf682e335550b81da675bc365b7.tar.gz
guru-ba03947a22cebdf682e335550b81da675bc365b7.tar.bz2
guru-ba03947a22cebdf682e335550b81da675bc365b7.zip
dev-python/python-saharaclient: add 3.5.0, drop 3.4.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/python-saharaclient')
-rw-r--r--dev-python/python-saharaclient/Manifest2
-rw-r--r--dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild (renamed from dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-saharaclient/Manifest b/dev-python/python-saharaclient/Manifest
index c869061a0..48edc0b8c 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1 +1 @@
-DIST python-saharaclient-3.4.0.tar.gz 109109 BLAKE2B 50cad26c0daeb93dd9a42e043303b3778013889eab161663f394ef0cad11a0bf1022b0101000b0bf635be9f3021a03077c1c7a2687b55e1543e7d43e7f4146f5 SHA512 8cc4fa2db5d5f84ed13c9975e27a03cceb36664fd2564e543981dfe7cbf2c38b3059695742e1fc20380332b8df14256ef900b34041f53ac358b99177d619094d
+DIST python-saharaclient-3.5.0.tar.gz 109169 BLAKE2B a10183f9a35f8f380852ab711884ba18e9ae39362d3859fc49b1a744132de52c08e2f615d8d04eeff5be5d05af006d6ae7a54a78908df84c898991a7d0859b54 SHA512 20de5a964891314043790de98a1cb77fe5aa59cdb309c419feb73cf2034313c5f3c1ea6ee7303a0599080c2215c9ef7db0141ba42978d5a840281ba005a20bc0
diff --git a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
index c797316f2..9bccb5560 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/openstack/python-saharaclient
https://opendev.org/openstack/python-saharaclient
https://launchpad.net/python-saharaclient
- https://pypi.org/project/python-saharaclient
+ https://pypi.org/project/python-saharaclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"