public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/
@ 2022-05-30  6:39 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2022-05-30  6:39 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:     Florian Schmaus <flow <AT> gentoo <DOT> org>
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] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/
@ 2022-03-11 10:57 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2022-03-11 10:57 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:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/
@ 2022-01-02 15:34 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/
@ 2021-10-13 22:12 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2021-10-13 22:12 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:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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] 4+ messages in thread

end of thread, other threads:[~2022-05-30  6:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-30  6:39 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2022-03-11 10:57 Arthur Zamarin
2022-01-02 15:34 Andrew Ammerlaan
2021-10-13 22:12 Haelwenn Monnier

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