public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/
Date: Thu, 30 Sep 2021 17:59:23 +0000 (UTC)	[thread overview]
Message-ID: <1633024643.44ce0b7ec04d8aedc5edfa84aa9afc48c1211d61.arthurzam@gentoo> (raw)

commit:     44ce0b7ec04d8aedc5edfa84aa9afc48c1211d61
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 14:02:49 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:57:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ce0b7e

dev-python/python-keystoneclient: add 4.3.0, enable tests, enable py3.9

Closes: https://bugs.gentoo.org/802846
Closes: https://bugs.gentoo.org/798531
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/python-keystoneclient/Manifest          |  1 +
 .../python-keystoneclient-4.3.0.ebuild             | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/python-keystoneclient/Manifest b/dev-python/python-keystoneclient/Manifest
index 9497122b837..65a3a68e01b 100644
--- a/dev-python/python-keystoneclient/Manifest
+++ b/dev-python/python-keystoneclient/Manifest
@@ -1 +1,2 @@
 DIST python-keystoneclient-4.1.1.tar.gz 316920 BLAKE2B f42ab0648f43fc6424cb502a996c7f81e688171aea4c94ae664d128d31eed04c6936e763ed996af990dda6dbc42d2cc7fcb0aeb8638b75133609521e704d2b55 SHA512 a88f992dfdb196a66ad3b173ac8f7c006524225d426c240e1ed27ae4007df5d5e74251e273c11316ba451f6fb31de6250e51203e70dec670f7f1e0b65d24fdd1
+DIST python-keystoneclient-4.3.0.tar.gz 324711 BLAKE2B ac32c2e4a2a86562cd694506c83e05a4373e86ff619c96772c8bc38329a4e1f52d2cf332b16cccd9690ffbd79c5046e08d44fe2dbc520ce2c2a9b92abe3cf634 SHA512 08131026648a03e03f5bea4505c7fc4922317c8e9d584729c569433a66416cb1584dc932132c5bb7b7d892b1d2545a731b0d77aadc321b1370e332c8fa9eb5ed

diff --git a/dev-python/python-keystoneclient/python-keystoneclient-4.3.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-4.3.0.ebuild
new file mode 100644
index 00000000000..51f039cf6f1
--- /dev/null
+++ b/dev-python/python-keystoneclient/python-keystoneclient-4.3.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Client Library for OpenStack Identity"
+HOMEPAGE="https://www.openstack.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+	>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-3.15.3[${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}]
+	>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+	test? (
+		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+		>=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]
+		>=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+		>=dev-python/os-client-config-1.28.0
+		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+		>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+		>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+		>=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+	# functional tests require cloud instance access
+	eunittest keystoneclient/tests/unit
+}


             reply	other threads:[~2021-09-30 17:59 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30 17:59 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-29  5:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/ Michał Górny
2025-03-15 12:26 Michał Górny
2025-03-15 12:16 Arthur Zamarin
2025-02-28 18:52 Michał Górny
2024-09-14 12:39 Michał Górny
2024-09-14 12:31 Arthur Zamarin
2024-08-28  3:43 Michał Górny
2024-07-08 13:26 Michał Górny
2024-06-18  8:38 Michał Górny
2024-03-16 12:08 Michał Górny
2024-03-16 11:21 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2024-01-29 10:25 Michał Górny
2024-01-29  8:19 Sam James
2024-01-13  8:20 Michał Górny
2023-11-24 15:33 Michał Górny
2023-11-08 12:53 Michał Górny
2023-10-18 15:50 Michał Górny
2023-10-18  9:02 Sam James
2023-09-15  3:36 Michał Górny
2023-03-28  4:26 Michał Górny
2023-03-27 19:31 Sam James
2023-02-25  6:06 Michał Górny
2022-11-12 11:59 Arthur Zamarin
2022-10-03  6:56 Michał Górny
2022-10-03  0:44 Sam James
2022-09-02 15:32 Arthur Zamarin
2022-08-18 10:17 Michał Górny
2022-08-18  7:01 Agostino Sarubbo
2022-07-15 18:30 Arthur Zamarin
2022-06-29  3:56 Michał Górny
2022-06-29  0:11 Sam James
2022-06-05  5:46 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-05-21  6:47 Michał Górny
2022-04-01 18:48 Michał Górny
2022-04-01 17:48 Arthur Zamarin
2022-04-01 17:48 Arthur Zamarin
2022-02-24 18:18 Michał Górny
2022-02-13  9:39 Michał Górny
2022-02-13  8:41 Jakov Smolić
2022-01-07 16:49 Arthur Zamarin
2021-11-19  6:18 Arthur Zamarin
2021-10-31 17:58 Sam James
2021-10-31 17:55 Sam James
2021-10-04 22:58 Sam James
2021-01-24  0:07 Sam James
2020-11-19 11:30 Michał Górny
2020-11-19 11:20 Agostino Sarubbo
2020-11-14 22:28 Michał Górny
2020-10-11  1:29 Matthew Thode
2020-07-18 22:30 Matthew Thode
2020-06-20 19:23 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-10-15  2:21 Matthew Thode
2019-05-11 18:17 Matthew Thode
2019-05-08  4:22 Matthew Thode
2019-04-09  7:06 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-05 21:33 Matt Thode
2018-03-31  0:59 Matt Thode
2018-02-16  6:08 Matt Thode
2017-08-28  0:47 Matt Thode
2017-04-16 18:51 Matt Thode
2017-03-16 15:52 Matt Thode
2017-03-13  1:30 Zac Medico
2017-02-27  2:16 Matt Thode
2016-04-09 14:17 Agostino Sarubbo
2016-04-09 14:14 Agostino Sarubbo
2016-03-28  2:54 Matt Thode
2016-03-28  2:52 Matt Thode
2016-03-27  2:21 Matt Thode
2016-03-03 15:27 Matt Thode
2016-02-28  6:07 Matt Thode
2016-02-15  1:31 Matt Thode
2016-02-09  9:33 Justin Lecher
2016-01-12 22:40 Matt Thode
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-10-09  6:31 Michał Górny
2015-10-08 21:45 Matt Thode
2015-10-07  4:22 Matt Thode
2015-09-12  5:56 Matt Thode

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=1633024643.44ce0b7ec04d8aedc5edfa84aa9afc48c1211d61.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --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