public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
@ 2021-10-11 21:41 Alessandro Barbieri
  0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-11 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     87d22b7d5ef0447d3f998117e4508fa30fa9219d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 11 21:39:37 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct 11 21:39:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87d22b7d

dev-python/python-senlinclient: new version

Closes: https://bugs.gentoo.org/800455
Closes: https://bugs.gentoo.org/800503
Closes: https://bugs.gentoo.org/800452
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/python-senlinclient/Manifest            |  2 +-
 .../python-senlinclient-2.1.1.ebuild               | 31 -------------
 .../python-senlinclient-2.3.0.ebuild               | 52 ++++++++++++++++++++++
 3 files changed, 53 insertions(+), 32 deletions(-)

diff --git a/dev-python/python-senlinclient/Manifest b/dev-python/python-senlinclient/Manifest
index 922e9068c..3ec46181a 100644
--- a/dev-python/python-senlinclient/Manifest
+++ b/dev-python/python-senlinclient/Manifest
@@ -1 +1 @@
-DIST python-senlinclient-2.1.1.tar.gz 88012 BLAKE2B 0aab4a5eefbd87334323d3785a34fb99cba0ced69cd018d66048cd9664026756c9c11a9287eebccc9cb449d90a3a83322617c04c5e69697b244dc0b6305f73d1 SHA512 7b3813a589c21d87729837a6a208d87dff6c6a8c5f887d9684edd8931d0894b86d95b32f3f8ea65286cdb24c1ae863365712288cb97d86b7aba7dd6c73e059c7
+DIST python-senlinclient-2.3.0.tar.gz 94878 BLAKE2B 09a83ff35ee29ded59195ec18c50988ae7acafd91850d5b8b0c5aa6886ba95a318b5648afec244cba0a069e8ff34a6e28688d10f00351f20465387814943e892 SHA512 4ba186c40d6fa20ec55d019a420987f6bbb52c36a731eac0ecb0980e4cd775a63e6f58bd20ec98e37b5dc422a8ef5801331e8caf57da7f8c37f6afa9f9852e63

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild
deleted file mode 100644
index db4e5a2b4..000000000
--- a/dev-python/python-senlinclient/python-senlinclient-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_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Senlin API"
-HOMEPAGE="https://github.com/openstack/python-senlinclient"
-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"
-
-DEPEND=">=dev-python/pbr-2.1.1[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/pbr-2.1.1[${PYTHON_USEDEP}]
-	>=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
-	<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-	>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-	>=dev-python/openstacksdk-0.24.0[${PYTHON_USEDEP}]
-	>=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-	>=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
-	!~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-	>=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]"

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
new file mode 100644
index 000000000..945f875a9
--- /dev/null
+++ b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Senlin API"
+HOMEPAGE="
+	https://github.com/openstack/python-senlinclient
+	https://opendev.org/openstack/python-senlinclient
+	https://launchpad.net/python-senlinclient
+	https://pypi.org/project/python-senlinclient
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+	>=dev-python/keystoneauth-3.11.0[${PYTHON_USEDEP}]
+	>=dev-python/openstacksdk-0.24.0[${PYTHON_USEDEP}]
+	>=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+	>=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+	>=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+		>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+		>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+		>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+		>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+		>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
@ 2021-10-14 20:22 Alessandro Barbieri
  0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d23a6f81fdf8327e3f0b617f41c2b0fcf5369245
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 19:39:48 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:22:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d23a6f81

dev-python/python-senlinclient: deselect failing tests

Closes: https://bugs.gentoo.org/818175
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../python-senlinclient-2.3.0.ebuild               | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
index 945f875a9..cbe22ae4a 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
@@ -3,6 +3,53 @@
 
 EAPI=8
 
+EPYTEST_DESELECT=(
+	senlinclient/tests/functional/test_actions.py::ActionTest::test_action_list
+	senlinclient/tests/functional/test_cluster_policy.py::ClusterPolicyTest::test_cluster_policy_attach_and_detach
+	senlinclient/tests/functional/test_cluster_policy.py::ClusterPolicyTest::test_cluster_policy_list
+	senlinclient/tests/functional/test_cluster_policy.py::ClusterPolicyTest::test_cluster_policy_update
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_check
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_create
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_expand_and_shrink
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_full_id
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_limit
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_list
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_list_filters
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_list_sort
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_members_add_and_del
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_members_list
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_members_replace
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_recover
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_resize
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_show
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_update
+	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_update_profile_only
+	senlinclient/tests/functional/test_events.py::EventTest::test_event_list
+	senlinclient/tests/functional/test_help.py::HelpTest::test_help_cmd
+	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_check
+	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_create
+	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_detail
+	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_list
+	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_recover
+	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_update
+	senlinclient/tests/functional/test_policies.py::PolicyTest::test_policy_create
+	senlinclient/tests/functional/test_policies.py::PolicyTest::test_policy_list
+	senlinclient/tests/functional/test_policies.py::PolicyTest::test_policy_update
+	senlinclient/tests/functional/test_policy_types.py::PolicyTypeTest::test_policy_type_list
+	senlinclient/tests/functional/test_policy_types.py::PolicyTypeTest::test_policy_type_show
+	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_list_debug
+	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_type_list
+	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_type_show
+	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_type_show_json
+	senlinclient/tests/functional/test_profiles.py::ProfileTest::test_pofile_create
+	senlinclient/tests/functional/test_profiles.py::ProfileTest::test_profile_list
+	senlinclient/tests/functional/test_profiles.py::ProfileTest::test_profile_update
+	senlinclient/tests/functional/test_readonly_senlin.py::FakeTest::test_fake_action
+	senlinclient/tests/functional/test_receivers.py::ReceiverTest::test_receiver_create
+	senlinclient/tests/functional/test_receivers.py::ReceiverTest::test_receiver_list
+	senlinclient/tests/functional/test_receivers.py::ReceiverTest::test_receiver_update
+	senlinclient/tests/functional/test_version.py::VersionTest::test_openstack_version
+)
 PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
@ 2021-10-14 20:30 Alessandro Barbieri
  0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b060d2c4cd90a3f9a42055199d3239ac3a0a9a46
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 20:27:57 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:27:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b060d2c4

dev-python/python-senlinclient: ignore functional tests

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../python-senlinclient-2.3.0.ebuild               | 48 +---------------------
 1 file changed, 1 insertion(+), 47 deletions(-)

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
index cbe22ae4a..81fc2d99c 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
@@ -3,53 +3,7 @@
 
 EAPI=8
 
-EPYTEST_DESELECT=(
-	senlinclient/tests/functional/test_actions.py::ActionTest::test_action_list
-	senlinclient/tests/functional/test_cluster_policy.py::ClusterPolicyTest::test_cluster_policy_attach_and_detach
-	senlinclient/tests/functional/test_cluster_policy.py::ClusterPolicyTest::test_cluster_policy_list
-	senlinclient/tests/functional/test_cluster_policy.py::ClusterPolicyTest::test_cluster_policy_update
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_check
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_create
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_expand_and_shrink
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_full_id
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_limit
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_list
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_list_filters
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_list_sort
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_members_add_and_del
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_members_list
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_members_replace
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_recover
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_resize
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_show
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_update
-	senlinclient/tests/functional/test_clusters.py::ClusterTest::test_cluster_update_profile_only
-	senlinclient/tests/functional/test_events.py::EventTest::test_event_list
-	senlinclient/tests/functional/test_help.py::HelpTest::test_help_cmd
-	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_check
-	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_create
-	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_detail
-	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_list
-	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_recover
-	senlinclient/tests/functional/test_nodes.py::NodeTest::test_node_update
-	senlinclient/tests/functional/test_policies.py::PolicyTest::test_policy_create
-	senlinclient/tests/functional/test_policies.py::PolicyTest::test_policy_list
-	senlinclient/tests/functional/test_policies.py::PolicyTest::test_policy_update
-	senlinclient/tests/functional/test_policy_types.py::PolicyTypeTest::test_policy_type_list
-	senlinclient/tests/functional/test_policy_types.py::PolicyTypeTest::test_policy_type_show
-	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_list_debug
-	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_type_list
-	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_type_show
-	senlinclient/tests/functional/test_profile_types.py::ProfileTypeTest::test_profile_type_show_json
-	senlinclient/tests/functional/test_profiles.py::ProfileTest::test_pofile_create
-	senlinclient/tests/functional/test_profiles.py::ProfileTest::test_profile_list
-	senlinclient/tests/functional/test_profiles.py::ProfileTest::test_profile_update
-	senlinclient/tests/functional/test_readonly_senlin.py::FakeTest::test_fake_action
-	senlinclient/tests/functional/test_receivers.py::ReceiverTest::test_receiver_create
-	senlinclient/tests/functional/test_receivers.py::ReceiverTest::test_receiver_list
-	senlinclient/tests/functional/test_receivers.py::ReceiverTest::test_receiver_update
-	senlinclient/tests/functional/test_version.py::VersionTest::test_openstack_version
-)
+EPYTEST_IGNORE=( senlinclient/tests/functional )
 PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
  2022-01-02 15:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2022-01-02 15:34 ` Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d8cefde665cb5564545fd9f8d45c0d7418ed386a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 15:31:55 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 15:31:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8cefde6

dev-python/python-senlinclient: drop test dep dev-python/hacking

masked for removal in ::gentoo

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
index 81fc2d99c..69618c3b5 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -38,7 +38,6 @@ DEPEND="
 	${RDEPEND}
 	test? (
 		>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-		>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
 		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
 		>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
 		>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
@ 2022-03-11  3:34 Alessandro Barbieri
  0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-11  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a735ca5a6bcf33094f6615b8bff9050af911f474
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 03:17:03 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 03:17:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a735ca5a

dev-python/python-senlinclient: add 2.4.0, drop 2.3.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/python-senlinclient/Manifest                               | 2 +-
 ...hon-senlinclient-2.3.0.ebuild => python-senlinclient-2.4.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-senlinclient/Manifest b/dev-python/python-senlinclient/Manifest
index 3ec46181a..ac51b1691 100644
--- a/dev-python/python-senlinclient/Manifest
+++ b/dev-python/python-senlinclient/Manifest
@@ -1 +1 @@
-DIST python-senlinclient-2.3.0.tar.gz 94878 BLAKE2B 09a83ff35ee29ded59195ec18c50988ae7acafd91850d5b8b0c5aa6886ba95a318b5648afec244cba0a069e8ff34a6e28688d10f00351f20465387814943e892 SHA512 4ba186c40d6fa20ec55d019a420987f6bbb52c36a731eac0ecb0980e4cd775a63e6f58bd20ec98e37b5dc422a8ef5801331e8caf57da7f8c37f6afa9f9852e63
+DIST python-senlinclient-2.4.0.tar.gz 95000 BLAKE2B b6689df20e08f747e1c478b521525c1f0b0050b779837607446975baa6a95d7af536b1442306934058dc02c46d5e66c42bca30c08fdd6e824ee3b438db6d59c1 SHA512 0551fca8b72e333e039612dd6ed21b0e35036e7794043410097c5fec013af38237e7d59a2fa1bb2171f7da261ef62696c02b3ff17ba60a0a82a0f292d99afffa

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
similarity index 94%
rename from dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
rename to dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
index 4ddd43fbe..31fa6ed5e 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 EPYTEST_IGNORE=( senlinclient/tests/functional )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ HOMEPAGE="
 	https://github.com/openstack/python-senlinclient
 	https://opendev.org/openstack/python-senlinclient
 	https://launchpad.net/python-senlinclient
-	https://pypi.org/project/python-senlinclient
+	https://pypi.org/project/python-senlinclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
@ 2022-05-29 21:04 Alessandro Barbieri
  0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-05-29 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0889386176247aee8a631f544865d6e7f9c06599
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 20:50:45 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 29 21:04:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08893861

dev-python/python-senlinclient: enable py3.10

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

 dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
index 31fa6ed5e..ab9e9cb74 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 EPYTEST_IGNORE=( senlinclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/
@ 2023-02-19  5:17 Anna Vyalkova
  0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-02-19  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1ccd0d3aebe67b96c3f7be894ff95204e74125f8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:08:47 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:08:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ccd0d3a

dev-python/python-senlinclient: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/python-senlinclient/Manifest            |  1 -
 dev-python/python-senlinclient/metadata.xml        | 14 ------
 .../python-senlinclient-2.4.0.ebuild               | 50 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/dev-python/python-senlinclient/Manifest b/dev-python/python-senlinclient/Manifest
deleted file mode 100644
index ac51b1691..000000000
--- a/dev-python/python-senlinclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-senlinclient-2.4.0.tar.gz 95000 BLAKE2B b6689df20e08f747e1c478b521525c1f0b0050b779837607446975baa6a95d7af536b1442306934058dc02c46d5e66c42bca30c08fdd6e824ee3b438db6d59c1 SHA512 0551fca8b72e333e039612dd6ed21b0e35036e7794043410097c5fec013af38237e7d59a2fa1bb2171f7da261ef62696c02b3ff17ba60a0a82a0f292d99afffa

diff --git a/dev-python/python-senlinclient/metadata.xml b/dev-python/python-senlinclient/metadata.xml
deleted file mode 100644
index 66c4cb195..000000000
--- a/dev-python/python-senlinclient/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
-	</maintainer>
-	<stabilize-allarches/>
-	<upstream>
-		<remote-id type="pypi">python-senlinclient</remote-id>
-		<remote-id type="github">openstack/python-senlinclient</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
deleted file mode 100644
index ab9e9cb74..000000000
--- a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EPYTEST_IGNORE=( senlinclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Senlin API"
-HOMEPAGE="
-	https://github.com/openstack/python-senlinclient
-	https://opendev.org/openstack/python-senlinclient
-	https://launchpad.net/python-senlinclient
-	https://pypi.org/project/python-senlinclient/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-	>=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
-	>=dev-python/keystoneauth-3.11.0[${PYTHON_USEDEP}]
-	>=dev-python/openstacksdk-0.24.0[${PYTHON_USEDEP}]
-	>=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-	>=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-	>=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-		>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-		>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
-		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-		>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
-		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-19  5:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11  3:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2023-02-19  5:17 Anna Vyalkova
2022-05-29 21:04 Alessandro Barbieri
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-01-02 15:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-14 20:30 Alessandro Barbieri
2021-10-14 20:22 Alessandro Barbieri
2021-10-11 21:41 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox