From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-octaviaclient/
Date: Fri, 15 Oct 2021 21:41:25 +0000 (UTC) [thread overview]
Message-ID: <1634334083.e812e4282a57c916d596efe430574e0afefedae2.Alessandro-Barbieri@gentoo> (raw)
commit: e812e4282a57c916d596efe430574e0afefedae2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Oct 15 21:41:05 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Oct 15 21:41:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e812e428
dev-python/python-octaviaclient: new version
Closes: https://bugs.gentoo.org/800491
Closes: https://bugs.gentoo.org/800494
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-octaviaclient/Manifest | 2 +-
.../python-octaviaclient-2.2.0.ebuild | 34 ----------------
.../python-octaviaclient-2.4.0.ebuild | 47 ++++++++++++++++++++++
3 files changed, 48 insertions(+), 35 deletions(-)
diff --git a/dev-python/python-octaviaclient/Manifest b/dev-python/python-octaviaclient/Manifest
index 12b77b75a..a583ec794 100644
--- a/dev-python/python-octaviaclient/Manifest
+++ b/dev-python/python-octaviaclient/Manifest
@@ -1 +1 @@
-DIST python-octaviaclient-2.2.0.tar.gz 83099 BLAKE2B 1ee8333ef09b205bb66445cfcb28b6789c73dd4f5752510a88ace02f0a0b5b20a086fccb9e7fd2014ffad5472c03a86bfb0fe8da8f5fb4c223c46d2352529ad9 SHA512 f6707192dd9b281acb8f3124e9c1b6d02b037034677b7c3946e39b70c0f7600790a9d70fa8228c7aa120ba3187a8aa9ce48db0a0afa16a300befd37fd77f80f1
+DIST python-octaviaclient-2.4.0.tar.gz 92581 BLAKE2B e6bfa1c2b0068a010796cadbaa0f62f3ba87eadd529569bdd4b0a3a04b932c8bab21d77288fc1d2cf3df2bfacefe8daec3fe3792cb777d03a2f8e0c45928a366 SHA512 e1b488407935c926373d706c293a8647c6b5225b13b15af7ea955c8a030b4fa4ee5f6aca37db78bb2f71a5fdce164ba070c69d14251c91851783963664523ea0
diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.2.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-2.2.0.ebuild
deleted file mode 100644
index 008f427fe..000000000
--- a/dev-python/python-octaviaclient/python-octaviaclient-2.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Zun API"
-HOMEPAGE="https://github.com/openstack/python-zunclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
- !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.14.1[${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/requests-2.14.2[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild
new file mode 100644
index 000000000..c4f15fab2
--- /dev/null
+++ b/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild
@@ -0,0 +1,47 @@
+# 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 Octavia Load Balancing"
+HOMEPAGE="
+ https://github.com/openstack/python-octaviaclient
+ https://opendev.org/openstack/python-octaviaclient
+ https://pypi.org/project/python-octaviaclient
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
+ >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
+ >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-1.14.1[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+ >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2021-10-15 21:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-15 21:41 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-octaviaclient/ Andrew Ammerlaan
2022-03-11 3:34 Alessandro Barbieri
2022-03-12 9:10 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-03-12 9:10 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-05-29 21:04 Alessandro Barbieri
2023-02-19 5:17 Anna Vyalkova
2024-08-28 20:23 Niklaus 'vimja' Hofer
2024-12-11 20:02 Niklaus 'vimja' Hofer
2024-12-12 5:50 Anna Vyalkova
2024-12-14 15:09 Takuya Wakazono
2025-03-03 17:20 Niklaus 'vimja' Hofer
2025-05-01 15:37 Anna Vyalkova
2025-05-04 15:49 Niklaus 'vimja' Hofer
2025-07-13 21:52 Niklaus 'vimja' Hofer
2025-09-14 22:24 Niklaus 'vimja' Hofer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1634334083.e812e4282a57c916d596efe430574e0afefedae2.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox