commit:     4763bbf3536a599cb6ed5008392428ba9fb4c1a8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct  3 16:44:06 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct  3 18:32:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4763bbf3

dev-python/aodhclient: new version

Closes: https://bugs.gentoo.org/815604
Closes: https://bugs.gentoo.org/800085
Closes: https://bugs.gentoo.org/800088
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/aodhclient/Manifest                |  2 +-
 dev-python/aodhclient/aodhclient-2.1.1.ebuild | 31 -----------------
 dev-python/aodhclient/aodhclient-2.3.0.ebuild | 49 +++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 32 deletions(-)

diff --git a/dev-python/aodhclient/Manifest b/dev-python/aodhclient/Manifest
index 5e9751ea8..9345d068a 100644
--- a/dev-python/aodhclient/Manifest
+++ b/dev-python/aodhclient/Manifest
@@ -1 +1 @@
-DIST aodhclient-2.1.1.tar.gz 46687 BLAKE2B 
5f229e36f1b840b346fb4c85ca52185d6c3714c9f75e269ab7cfc8dc010c3afb08d387d06d419fb81cb3b8b1056afe970bc6e8c91dbe5e62c048e7c1f1fac36d
 SHA512 
acb8f2571caa248a35625335f5c04794ff24c16bc775cad8f78621dfe159645d6ed39da62722fc990cea1c5f86b4bd08f40d1c5c82d08b632f913367fc723386
+DIST aodhclient-2.3.0.tar.gz 49992 BLAKE2B 
b256294020ca9439485c6ad19909e2993d86491a33294f37ef0282d2b658a0b0e2e4a22e2c4fde1c274f50d36b0302dad4a057ba3b7711989d973fc0f70c786f
 SHA512 
2e121d8ee45256f3fa676902603a840a0d0ac7474dec1a4df4409389436bc315c0b9ee7c16ea269e9fdfb7b8737901c30575b4e4eb039d92441c99cd404cd54c

diff --git a/dev-python/aodhclient/aodhclient-2.1.1.ebuild 
b/dev-python/aodhclient/aodhclient-2.1.1.ebuild
deleted file mode 100644
index 15ab1b635..000000000
--- a/dev-python/aodhclient/aodhclient-2.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Aodh API"
-HOMEPAGE="https://github.com/openstack/python-aodhclient";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-RDEPEND="
-       >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-       >=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
-       !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}]
-       >=dev-python/osc-lib-1.0.1[${PYTHON_USEDEP}]
-       >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
-       >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       dev-python/pyparsing[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/aodhclient/aodhclient-2.3.0.ebuild 
b/dev-python/aodhclient/aodhclient-2.3.0.ebuild
new file mode 100644
index 000000000..5fa8447e2
--- /dev/null
+++ b/dev-python/aodhclient/aodhclient-2.3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Aodh API"
+HOMEPAGE="
+       https://github.com/openstack/python-aodhclient
+       https://opendev.org/openstack/python-aodhclient
+       https://pypi.org/project/aodhclient
+       https://launchpad.net/python-aodhclient
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
+       >=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
+       >=dev-python/osc-lib-1.0.1[${PYTHON_USEDEP}]
+       >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
+       >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
+       >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+       >=dev-python/keystoneauth-1.0.0[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+       dev-python/pyparsing[${PYTHON_USEDEP}]
+"
+DEPEND="
+       ${RDEPEND}
+       test? (
+               >=dev-python/hacking-3.0[${PYTHON_USEDEP}]
+               >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+               >=dev-python/reno-1.6.2[${PYTHON_USEDEP}]
+               >=dev-python/tempest-10[${PYTHON_USEDEP}]
+               >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+               >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+               >=dev-python/pifpaf-0.23[${PYTHON_USEDEP}]
+               dev-python/gnocchi[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest

Reply via email to