diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest index 78a86db32d..4654ae8807 100644 --- a/dev-python/python-zaqarclient/Manifest +++ b/dev-python/python-zaqarclient/Manifest @@ -1 +1 @@ -DIST python-zaqarclient-2.2.0.tar.gz 90897 BLAKE2B 17f4f1ce4c845a147f489f12a22fb97168d99993067f0eef8447c7fafa389cfdea5e3eff68af3521ecc60f14ce84e70e9db76261396775c87bb677c8c5affc63 SHA512 c19425ce23de5fa04db2f292718574cc0771445fb253674278e0329c6741e48bf188d0e5d08a9806d81be0a848f47c2613d519af1d53e0c1aed3964917edb97c +DIST python-zaqarclient-2.3.0.tar.gz 90878 BLAKE2B 52cd86d9875fe2bd1ec1cb5a2a3864733cd786333dfb649ef317b106ad552ca6c81db1baf67ef7c0c950faf717e54e8754a8173c2d191d479fdd06e03dea9f0a SHA512 9a88fc285eabed82a04d988e35ce90e668d436f3faab5b0db0ffca5122af4b633b9b7a7e40ff18d17ed9c6406ae223f0c900327d5bb408bb8de29169720f8635 diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild similarity index 94% rename from dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild rename to dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild index abdaf22a85..2e12193e50 100644 --- a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild +++ b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild @@ -4,14 +4,14 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="A client for the OpenStack Zaqar API" HOMEPAGE=" https://github.com/openstack/python-zaqarclient - https://pypi.org/project/python-zaqarclient + https://pypi.org/project/python-zaqarclient/ https://launchpad.net/python-zaqarclient https://opendev.org/openstack/python-zaqarclient "