* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/
@ 2021-09-27 16:47 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-27 16:47 UTC (permalink / raw
To: gentoo-commits
commit: a1b197b062e364e5a8654bf06608cc5f70781a3c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Sep 27 16:46:05 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Sep 27 16:47:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1b197b0
dev-python/aodhclient: unkeyword 2.1.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/aodhclient/aodhclient-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aodhclient/aodhclient-2.1.1.ebuild b/dev-python/aodhclient/aodhclient-2.1.1.ebuild
index 13c581ce7..15ab1b635 100644
--- a/dev-python/aodhclient/aodhclient-2.1.1.ebuild
+++ b/dev-python/aodhclient/aodhclient-2.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64"
DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/
@ 2021-10-03 18:33 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-03 18:33 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/
@ 2021-10-04 23:19 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-04 23:19 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/
@ 2021-10-06 22:30 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-06 22:30 UTC (permalink / raw
To: gentoo-commits
commit: dc5286b7f13383c475812127a3db82da53985f88
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 6 22:30:29 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 6 22:30:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc5286b7
dev-python/aodhclient: deselect failing tests
Closes: https://bugs.gentoo.org/816657
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/aodhclient/aodhclient-2.3.0.ebuild | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/dev-python/aodhclient/aodhclient-2.3.0.ebuild b/dev-python/aodhclient/aodhclient-2.3.0.ebuild
index 5fa8447e2..146bfaf90 100644
--- a/dev-python/aodhclient/aodhclient-2.3.0.ebuild
+++ b/dev-python/aodhclient/aodhclient-2.3.0.ebuild
@@ -3,7 +3,26 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8} )
+EPYTEST_DESELECT=(
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_alarm_id_or_name_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_composite_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_event_alarm_create_show_query
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_event_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_help
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_set_get_alarm_state
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_threshold_alarm_create_show_query
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_threshold_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_update_type_event_composite
+ aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_gnocchi_aggr_by_metrics_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_gnocchi_aggr_by_resources_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_gnocchi_resources_threshold_scenario
+ aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_update_gnaggrresthr_gnaggrmetricthr
+ aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_update_gnresthr_gnaggrresthr
+ aodhclient/tests/functional/test_alarm_history.py::AlarmHistoryTest::test_alarm_history_scenario
+ aodhclient/tests/functional/test_alarm_history.py::AlarmHistoryTest::test_help
+ aodhclient/tests/functional/test_capabilities.py::CapabilitiesClientTest::test_capabilities_scenario
+)
+PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/
@ 2021-10-14 20:30 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:30 UTC (permalink / raw
To: gentoo-commits
commit: 02474830dda313f3dcf88f37f59ab83f440c6a0f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 20:28:59 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:28:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02474830
dev-python/aodhclient: ignore functional tests
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/aodhclient/aodhclient-2.3.0.ebuild | 20 +-------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/dev-python/aodhclient/aodhclient-2.3.0.ebuild b/dev-python/aodhclient/aodhclient-2.3.0.ebuild
index 146bfaf90..6cd5089aa 100644
--- a/dev-python/aodhclient/aodhclient-2.3.0.ebuild
+++ b/dev-python/aodhclient/aodhclient-2.3.0.ebuild
@@ -3,25 +3,7 @@
EAPI=8
-EPYTEST_DESELECT=(
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_alarm_id_or_name_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_composite_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_event_alarm_create_show_query
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_event_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_help
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_set_get_alarm_state
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_threshold_alarm_create_show_query
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_threshold_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientTest::test_update_type_event_composite
- aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_gnocchi_aggr_by_metrics_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_gnocchi_aggr_by_resources_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_gnocchi_resources_threshold_scenario
- aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_update_gnaggrresthr_gnaggrmetricthr
- aodhclient/tests/functional/test_alarm.py::AodhClientGnocchiRulesTest::test_update_gnresthr_gnaggrresthr
- aodhclient/tests/functional/test_alarm_history.py::AlarmHistoryTest::test_alarm_history_scenario
- aodhclient/tests/functional/test_alarm_history.py::AlarmHistoryTest::test_help
- aodhclient/tests/functional/test_capabilities.py::CapabilitiesClientTest::test_capabilities_scenario
-)
+EPYTEST_IGNORE=( aodhclient/tests/functional )
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/
@ 2022-03-15 1:26 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-03-15 1:26 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 6+ messages in thread
end of thread, other threads:[~2022-03-15 1:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-14 20:30 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aodhclient/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-03-15 1:26 Alessandro Barbieri
2021-10-06 22:30 Alessandro Barbieri
2021-10-04 23:19 Alessandro Barbieri
2021-10-03 18:33 Alessandro Barbieri
2021-09-27 16:47 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox