* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aodhclient/
@ 2021-10-06 1:13 Theo Anderson
0 siblings, 0 replies; 2+ messages in thread
From: Theo Anderson @ 2021-10-06 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 872fb5cb44abdf00170df533ab1471c0e670f868
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 4 23:17:58 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct 4 23:17:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=872fb5cb
dev-python/aodhclient: update upstream metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/aodhclient/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aodhclient/metadata.xml b/dev-python/aodhclient/metadata.xml
index 32907fdb2..f478b5bb4 100644
--- a/dev-python/aodhclient/metadata.xml
+++ b/dev-python/aodhclient/metadata.xml
@@ -8,7 +8,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="pypi">python-aodhclient</remote-id>
+ <remote-id type="pypi">aodhclient</remote-id>
<remote-id type="github">openstack/python-aodhclient</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aodhclient/
@ 2022-03-16 20:48 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-03-16 20:48 UTC (permalink / raw
To: gentoo-commits
commit: fa63b3f12e96cd4a237157937bd4d272df33f364
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 01:26:23 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 01:26:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa63b3f1
dev-python/aodhclient: add 2.4.1, drop 2.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/aodhclient/Manifest | 2 +-
.../{aodhclient-2.3.0.ebuild => aodhclient-2.4.1.ebuild} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/aodhclient/Manifest b/dev-python/aodhclient/Manifest
index 9345d068a..e88b2c9f9 100644
--- a/dev-python/aodhclient/Manifest
+++ b/dev-python/aodhclient/Manifest
@@ -1 +1 @@
-DIST aodhclient-2.3.0.tar.gz 49992 BLAKE2B b256294020ca9439485c6ad19909e2993d86491a33294f37ef0282d2b658a0b0e2e4a22e2c4fde1c274f50d36b0302dad4a057ba3b7711989d973fc0f70c786f SHA512 2e121d8ee45256f3fa676902603a840a0d0ac7474dec1a4df4409389436bc315c0b9ee7c16ea269e9fdfb7b8737901c30575b4e4eb039d92441c99cd404cd54c
+DIST aodhclient-2.4.1.tar.gz 49894 BLAKE2B 37204a4a3378513a67846a376404fbd15235d354c0ecebecea1953a842ea8811e71cb5f5a2c9b07ffdeff56e64becc65595d1761accb639a4a7d6411132623c4 SHA512 008ca34154a53f4a1ff17f3904e7d1b0feace7f71b40a3cb3774816c014c1289517e8f1551c1c340ff8a2bb1f2927977455a826c088c2c2e1bb2c8cd931bd7fc
diff --git a/dev-python/aodhclient/aodhclient-2.3.0.ebuild b/dev-python/aodhclient/aodhclient-2.4.1.ebuild
similarity index 92%
rename from dev-python/aodhclient/aodhclient-2.3.0.ebuild
rename to dev-python/aodhclient/aodhclient-2.4.1.ebuild
index b547bad05..8ce54db8c 100644
--- a/dev-python/aodhclient/aodhclient-2.3.0.ebuild
+++ b/dev-python/aodhclient/aodhclient-2.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
EPYTEST_IGNORE=( aodhclient/tests/functional )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -12,7 +12,7 @@ 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://pypi.org/project/aodhclient/
https://launchpad.net/python-aodhclient
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -33,8 +33,8 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
>=dev-python/reno-1.6.2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-16 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-06 1:13 [gentoo-commits] repo/proj/guru:master commit in: dev-python/aodhclient/ Theo Anderson
-- strict thread matches above, loose matches on Subject: below --
2022-03-16 20:48 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox