[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2023-02-14 Thread Michał Górny
commit: 12e07fc3e8f846b920872d33d43c5aa55790d334
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 14 15:49:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 14 16:23:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e07fc3

dev-python/keystoneauth: Add MY_P prior to rename

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/keystoneauth-5.1.0.ebuild | 5 +++--
 dev-python/keystoneauth/keystoneauth-5.1.1.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
index c6cf45d5c679..092b4dde4cb9 100644
--- a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
+MY_P=keystoneauth1-${PV}
 DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
 HOMEPAGE="https://github.com/openstack/keystoneauth";
 HOMEPAGE="
@@ -15,8 +16,8 @@ HOMEPAGE="
https://github.com/openstack/keystoneauth/
https://pypi.org/project/keystoneauth1/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
+SRC_URI="mirror://pypi/${MY_P::1}/keystoneauth1/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild
index 4af2a2f4a7c1..d454d61a3df0 100644
--- a/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
+MY_P=keystoneauth1-${PV}
 DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
 HOMEPAGE="https://github.com/openstack/keystoneauth";
 HOMEPAGE="
@@ -15,8 +16,8 @@ HOMEPAGE="
https://github.com/openstack/keystoneauth/
https://pypi.org/project/keystoneauth1/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
+SRC_URI="mirror://pypi/${MY_P::1}/keystoneauth1/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2023-01-04 Thread Michał Górny
commit: ece7e2152e4e565ab915b1be2aeec01a00ab4f8e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  4 13:35:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  4 14:12:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece7e215

dev-python/keystoneauth: Bump to 5.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-5.1.1.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index c39c3d5200c4..deeff9203eaf 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-5.1.0.tar.gz 269600 BLAKE2B 
5ea3885f34fe96f9a07f7bb5cbcadb1382ae5b06ae7afb627ad6b25b8b6d17ba5448f78cdcf1d89dd799d062950a8b66a1f58c5779fee7615db97557eb4ee9fa
 SHA512 
1bb17818524256cf1a6a73d9bdd933451dae34f89be0fc6fb6a88f2207ce6b068e086b463abb904b0c9c20a9450b208321026c980e7af2cbbddc5bd75ee20d5b
+DIST keystoneauth1-5.1.1.tar.gz 269800 BLAKE2B 
413149a14837ec4aebbb6e3a35ff3296ca0427a585262131373b57a53b6eddd1d61701a5eef705ab4db9e528c39a17e916b07615e7f41681cb4dd0f14583a851
 SHA512 
0c84e0e2bc251fdff54fb4fa7efa65e60865224c48da9a8b3f548101e828516d1cdb33d4a966015384a7107af7754017d6483c9d43a05788030a65766686ba48

diff --git a/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild
new file mode 100644
index ..a2360a8b8036
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+HOMEPAGE="
+   https://opendev.org/openstack/keystoneauth/
+   https://github.com/openstack/keystoneauth/
+   https://pypi.org/project/keystoneauth1/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-12-25 Thread Michał Górny
commit: 2e2436d88dc61d02e9de01fb58eb497d2178be89
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 25 17:44:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 25 17:44:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2436d8

dev-python/keystoneauth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-5.0.0.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index b0f5bb01987a..c39c3d5200c4 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-5.0.0.tar.gz 267142 BLAKE2B 
9c595151287c0f5eff2faa3618e97c1a540e7a2ae4bbf6b76b7ebb5b3a7d0b1443843d7ead98d1997d68ef5def7745b2eb728ff4cde7842a35d46e69b3ea15d7
 SHA512 
41844b669d8f355525f444b7c837aa6ad6e7efc3e7ce727b6bc6ff441d6b6b49fe8dc2d601d8135ac872484e827cec75c72b613d001f5312e077016d424dcbfa
 DIST keystoneauth1-5.1.0.tar.gz 269600 BLAKE2B 
5ea3885f34fe96f9a07f7bb5cbcadb1382ae5b06ae7afb627ad6b25b8b6d17ba5448f78cdcf1d89dd799d062950a8b66a1f58c5779fee7615db97557eb4ee9fa
 SHA512 
1bb17818524256cf1a6a73d9bdd933451dae34f89be0fc6fb6a88f2207ce6b068e086b463abb904b0c9c20a9450b208321026c980e7af2cbbddc5bd75ee20d5b

diff --git a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
deleted file mode 100644
index 2e43f3409810..
--- a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-CDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${CDEPEND}
-   test? (
-   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # relies on specific test runner name
-   sed -i -e 's:run\.py:unittest_or_fail.py:' \
-   keystoneauth1/tests/unit/test_session.py || die
-   # remove the test that requires hacking
-   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   eunittest -b
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-12-25 Thread Sam James
commit: 710b29a663480764d631813225e8e07a623f567d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 25 16:41:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 25 16:41:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710b29a6

dev-python/keystoneauth: Stabilize 5.1.0 ALLARCHES, #888349

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
index 3e138373bcfc..67c91b93363d 100644
--- a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-11-24 Thread Michał Górny
commit: 1b672816282ac64c752fa60164650dbf3de94278
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 04:50:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 05:14:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b672816

dev-python/keystoneauth: Bump to 5.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-5.1.0.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 45392fa4efa6..b0f5bb01987a 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-5.0.0.tar.gz 267142 BLAKE2B 
9c595151287c0f5eff2faa3618e97c1a540e7a2ae4bbf6b76b7ebb5b3a7d0b1443843d7ead98d1997d68ef5def7745b2eb728ff4cde7842a35d46e69b3ea15d7
 SHA512 
41844b669d8f355525f444b7c837aa6ad6e7efc3e7ce727b6bc6ff441d6b6b49fe8dc2d601d8135ac872484e827cec75c72b613d001f5312e077016d424dcbfa
+DIST keystoneauth1-5.1.0.tar.gz 269600 BLAKE2B 
5ea3885f34fe96f9a07f7bb5cbcadb1382ae5b06ae7afb627ad6b25b8b6d17ba5448f78cdcf1d89dd799d062950a8b66a1f58c5779fee7615db97557eb4ee9fa
 SHA512 
1bb17818524256cf1a6a73d9bdd933451dae34f89be0fc6fb6a88f2207ce6b068e086b463abb904b0c9c20a9450b208321026c980e7af2cbbddc5bd75ee20d5b

diff --git a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
new file mode 100644
index ..3e138373bcfc
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+HOMEPAGE="
+   https://opendev.org/openstack/keystoneauth/
+   https://github.com/openstack/keystoneauth/
+   https://pypi.org/project/keystoneauth1/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-11-12 Thread Arthur Zamarin
commit: f9cd945a4602d9445e16977011ef7a9191029a5a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 09:52:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 11:59:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cd945a

dev-python/keystoneauth: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
index 642b81d5869f..2e43f3409810 100644
--- a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-08-17 Thread Arthur Zamarin
commit: d73f943aa31d4fff9ca805a5cc193f95bba62377
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:30:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:30:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73f943a

dev-python/keystoneauth: drop 4.6.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-4.6.0.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 3ce0b8fe465b..45392fa4efa6 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.6.0.tar.gz 267019 BLAKE2B 
ad1df2ce6f88ca03f1c9cde6bd84014fc7afedb3fb2375bc95461bab466f82464393e20919e4e506bce2cdbf1283ef53777c7ab3e92e2195b21d95459814f408
 SHA512 
fe6fbb0e47fb3608b0653362da0d19bdcb7055f9d043c776d487a2f6af76bda1cc1d8a2b87a771cafb54d0cd349695618428ed7dd93aba273d3d455b4175cbc8
 DIST keystoneauth1-5.0.0.tar.gz 267142 BLAKE2B 
9c595151287c0f5eff2faa3618e97c1a540e7a2ae4bbf6b76b7ebb5b3a7d0b1443843d7ead98d1997d68ef5def7745b2eb728ff4cde7842a35d46e69b3ea15d7
 SHA512 
41844b669d8f355525f444b7c837aa6ad6e7efc3e7ce727b6bc6ff441d6b6b49fe8dc2d601d8135ac872484e827cec75c72b613d001f5312e077016d424dcbfa

diff --git a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
deleted file mode 100644
index 642b81d5869f..
--- a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-CDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${CDEPEND}
-   test? (
-   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # relies on specific test runner name
-   sed -i -e 's:run\.py:unittest_or_fail.py:' \
-   keystoneauth1/tests/unit/test_session.py || die
-   # remove the test that requires hacking
-   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   eunittest -b
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-08-17 Thread Arthur Zamarin
commit: bd80272592689a775e5c08e4a92b93d486703fee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 18:52:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 18:52:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd802725

dev-python/keystoneauth: Stabilize 5.0.0 ALLARCHES, #865583

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
index ced69f35280b..642b81d5869f 100644
--- a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 CDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-07-15 Thread Arthur Zamarin
commit: b7208b16fe8c9bb8b0eebf18b91088e2440b0334
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 18:24:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 18:24:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7208b16

dev-python/keystoneauth: add 5.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-5.0.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 85f0bd315c85..3ce0b8fe465b 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-4.6.0.tar.gz 267019 BLAKE2B 
ad1df2ce6f88ca03f1c9cde6bd84014fc7afedb3fb2375bc95461bab466f82464393e20919e4e506bce2cdbf1283ef53777c7ab3e92e2195b21d95459814f408
 SHA512 
fe6fbb0e47fb3608b0653362da0d19bdcb7055f9d043c776d487a2f6af76bda1cc1d8a2b87a771cafb54d0cd349695618428ed7dd93aba273d3d455b4175cbc8
+DIST keystoneauth1-5.0.0.tar.gz 267142 BLAKE2B 
9c595151287c0f5eff2faa3618e97c1a540e7a2ae4bbf6b76b7ebb5b3a7d0b1443843d7ead98d1997d68ef5def7745b2eb728ff4cde7842a35d46e69b3ea15d7
 SHA512 
41844b669d8f355525f444b7c837aa6ad6e7efc3e7ce727b6bc6ff441d6b6b49fe8dc2d601d8135ac872484e827cec75c72b613d001f5312e077016d424dcbfa

diff --git a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
new file mode 100644
index ..ced69f35280b
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+CDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${CDEPEND}
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-06-28 Thread Michał Górny
commit: 516540114dbcabfd1d7a0617950ca77bc4cb4894
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 28 19:41:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 28 19:42:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51654011

dev-python/keystoneauth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-4.5.0.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 0629976d5c18..85f0bd315c85 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.5.0.tar.gz 266418 BLAKE2B 
cd56e6d62e185ded667b2e9a53478e65fdea7eea203e3598193b34137297a5b75e315433882a08d16f360936208eb55c6d4e5c80e64161f1ce00db2633e59d7a
 SHA512 
eebf9f15624d4544351b26e80af4023dab3a60ad2848b14c1cf6ab4deab50d2c9812747f3e737aacd9e49eacaff3960d8cb1432067d2648d7d2552fdad907457
 DIST keystoneauth1-4.6.0.tar.gz 267019 BLAKE2B 
ad1df2ce6f88ca03f1c9cde6bd84014fc7afedb3fb2375bc95461bab466f82464393e20919e4e506bce2cdbf1283ef53777c7ab3e92e2195b21d95459814f408
 SHA512 
fe6fbb0e47fb3608b0653362da0d19bdcb7055f9d043c776d487a2f6af76bda1cc1d8a2b87a771cafb54d0cd349695618428ed7dd93aba273d3d455b4175cbc8

diff --git a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
deleted file mode 100644
index af58d970b6dd..
--- a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-CDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${CDEPEND}
-   test? (
-   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # relies on specific test runner name
-   sed -i -e 's:run\.py:unittest_or_fail.py:' \
-   keystoneauth1/tests/unit/test_session.py || die
-   # remove the test that requires hacking
-   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   eunittest -b
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-06-28 Thread Arthur Zamarin
commit: ea75b282ffac9f09a7eabb6ab4dab05dd0a5e4c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 28 19:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 28 19:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea75b282

dev-python/keystoneauth: Stabilize 4.6.0 ALLARCHES, #854951

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
index ced69f35280b..642b81d5869f 100644
--- a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 CDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-05-28 Thread Jakov Smolić
commit: 876ce96d39678a6ec0bb9a70ecb01bd18d47617c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 28 20:21:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 28 21:08:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876ce96d

dev-python/keystoneauth: keyword 4.6.0 for ~riscv

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
index 3be77a24f5f4..ced69f35280b 100644
--- a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 CDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-05-20 Thread Michał Górny
commit: bdca96ae06e272f0a3a2f7b8fb89c8d336afb07d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 05:40:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 06:47:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdca96ae

dev-python/keystoneauth: Bump to 4.6.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.6.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 47ebd25c1298..0629976d5c18 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-4.5.0.tar.gz 266418 BLAKE2B 
cd56e6d62e185ded667b2e9a53478e65fdea7eea203e3598193b34137297a5b75e315433882a08d16f360936208eb55c6d4e5c80e64161f1ce00db2633e59d7a
 SHA512 
eebf9f15624d4544351b26e80af4023dab3a60ad2848b14c1cf6ab4deab50d2c9812747f3e737aacd9e49eacaff3960d8cb1432067d2648d7d2552fdad907457
+DIST keystoneauth1-4.6.0.tar.gz 267019 BLAKE2B 
ad1df2ce6f88ca03f1c9cde6bd84014fc7afedb3fb2375bc95461bab466f82464393e20919e4e506bce2cdbf1283ef53777c7ab3e92e2195b21d95459814f408
 SHA512 
fe6fbb0e47fb3608b0653362da0d19bdcb7055f9d043c776d487a2f6af76bda1cc1d8a2b87a771cafb54d0cd349695618428ed7dd93aba273d3d455b4175cbc8

diff --git a/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
new file mode 100644
index ..3be77a24f5f4
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.6.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+CDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${CDEPEND}
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-04-01 Thread Michał Górny
commit: 45f0e0e518a9c6de61216abf66de2ebaa13a34cf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  1 18:43:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  1 18:43:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f0e0e5

dev-python/keystoneauth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 -
 .../keystoneauth/keystoneauth-4.4.0-r1.ebuild  | 62 --
 dev-python/keystoneauth/keystoneauth-4.4.0.ebuild  | 55 ---
 3 files changed, 118 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index d8eefc9934a5..47ebd25c1298 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.4.0.tar.gz 266308 BLAKE2B 
471b6662c27b5cc36dfde76e17f6855d5e840280a05c5c23bbda97b2e75b8fbc44e815994de514a475424476ed4d627930f993ed5fc7109fa3a2a99acf42dde2
 SHA512 
208b02c8df8a5cbdad1ca66c665d547b375eac2fa0d3aeb6dea3f9ed7ba0e799568e4407b8771df5a362d4275fb6a9b2fe2e3a9287b3817da43463356bc593a3
 DIST keystoneauth1-4.5.0.tar.gz 266418 BLAKE2B 
cd56e6d62e185ded667b2e9a53478e65fdea7eea203e3598193b34137297a5b75e315433882a08d16f360936208eb55c6d4e5c80e64161f1ce00db2633e59d7a
 SHA512 
eebf9f15624d4544351b26e80af4023dab3a60ad2848b14c1cf6ab4deab50d2c9812747f3e737aacd9e49eacaff3960d8cb1432067d2648d7d2552fdad907457

diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.4.0-r1.ebuild
deleted file mode 100644
index 3ca12335eaae..
--- a/dev-python/keystoneauth/keystoneauth-4.4.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-CDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${CDEPEND}
-   test? (
-   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # relies on specific test runner name
-   sed -i -e 's:run\.py:unittest_or_fail.py:' \
-   keystoneauth1/tests/unit/test_session.py || die
-   # remove the test that requires hacking
-   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   eunittest -b
-}

diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
deleted file mode 100644
index b9dd7b905ece..
--- a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"
-BDEPEND=

[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-04-01 Thread Arthur Zamarin
commit: 7dc898d36644926a55e94cde26192283d1cc66ed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 17:33:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 17:33:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc898d3

dev-python/keystoneauth: Stabilize 4.5.0 arm64, #836492

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
index 42dc563e90f6..ccb3b2995708 100644
--- a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="~amd64 ~arm arm64 x86"
 
 CDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-04-01 Thread Arthur Zamarin
commit: f1698ece4afd1f8ff6eae8c06793e78186afe52d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 17:33:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 17:33:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1698ece

dev-python/keystoneauth: Stabilize 4.5.0 amd64, #836492

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
index ccb3b2995708..af58d970b6dd 100644
--- a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 CDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-04-01 Thread Arthur Zamarin
commit: 8a1d4d9db28d78d4b1b0b746de31fc7ee9ac59c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 17:32:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 17:32:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1d4d9d

dev-python/keystoneauth: Stabilize 4.5.0 x86, #836492

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
index 3be77a24f5f4..42dc563e90f6 100644
--- a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 CDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-03-09 Thread Arthur Zamarin
commit: b002f47cf6aab4958b091a33882517276bcb1ba6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar  9 18:09:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  9 18:26:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b002f47c

dev-python/keystoneauth: add 4.5.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.5.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index c8d6357e3a33..d8eefc9934a5 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-4.4.0.tar.gz 266308 BLAKE2B 
471b6662c27b5cc36dfde76e17f6855d5e840280a05c5c23bbda97b2e75b8fbc44e815994de514a475424476ed4d627930f993ed5fc7109fa3a2a99acf42dde2
 SHA512 
208b02c8df8a5cbdad1ca66c665d547b375eac2fa0d3aeb6dea3f9ed7ba0e799568e4407b8771df5a362d4275fb6a9b2fe2e3a9287b3817da43463356bc593a3
+DIST keystoneauth1-4.5.0.tar.gz 266418 BLAKE2B 
cd56e6d62e185ded667b2e9a53478e65fdea7eea203e3598193b34137297a5b75e315433882a08d16f360936208eb55c6d4e5c80e64161f1ce00db2633e59d7a
 SHA512 
eebf9f15624d4544351b26e80af4023dab3a60ad2848b14c1cf6ab4deab50d2c9812747f3e737aacd9e49eacaff3960d8cb1432067d2648d7d2552fdad907457

diff --git a/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
new file mode 100644
index ..3be77a24f5f4
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.5.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+CDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${CDEPEND}
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2022-02-24 Thread Michał Górny
commit: 9778ddcfbd9fc770e06c8ad727cd66e1af9be532
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 24 17:29:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 24 18:08:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9778ddcf

dev-python/keystoneauth: PEP517, py3.10

Signed-off-by: Michał Górny  gentoo.org>

 .../keystoneauth/keystoneauth-4.4.0-r1.ebuild  | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.4.0-r1.ebuild
new file mode 100644
index ..3ca12335eaae
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.4.0-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+CDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${CDEPEND}
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-12-17 Thread Michał Górny
commit: df7179b6273416b3454782ccf6c4bbab1e7d8be3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 17 08:14:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 17 09:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7179b6

dev-python/keystoneauth: Remove the test dep on hacking

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
index 22f4c3cc4606..1ea4600cfbf7 100644
--- a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
@@ -27,7 +27,6 @@ BDEPEND="${CDEPEND}
test? (
>=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   dev-python/hacking[${PYTHON_USEDEP}]
>=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
>=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
@@ -46,6 +45,8 @@ src_prepare() {
# relies on specific test runner name
sed -i -e 's:run\.py:unittest_or_fail.py:' \
keystoneauth1/tests/unit/test_session.py || die
+   # remove the test that requires hacking
+   rm keystoneauth1/tests/unit/test_hacking_checks.py || die
distutils-r1_src_prepare
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-10-23 Thread Arthur Zamarin
commit: b6ea3e426f0d1dfc6364edbfe63915c394216c10
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 24 05:10:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 24 05:13:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ea3e42

dev-python/keystoneauth: drop 4.2.1-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 -
 .../keystoneauth/keystoneauth-4.2.1-r1.ebuild  | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index bc44361be75..c8d6357e3a3 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.2.1.tar.gz 258328 BLAKE2B 
62f8b065a77d4150c9491f4352a3a2d37d42cc54df8db6a1eabdbe93f18714838ebed2dec0d6188e91f2dc3708b0c3cfbcf17a96411df05dd96c409a1b6c8beb
 SHA512 
cb137d259dba7cab31fa39293d40d6654c6b36157f088948995d55755fb4dc8c29df1f978a58fbc0881516f11db840f0a25c7621bb092ab95d901dde6bd210ca
 DIST keystoneauth1-4.4.0.tar.gz 266308 BLAKE2B 
471b6662c27b5cc36dfde76e17f6855d5e840280a05c5c23bbda97b2e75b8fbc44e815994de514a475424476ed4d627930f993ed5fc7109fa3a2a99acf42dde2
 SHA512 
208b02c8df8a5cbdad1ca66c665d547b375eac2fa0d3aeb6dea3f9ed7ba0e799568e4407b8771df5a362d4275fb6a9b2fe2e3a9287b3817da43463356bc593a3

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
deleted file mode 100644
index 184945d166e..000
--- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"
-BDEPEND="${CDEPEND}
-   test? (
-   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   dev-python/hacking[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # relies on specific test runner name
-   sed -i -e 's:run\.py:unittest_or_fail.py:' \
-   keystoneauth1/tests/unit/test_session.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   eunittest -b
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-10-23 Thread Sam James
commit: 387c3fd416808146616952d7dccda44556b70b5b
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:14:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:14:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387c3fd4

dev-python/keystoneauth: Stabilize 4.4.0 ALLARCHES, #819816

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
index 5746cf0d398..22f4c3cc460 100644
--- a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-09-17 Thread Michał Górny
commit: 90f3d0c3705fc0dec6a1c6d4b0b40cd0f6718080
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 17 22:04:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 17 22:04:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f3d0c3

dev-python/keystoneauth: Bump to 4.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.4.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index d5650595b55..bc44361be75 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-4.2.1.tar.gz 258328 BLAKE2B 
62f8b065a77d4150c9491f4352a3a2d37d42cc54df8db6a1eabdbe93f18714838ebed2dec0d6188e91f2dc3708b0c3cfbcf17a96411df05dd96c409a1b6c8beb
 SHA512 
cb137d259dba7cab31fa39293d40d6654c6b36157f088948995d55755fb4dc8c29df1f978a58fbc0881516f11db840f0a25c7621bb092ab95d901dde6bd210ca
+DIST keystoneauth1-4.4.0.tar.gz 266308 BLAKE2B 
471b6662c27b5cc36dfde76e17f6855d5e840280a05c5c23bbda97b2e75b8fbc44e815994de514a475424476ed4d627930f993ed5fc7109fa3a2a99acf42dde2
 SHA512 
208b02c8df8a5cbdad1ca66c665d547b375eac2fa0d3aeb6dea3f9ed7ba0e799568e4407b8771df5a362d4275fb6a9b2fe2e3a9287b3817da43463356bc593a3

diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
new file mode 100644
index 000..5746cf0d398
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"
+BDEPEND="${CDEPEND}
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   dev-python/hacking[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-07-06 Thread Michał Górny
commit: 3f9a03e174d3b716f03c8bd4a18b79ffcf8aa6d1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  7 06:32:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  7 06:33:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9a03e1

dev-python/keystoneauth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
deleted file mode 100644
index e16f73ab9d6..000
--- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-07-06 Thread Sam James
commit: 9a22574ac3c647587c1ad90c2a3d37843683d5bb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 23:20:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 23:20:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a22574a

dev-python/keystoneauth: Stabilize 4.2.1-r1 arm64, #797472

Signed-off-by: Sam James  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
index 7c32b61382e..184945d166e 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-06-25 Thread Sam James
commit: 0b97c29f56090a0ab8857dd54af5036f6f9f0384
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 26 02:55:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 26 02:55:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b97c29f

dev-python/keystoneauth: Keyword 4.2.1-r1 arm64, #797793

Signed-off-by: Sam James  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
index 86d86978d68..7c32b61382e 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-06-24 Thread Sam James
commit: 2fef8edcdd44d05f02da6f6f81241c887804f22a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 24 23:56:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 24 23:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fef8edc

dev-python/keystoneauth: Keyword 4.2.1-r1 arm, #797793

Signed-off-by: Sam James  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
index 905b712644b..86d86978d68 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-06-23 Thread Michał Górny
commit: 23542cab97279510279a6cb31c4bc9b361986672
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 23 10:13:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 23 10:13:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23542cab

dev-python/keystoneauth: Add python@ as co-maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/keystoneauth/metadata.xml 
b/dev-python/keystoneauth/metadata.xml
index 3f6772bf414..09ca70dc5af 100644
--- a/dev-python/keystoneauth/metadata.xml
+++ b/dev-python/keystoneauth/metadata.xml
@@ -5,6 +5,10 @@
prometheanf...@gentoo.org
Matthew Thode

+   
+   pyt...@gentoo.org
+   Python
+   


openstack/keystoneauth



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-06-23 Thread Michał Górny
commit: a0a47486c1756f3c68ca857f48e3806da133ba2f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 23 10:01:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 23 10:09:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a47486

dev-python/keystoneauth: Enable py3.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +-
 dev-python/keystoneauth/keystoneauth-4.2.1.ebuild| 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
index 9e4dfcbc879..905b712644b 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
 DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
index 359f7c6b0ab..e16f73ab9d6 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
+PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
 DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2021-06-23 Thread Michał Górny
commit: 2efaefc909376f33e4bca7dbf7e24b190f5c16a4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 23 09:57:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 23 10:07:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efaefc9

dev-python/keystoneauth: Enable tests

Signed-off-by: Michał Górny  gentoo.org>

 .../keystoneauth/keystoneauth-4.2.1-r1.ebuild  | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
new file mode 100644
index 000..9e4dfcbc879
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"
+BDEPEND="${CDEPEND}
+   test? (
+   >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   dev-python/hacking[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # relies on specific test runner name
+   sed -i -e 's:run\.py:unittest_or_fail.py:' \
+   keystoneauth1/tests/unit/test_session.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   eunittest -b
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-11-15 Thread Michał Górny
commit: 62a05d536ca665cdc74d83122d07716c6bf99d52
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 23:57:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 23:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a05d53

dev-python/keystoneauth: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-4.0.1.ebuild | 28 ---
 2 files changed, 29 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 71b6a8da32a..d5650595b55 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.0.1.tar.gz 257456 BLAKE2B 
0903e782fcd291ba4c15ddbbec684c8f5c898062fdad0b34e8da892fb501a412108affd1d3ed7b9dc4e259b67bbe90dd361ab623da07f7ab97c32c1da6f5a1ad
 SHA512 
b20e02dd521bb45406586f7ebdcbfe48ff22f4820950bbfa280a5fc969bc9cdacaff69678958412cd5880b732642cdd2079c228c9679e372ad76bef625e85c35
 DIST keystoneauth1-4.2.1.tar.gz 258328 BLAKE2B 
62f8b065a77d4150c9491f4352a3a2d37d42cc54df8db6a1eabdbe93f18714838ebed2dec0d6188e91f2dc3708b0c3cfbcf17a96411df05dd96c409a1b6c8beb
 SHA512 
cb137d259dba7cab31fa39293d40d6654c6b36157f088948995d55755fb4dc8c29df1f978a58fbc0881516f11db840f0a25c7621bb092ab95d901dde6bd210ca

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
deleted file mode 100644
index 8e061d534fe..000
--- a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-11-15 Thread Sam James
commit: c0a5563a1afcd7d9834b50f37c15da1c7c6c28d2
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 15 23:45:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 15 23:45:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a5563a

dev-python/keystoneauth: Stabilize 4.2.1 ALLARCHES, #754456

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
index e3d33b772a0..fde0ffb53f5 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-11-14 Thread Michał Górny
commit: 7508e28c2a05fde54af254ec2d93893e5ec0b8b1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 14 21:31:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 14 21:52:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7508e28c

dev-python/keystoneauth: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/keystoneauth/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/keystoneauth/metadata.xml 
b/dev-python/keystoneauth/metadata.xml
index 649f2c12e07..3f6772bf414 100644
--- a/dev-python/keystoneauth/metadata.xml
+++ b/dev-python/keystoneauth/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

openstack/keystoneauth
keystoneauth1



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-10-10 Thread Matthew Thode
commit: bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 10 23:09:13 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Oct 10 23:09:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71ddcf

dev-python/keystoneauth: fix very silly bug

Closes: https://bugs.gentoo.org/747703
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
index e1333cf7d22..e3d33b772a0 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-10-10 Thread Matthew Thode
commit: d70e08faec77b9abdedf6369c1811615913fcb3c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 10 20:16:19 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Oct 10 20:16:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70e08fa

dev-python/keystoneauth: 4.2.1 bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 7f4316ebf71..71b6a8da32a 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-4.0.1.tar.gz 257456 BLAKE2B 
0903e782fcd291ba4c15ddbbec684c8f5c898062fdad0b34e8da892fb501a412108affd1d3ed7b9dc4e259b67bbe90dd361ab623da07f7ab97c32c1da6f5a1ad
 SHA512 
b20e02dd521bb45406586f7ebdcbfe48ff22f4820950bbfa280a5fc969bc9cdacaff69678958412cd5880b732642cdd2079c228c9679e372ad76bef625e85c35
+DIST keystoneauth1-4.2.1.tar.gz 258328 BLAKE2B 
62f8b065a77d4150c9491f4352a3a2d37d42cc54df8db6a1eabdbe93f18714838ebed2dec0d6188e91f2dc3708b0c3cfbcf17a96411df05dd96c409a1b6c8beb
 SHA512 
cb137d259dba7cab31fa39293d40d6654c6b36157f088948995d55755fb4dc8c29df1f978a58fbc0881516f11db840f0a25c7621bb092ab95d901dde6bd210ca

diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
new file mode 100644
index 000..e1333cf7d22
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-07-18 Thread Matthew Thode
commit: a663e774fce866e5b1c0901c20d3ca7aee1ad7c0
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 18 22:18:16 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 18 22:30:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a663e774

dev-python/keystoneauth: 4.0.1 stable amd64/x86

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-4.0.0.ebuild | 28 ---
 dev-python/keystoneauth/keystoneauth-4.0.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 58fc65ffe40..7f4316ebf71 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-4.0.0.tar.gz 256925 BLAKE2B 
3ba149f9333a42c8fc2f876cf3ee4533633ed881a90f2fd944ee1c245d94dab548ea1c363f2085bc995dd588d8d355d779d9357885ecd0ee9c73115216010388
 SHA512 
c24d10b2ae6318c22bd62596dda952a36ec8ede8a6436aa111657a984b2b3be72e55895c009317b2ad652979701d4dca6f2c3e1764ada20d1c7b676f072f5614
 DIST keystoneauth1-4.0.1.tar.gz 257456 BLAKE2B 
0903e782fcd291ba4c15ddbbec684c8f5c898062fdad0b34e8da892fb501a412108affd1d3ed7b9dc4e259b67bbe90dd361ab623da07f7ab97c32c1da6f5a1ad
 SHA512 
b20e02dd521bb45406586f7ebdcbfe48ff22f4820950bbfa280a5fc969bc9cdacaff69678958412cd5880b732642cdd2079c228c9679e372ad76bef625e85c35

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
deleted file mode 100644
index 60b0dac745a..000
--- a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
index 9af2bde54fb..8e061d534fe 100644
--- a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-07-16 Thread Sam James
commit: 8b0475ad3e770b5af2d535370b8e9df990ff17ce
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:49:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0475ad

dev-python/keystoneauth: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
index 21ce2d584e8..9af2bde54fb 100644
--- a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-07-01 Thread Matthew Thode
commit: 944f663c6c32d4bac4f5cc1fdf17f9fdafbc
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul  1 16:26:41 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Jul  1 16:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944f663c

dev-python/keystoneauth: 4.0.1 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.0.1.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index e45194a1892..0709a188ab0 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1,3 @@
 DIST keystoneauth1-3.17.2.tar.gz 253877 BLAKE2B 
9a8f10a5a535ee6ee02859f6a7da38777af250303d0be0feed266c677fea3f6bd465e3e14309c38f67dc5886c846a6aa9a9a7438f5e511f7a80782e29ce88b52
 SHA512 
6ead83db401d9bb31df87da5c9eff576f621d0b0964c9423de6cdd45777b9a2e3cef27fc20d91fc01b82c64b9b0ffcb83f270b4df7b740319809207ed0b2cb2a
 DIST keystoneauth1-4.0.0.tar.gz 256925 BLAKE2B 
3ba149f9333a42c8fc2f876cf3ee4533633ed881a90f2fd944ee1c245d94dab548ea1c363f2085bc995dd588d8d355d779d9357885ecd0ee9c73115216010388
 SHA512 
c24d10b2ae6318c22bd62596dda952a36ec8ede8a6436aa111657a984b2b3be72e55895c009317b2ad652979701d4dca6f2c3e1764ada20d1c7b676f072f5614
+DIST keystoneauth1-4.0.1.tar.gz 257456 BLAKE2B 
0903e782fcd291ba4c15ddbbec684c8f5c898062fdad0b34e8da892fb501a412108affd1d3ed7b9dc4e259b67bbe90dd361ab623da07f7ab97c32c1da6f5a1ad
 SHA512 
b20e02dd521bb45406586f7ebdcbfe48ff22f4820950bbfa280a5fc969bc9cdacaff69678958412cd5880b732642cdd2079c228c9679e372ad76bef625e85c35

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
new file mode 100644
index 000..21ce2d584e8
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-06-20 Thread Matthew Thode
commit: 4c961b14cf343fa0a86bfd322b2122d5b735f3f0
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jun 20 19:17:00 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jun 20 19:23:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c961b14

dev-python/keystoneauth: 4.0.0 add py36 flag

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
index d60a54111e5..60b0dac745a 100644
--- a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-05-30 Thread Matthew Thode
commit: bb1d70518b92a1e3a8c169f18557f80533edef42
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 30 17:38:22 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 30 17:38:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1d7051

dev-python/keystoneauth: 4.0.0 allarches stablized

Stablized for Openstack USSURI

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
index 84a1f46cc6c..d60a54111e5 100644
--- a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-05-16 Thread Matthew Thode
commit: 5f1ae3504d4c2605f093b9108afb3ca307e63f64
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 16 21:06:19 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 16 21:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1ae350

dev-python/keystoneauth: 4.0.0 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.0.0.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 4a939817a37..e45194a1892 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-3.17.2.tar.gz 253877 BLAKE2B 
9a8f10a5a535ee6ee02859f6a7da38777af250303d0be0feed266c677fea3f6bd465e3e14309c38f67dc5886c846a6aa9a9a7438f5e511f7a80782e29ce88b52
 SHA512 
6ead83db401d9bb31df87da5c9eff576f621d0b0964c9423de6cdd45777b9a2e3cef27fc20d91fc01b82c64b9b0ffcb83f270b4df7b740319809207ed0b2cb2a
+DIST keystoneauth1-4.0.0.tar.gz 256925 BLAKE2B 
3ba149f9333a42c8fc2f876cf3ee4533633ed881a90f2fd944ee1c245d94dab548ea1c363f2085bc995dd588d8d355d779d9357885ecd0ee9c73115216010388
 SHA512 
c24d10b2ae6318c22bd62596dda952a36ec8ede8a6436aa111657a984b2b3be72e55895c009317b2ad652979701d4dca6f2c3e1764ada20d1c7b676f072f5614

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
new file mode 100644
index 000..84a1f46cc6c
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-03-25 Thread Matthew Thode
commit: 1a23c8cbc4ba513a65096650f3a401c4a4421c17
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 25 16:13:23 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Mar 25 16:17:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a23c8cb

dev-python/keystoneauth: 3.17.2 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 -
 dev-python/keystoneauth/keystoneauth-3.17.1.ebuild | 28 --
 dev-python/keystoneauth/keystoneauth-3.17.2.ebuild |  2 +-
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 4b4dba85b0d..4a939817a37 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-3.17.1.tar.gz 253985 BLAKE2B 
4df40a5cb993d6bec3972152d7557c03b9283621f58f4c6d29b680eafabaa0ee4ec60dc52851738f22c6f3182339e6bb0554e6a4ce9ace30473a902b74a57b52
 SHA512 
ca2f5a46450ed9a772bfbf882ab23ac4f251b2209ad038190fca41af0626616ae4f607ae03fb837b1e7bd87c2c239dfae64bc122ffc8db551451d95353743016
 DIST keystoneauth1-3.17.2.tar.gz 253877 BLAKE2B 
9a8f10a5a535ee6ee02859f6a7da38777af250303d0be0feed266c677fea3f6bd465e3e14309c38f67dc5886c846a6aa9a9a7438f5e511f7a80782e29ce88b52
 SHA512 
6ead83db401d9bb31df87da5c9eff576f621d0b0964c9423de6cdd45777b9a2e3cef27fc20d91fc01b82c64b9b0ffcb83f270b4df7b740319809207ed0b2cb2a

diff --git a/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
deleted file mode 100644
index 60b0dac745a..000
--- a/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild
index 21ce2d584e8..60b0dac745a 100644
--- a/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-03-25 Thread Matthew Thode
commit: 095f26a92990bdc789ed268678f492d0f76c6640
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 25 16:14:33 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Mar 25 16:17:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095f26a9

dev-python/keystoneauth: fix metadata

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/keystoneauth/metadata.xml 
b/dev-python/keystoneauth/metadata.xml
index 89e7da46475..649f2c12e07 100644
--- a/dev-python/keystoneauth/metadata.xml
+++ b/dev-python/keystoneauth/metadata.xml
@@ -5,9 +5,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   This package contains tools for authenticating to an 
OpenStack-based cloud.
-   

openstack/keystoneauth
keystoneauth1



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-02-25 Thread Matthew Thode
commit: c76a79fffe7cf49244062dbaa943facd3aa58cfc
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 25 17:50:39 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Feb 25 17:52:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a79ff

dev-python/keystoneauth: 3.17.2 bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-3.17.2.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index b0e466a16e1..4b4dba85b0d 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-3.17.1.tar.gz 253985 BLAKE2B 
4df40a5cb993d6bec3972152d7557c03b9283621f58f4c6d29b680eafabaa0ee4ec60dc52851738f22c6f3182339e6bb0554e6a4ce9ace30473a902b74a57b52
 SHA512 
ca2f5a46450ed9a772bfbf882ab23ac4f251b2209ad038190fca41af0626616ae4f607ae03fb837b1e7bd87c2c239dfae64bc122ffc8db551451d95353743016
+DIST keystoneauth1-3.17.2.tar.gz 253877 BLAKE2B 
9a8f10a5a535ee6ee02859f6a7da38777af250303d0be0feed266c677fea3f6bd465e3e14309c38f67dc5886c846a6aa9a9a7438f5e511f7a80782e29ce88b52
 SHA512 
6ead83db401d9bb31df87da5c9eff576f621d0b0964c9423de6cdd45777b9a2e3cef27fc20d91fc01b82c64b9b0ffcb83f270b4df7b740319809207ed0b2cb2a

diff --git a/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild
new file mode 100644
index 000..21ce2d584e8
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.17.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-02-25 Thread Matthew Thode
commit: 114f4fb6cc31481cb7d5496cc062e59ef7a47f28
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 25 16:48:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Feb 25 16:48:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114f4fb6

dev-python/keystoneauth: cleanup

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest   |  4 
 dev-python/keystoneauth/keystoneauth-3.1.0.ebuild  | 28 --
 dev-python/keystoneauth/keystoneauth-3.10.0.ebuild | 28 --
 dev-python/keystoneauth/keystoneauth-3.13.1.ebuild | 28 --
 dev-python/keystoneauth/keystoneauth-3.4.0.ebuild  | 27 -
 5 files changed, 115 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 5757e30e68d..b0e466a16e1 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,5 +1 @@
-DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
-DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 
40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427
 SHA512 
ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
-DIST keystoneauth1-3.13.1.tar.gz 246906 BLAKE2B 
92877ef5a0ded692372521244c006f0a8ccbfc648c1ce058d8915189343d70278f529ced99f94ebabaefbb184490ea22546229c78f00e494011e5490886b057d
 SHA512 
ee83652b67032cd04e88c8c4fcce708d113bccd17cb62843b4a03845ffcd40632a10613759946fbc684a80c2391e144dcf37aecb41eb151ebe83e08f9e08a536
 DIST keystoneauth1-3.17.1.tar.gz 253985 BLAKE2B 
4df40a5cb993d6bec3972152d7557c03b9283621f58f4c6d29b680eafabaa0ee4ec60dc52851738f22c6f3182339e6bb0554e6a4ce9ace30473a902b74a57b52
 SHA512 
ca2f5a46450ed9a772bfbf882ab23ac4f251b2209ad038190fca41af0626616ae4f607ae03fb837b1e7bd87c2c239dfae64bc122ffc8db551451d95353743016
-DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
deleted file mode 100644
index c30d5bd027f..000
--- a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild
deleted file mode 100644
index e16c23beab6..000
--- a/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${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}]
-   >=dev-python/os-service-types-

[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2019-11-19 Thread Matthew Thode
commit: 3c1da2bff19262571cbacf844889e3b9c03b7886
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov 19 18:00:19 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Nov 19 18:35:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1da2bf

dev-python/keystoneauth: 3.17.1 allarches stablized

Stablized for Openstack Train

Package-Manager: Portage-2.3.76, Repoman-2.3.18
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
index 8e79f6d1abd..5b750dd57a1 100644
--- a/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2019-10-20 Thread Matthew Thode
commit: 442ed65d1943b9ae294c85d5bdb3f6d2d0ec116f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:45:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442ed65d

dev-python/keystoneauth: 3.17.1 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-3.17.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 189cae56e3a..5757e30e68d 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,4 +1,5 @@
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
 DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 
40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427
 SHA512 
ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
 DIST keystoneauth1-3.13.1.tar.gz 246906 BLAKE2B 
92877ef5a0ded692372521244c006f0a8ccbfc648c1ce058d8915189343d70278f529ced99f94ebabaefbb184490ea22546229c78f00e494011e5490886b057d
 SHA512 
ee83652b67032cd04e88c8c4fcce708d113bccd17cb62843b4a03845ffcd40632a10613759946fbc684a80c2391e144dcf37aecb41eb151ebe83e08f9e08a536
+DIST keystoneauth1-3.17.1.tar.gz 253985 BLAKE2B 
4df40a5cb993d6bec3972152d7557c03b9283621f58f4c6d29b680eafabaa0ee4ec60dc52851738f22c6f3182339e6bb0554e6a4ce9ace30473a902b74a57b52
 SHA512 
ca2f5a46450ed9a772bfbf882ab23ac4f251b2209ad038190fca41af0626616ae4f607ae03fb837b1e7bd87c2c239dfae64bc122ffc8db551451d95353743016
 DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
new file mode 100644
index 000..8e79f6d1abd
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2019-05-11 Thread Matthew Thode
commit: 3dab1e7c5f0d2860fb7f6edcdf4308a8383a92b2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 18:14:23 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 18:16:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dab1e7c

dev-python/keystoneauth: 3.13.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
index 8e79f6d1abd..5b750dd57a1 100644
--- a/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2019-04-09 Thread Matthew Thode
commit: 6c94a5bfce6a908e12fc7635f99c3d84540a4ae9
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:51:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c94a5bf

dev-python/keystoneauth: 3.13.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-3.13.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 1ceae05d246..189cae56e3a 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,3 +1,4 @@
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
 DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 
40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427
 SHA512 
ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
+DIST keystoneauth1-3.13.1.tar.gz 246906 BLAKE2B 
92877ef5a0ded692372521244c006f0a8ccbfc648c1ce058d8915189343d70278f529ced99f94ebabaefbb184490ea22546229c78f00e494011e5490886b057d
 SHA512 
ee83652b67032cd04e88c8c4fcce708d113bccd17cb62843b4a03845ffcd40632a10613759946fbc684a80c2391e144dcf37aecb41eb151ebe83e08f9e08a536
 DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
new file mode 100644
index 000..6c75c291f6e
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2018-08-30 Thread Matt Thode
commit: 79376705c45769163a4cbd99abc6db95c45ac37f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 20:43:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 21:34:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79376705

dev-python/keystoneauth: 3.10.0 bump for rocky

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-3.10.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index a70bc974a09..1ceae05d246 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1,3 @@
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
+DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 
40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427
 SHA512 
ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
 DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild
new file mode 100644
index 000..a1da7672be0
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.10.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2018-02-15 Thread Matt Thode
commit: d3c20ba529bbe7b9e5d91c5247551a5e9bef310a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 03:37:32 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 16 03:37:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c20ba5

dev-python/keystoneauth: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/keystoneauth/Manifest   |  5 
 dev-python/keystoneauth/keystoneauth-2.12.3.ebuild | 27 --
 dev-python/keystoneauth/keystoneauth-2.18.0.ebuild | 28 ---
 dev-python/keystoneauth/keystoneauth-2.20.0.ebuild | 32 --
 dev-python/keystoneauth/keystoneauth-2.4.1.ebuild  | 28 ---
 dev-python/keystoneauth/keystoneauth-2.4.2.ebuild  | 28 ---
 6 files changed, 148 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 5bd6870f65b..a70bc974a09 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,7 +1,2 @@
-DIST keystoneauth1-2.12.3.tar.gz 176768 BLAKE2B 
8f464fd8d0faa604d93bea85aefc216de3d4756afdcb9fb7fb2e1532c1a16fd176021b029377d450c561b2e9a5b085835a627a7541ff8009519d6822faee7d33
 SHA512 
85c35f6c39135176a5a0393fe56d006f5929fbec6a08f8ba03ea39ce458a8d9dde6ffdbce724bcbedfb72e7a895c9ad003d46b23884692eefa773ca9a085446a
-DIST keystoneauth1-2.18.0.tar.gz 184966 BLAKE2B 
7cc3fed32441a950af1ebd143a1aef47b2cbe937ff879d2c9a54a2d1e4d130297b323ea121fc99a97f2a011f0be13e83742731b36d7da7a315a701065c18670b
 SHA512 
71c584de03f89c7e469368221847a8d32cc0ceed5afbc4eafcf886ccbbbad225587e073a7d7f36c8f3768f391e7a3b9d54454f587018b8dbf385dc676a5fee6b
-DIST keystoneauth1-2.20.0.tar.gz 187746 BLAKE2B 
c47608115ce31bac39d7f410c9153feb37832d12c4eba536c94839aae39154047055baaff782bfb04f0ccfcb37b9a09a5a471970bab87eb64c0c0ee37a756eac
 SHA512 
43d949e46f743905e6987df9f923f222bf4b5622fd395c66da4dbed626d3ba80787a9e77340caf53018c7e277366851ffbfac0812c0f75f6c9c4755eebd852fb
-DIST keystoneauth1-2.4.1.tar.gz 150586 BLAKE2B 
78d3b5c99bf1d11573a7aba317aca669caee9b5a843eb7d25e3a51e315398617530c5beb9e067500d06922024cb9b5705cff1e9c9f25328e68d0e8155df26971
 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
-DIST keystoneauth1-2.4.2.tar.gz 151213 BLAKE2B 
aacdee83231982e919925aef9d305d517a00a4db323d407176296d8349d5afe01229429a00949ee2fc6adb49f655de840c90c1ab7d8b5dc5420a67f869522241
 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
 DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
deleted file mode 100644
index 1a36a64ad01..000
--- a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
deleted file mode 100644
index 26177796041..000
--- a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-bas

[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2018-02-15 Thread Matt Thode
commit: 1665c1bc276c6c5cae9c4f38e55a4dff003eedcd
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 03:36:36 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 16 03:36:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1665c1bc

dev-python/keystoneauth: 3.4.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-3.4.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 5a3ce513131..5bd6870f65b 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -4,3 +4,4 @@ DIST keystoneauth1-2.20.0.tar.gz 187746 BLAKE2B 
c47608115ce31bac39d7f410c9153feb
 DIST keystoneauth1-2.4.1.tar.gz 150586 BLAKE2B 
78d3b5c99bf1d11573a7aba317aca669caee9b5a843eb7d25e3a51e315398617530c5beb9e067500d06922024cb9b5705cff1e9c9f25328e68d0e8155df26971
 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 DIST keystoneauth1-2.4.2.tar.gz 151213 BLAKE2B 
aacdee83231982e919925aef9d305d517a00a4db323d407176296d8349d5afe01229429a00949ee2fc6adb49f655de840c90c1ab7d8b5dc5420a67f869522241
 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
+DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.4.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.4.0.ebuild
new file mode 100644
index 000..e636a0e9f38
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-08-27 Thread Matt Thode
commit: 991ed89384b14a9fbe311ebd3ba0768f3868d7b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 00:34:54 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 00:47:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991ed893

dev-python/keystoneauth: adding python3_6

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
index c9f5bf8a83f..6eadc0bcd03 100644
--- a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-08-27 Thread Matt Thode
commit: b7eb3a6705f49e5ce686b6d6c77393ef155a02bb
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 00:17:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 00:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb3a67

dev-python/keystoneauth: 3.1.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-3.1.0.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 85e30ba3e89..6d3ef931952 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -3,3 +3,4 @@ DIST keystoneauth1-2.18.0.tar.gz 184966 SHA256 
075a9ca7a8877c5885fa2487699015e45
 DIST keystoneauth1-2.20.0.tar.gz 187746 SHA256 
6bb45250f2e716302f9572f3f5440baf4b7339a93e0ea33c38ac501294da9b2e SHA512 
43d949e46f743905e6987df9f923f222bf4b5622fd395c66da4dbed626d3ba80787a9e77340caf53018c7e277366851ffbfac0812c0f75f6c9c4755eebd852fb
 WHIRLPOOL 
a7c2f38a99e69d5885f8420f1a0c06249630487f9c833015366bc90ce6c372a0aac2c2bb8104610fa0a5e9fd21d4a60ecb1fd5851c77d1787845d2a7780680ea
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
 DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189
+DIST keystoneauth1-3.1.0.tar.gz 217744 SHA256 
e5abfa8bbe866d52ca56afbe528d15214a60033cc1dc9804478cae7424f0f8fb SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
 WHIRLPOOL 
ab7888dfb85ac6b5e2e0acf35943cad714caae156d19619588ef2fe9532d03c354ba0bd6cd9753654f394f268990eea1915847b1ab6b5a9b4aa9c930bc280e65

diff --git a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
new file mode 100644
index 000..c9f5bf8a83f
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-06-04 Thread Justin Lecher
commit: f05d2a1ec804ca1364a3dfeb2cd165cdd2428944
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 07:15:22 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05d2a1e

dev-python/keystoneauth: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-2.20.0.ebuild | 32 ++
 dev-python/keystoneauth/metadata.xml   |  2 +-
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 37c08200ab2..85e30ba3e89 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,4 +1,5 @@
 DIST keystoneauth1-2.12.3.tar.gz 176768 SHA256 
921e31ebe93e97f771a228296a40559ed1ab96797f589af0e9ac1189ee21364b SHA512 
85c35f6c39135176a5a0393fe56d006f5929fbec6a08f8ba03ea39ce458a8d9dde6ffdbce724bcbedfb72e7a895c9ad003d46b23884692eefa773ca9a085446a
 WHIRLPOOL 
7ff4b2f2aef099d0d0e3720e2553b5fc91dff6a80f3335583a07afcf7708dcdae0a7386ffd782932a04b739697677b6aced5b5cadf2f2ebc141c5dc0db0240d4
 DIST keystoneauth1-2.18.0.tar.gz 184966 SHA256 
075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2 SHA512 
71c584de03f89c7e469368221847a8d32cc0ceed5afbc4eafcf886ccbbbad225587e073a7d7f36c8f3768f391e7a3b9d54454f587018b8dbf385dc676a5fee6b
 WHIRLPOOL 
4c1ba1f93d50a55ee547621416a424c68cff1d537f4b133fb2bc4673267c2e5b1b2c242ee90746774fce41d3a1cb3b8630ea4c4a4d62e21dd76ae15b84c4a617
+DIST keystoneauth1-2.20.0.tar.gz 187746 SHA256 
6bb45250f2e716302f9572f3f5440baf4b7339a93e0ea33c38ac501294da9b2e SHA512 
43d949e46f743905e6987df9f923f222bf4b5622fd395c66da4dbed626d3ba80787a9e77340caf53018c7e277366851ffbfac0812c0f75f6c9c4755eebd852fb
 WHIRLPOOL 
a7c2f38a99e69d5885f8420f1a0c06249630487f9c833015366bc90ce6c372a0aac2c2bb8104610fa0a5e9fd21d4a60ecb1fd5851c77d1787845d2a7780680ea
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
 DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189

diff --git a/dev-python/keystoneauth/keystoneauth-2.20.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.20.0.ebuild
new file mode 100644
index 000..472260f11c9
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.20.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Authenticating to an OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.13.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}1-${PV}"

diff --git a/dev-python/keystoneauth/metadata.xml 
b/dev-python/keystoneauth/metadata.xml
index 8068da268b6..89e7da46475 100644
--- a/dev-python/keystoneauth/metadata.xml
+++ b/dev-python/keystoneauth/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 




[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-03-12 Thread Zac Medico
commit: b06fe5e927f35dedd4740f8a5ebe2effb632d271
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:49:47 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06fe5e9

dev-python/keystoneauth: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/keystoneauth/keystoneauth-2.12.3.ebuild | 2 +-
 dev-python/keystoneauth/keystoneauth-2.18.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
index b65ac100cf8..1a36a64ad01 100644
--- a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
index 9fd98485044..d66b091c87e 100644
--- a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-02-26 Thread Matt Thode
commit: e34891efdab906d79bf480e7bb70f7d48ace1e7a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 00:54:58 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 02:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34891ef

dev-python/keystoneauth: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-2.18.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index e74596fb9e..37c08200ab 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,3 +1,4 @@
 DIST keystoneauth1-2.12.3.tar.gz 176768 SHA256 
921e31ebe93e97f771a228296a40559ed1ab96797f589af0e9ac1189ee21364b SHA512 
85c35f6c39135176a5a0393fe56d006f5929fbec6a08f8ba03ea39ce458a8d9dde6ffdbce724bcbedfb72e7a895c9ad003d46b23884692eefa773ca9a085446a
 WHIRLPOOL 
7ff4b2f2aef099d0d0e3720e2553b5fc91dff6a80f3335583a07afcf7708dcdae0a7386ffd782932a04b739697677b6aced5b5cadf2f2ebc141c5dc0db0240d4
+DIST keystoneauth1-2.18.0.tar.gz 184966 SHA256 
075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2 SHA512 
71c584de03f89c7e469368221847a8d32cc0ceed5afbc4eafcf886ccbbbad225587e073a7d7f36c8f3768f391e7a3b9d54454f587018b8dbf385dc676a5fee6b
 WHIRLPOOL 
4c1ba1f93d50a55ee547621416a424c68cff1d537f4b133fb2bc4673267c2e5b1b2c242ee90746774fce41d3a1cb3b8630ea4c4a4d62e21dd76ae15b84c4a617
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
 DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189

diff --git a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
new file mode 100644
index 00..9fd9848504
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-02-24 Thread Matt Thode
commit: 4a72938d7550c613efd2d3ab53560c38b95a3915
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 24 17:30:50 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 24 17:30:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a72938d

dev-python/keystoneauth: clean up old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/keystoneauth/Manifest   |  1 -
 dev-python/keystoneauth/keystoneauth-2.12.2.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index d531ac9e9a..e74596fb9e 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,4 +1,3 @@
-DIST keystoneauth1-2.12.2.tar.gz 171693 SHA256 
ed1be2617fe684768e0cac8a49f5dfa7bf7ef7dd83efbd1c8ba6e6764d8d9ae9 SHA512 
3fe4c5e144fe2b810f815884ca0e81e9ae732715fac1f89a49a43dca918649ab8727d550d42683ba588ff0bae7908ef3d2bb8f411972d5e2ea1debe646777cb1
 WHIRLPOOL 
45455215c1d626150b426867537c70f2f93fed5bc282585833b4c53c0c26061e3944b08b063e980d5174d89494d2068b61bb42f61f8a4a510e079371f4d90eff
 DIST keystoneauth1-2.12.3.tar.gz 176768 SHA256 
921e31ebe93e97f771a228296a40559ed1ab96797f589af0e9ac1189ee21364b SHA512 
85c35f6c39135176a5a0393fe56d006f5929fbec6a08f8ba03ea39ce458a8d9dde6ffdbce724bcbedfb72e7a895c9ad003d46b23884692eefa773ca9a085446a
 WHIRLPOOL 
7ff4b2f2aef099d0d0e3720e2553b5fc91dff6a80f3335583a07afcf7708dcdae0a7386ffd782932a04b739697677b6aced5b5cadf2f2ebc141c5dc0db0240d4
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
 DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.2.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.2.ebuild
deleted file mode 100644
index 2b574fdf1b..00
--- a/dev-python/keystoneauth/keystoneauth-2.12.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-02-24 Thread Matt Thode
commit: 002cda1783ab86dd0333a5ac68befd136b2bc992
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 24 17:30:25 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 24 17:30:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002cda17

dev-python/keystoneauth: 2.12.3 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
index 38317e4d5d..9e109311bf 100644
--- a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2017-01-31 Thread Matt Thode
commit: 91a1e04df9dc253e11f54e3b1eeb98e2877e7a90
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jan 31 15:40:18 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jan 31 15:40:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a1e04d

dev-python/keystoneauth: bup

Package-Manager: portage-2.3.3

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-2.12.3.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 7f564c3..d531ac9 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,3 +1,4 @@
 DIST keystoneauth1-2.12.2.tar.gz 171693 SHA256 
ed1be2617fe684768e0cac8a49f5dfa7bf7ef7dd83efbd1c8ba6e6764d8d9ae9 SHA512 
3fe4c5e144fe2b810f815884ca0e81e9ae732715fac1f89a49a43dca918649ab8727d550d42683ba588ff0bae7908ef3d2bb8f411972d5e2ea1debe646777cb1
 WHIRLPOOL 
45455215c1d626150b426867537c70f2f93fed5bc282585833b4c53c0c26061e3944b08b063e980d5174d89494d2068b61bb42f61f8a4a510e079371f4d90eff
+DIST keystoneauth1-2.12.3.tar.gz 176768 SHA256 
921e31ebe93e97f771a228296a40559ed1ab96797f589af0e9ac1189ee21364b SHA512 
85c35f6c39135176a5a0393fe56d006f5929fbec6a08f8ba03ea39ce458a8d9dde6ffdbce724bcbedfb72e7a895c9ad003d46b23884692eefa773ca9a085446a
 WHIRLPOOL 
7ff4b2f2aef099d0d0e3720e2553b5fc91dff6a80f3335583a07afcf7708dcdae0a7386ffd782932a04b739697677b6aced5b5cadf2f2ebc141c5dc0db0240d4
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
 DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
new file mode 100644
index ..38317e4
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-11-17 Thread Matt Thode
commit: c3773b934e184800eded6bd0e54fe47c57079ee6
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov 17 18:40:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov 17 18:40:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3773b93

dev-python/keystoneauth: 2.4.2 stable amd64 and x86

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/keystoneauth/keystoneauth-2.4.2.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.4.2.ebuild
index 952630d..fb9c395 100644
--- a/dev-python/keystoneauth/keystoneauth-2.4.2.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.4.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-10-18 Thread Matt Thode
commit: 87f5849958c751ba01e2d458ac875d93105ecdd3
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 19 04:09:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct 19 04:09:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f58499

dev-python/keystoneauth: bup

Package-Manager: portage-2.3.0

 dev-python/keystoneauth/Manifest  |  3 ++-
 ...{keystoneauth-2.12.1.ebuild => keystoneauth-2.12.2.ebuild} |  0
 .../{keystoneauth-2.12.1.ebuild => keystoneauth-2.4.2.ebuild} | 11 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 22348e4..7f564c3 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1,3 @@
-DIST keystoneauth1-2.12.1.tar.gz 174620 SHA256 
939d89d2998368670f3aad736b7489b6186cceacc5e36623daebab2c07baacf0 SHA512 
ce8ecbbc246bf68d1c256754c6637f5477ebac0648065e54e3a63f921349c61c18bbe5f81c817b1fbb7eaed01948ef3b73f0f1e214f1af75f0203be4a8011508
 WHIRLPOOL 
2f75d5b52499129621268011c22572496704c6796c973d7f627fff6fc4ab2a05b3cf8f67edd8299b1cbc8529352a86cf7e6f71a0b89bdc1da24b4fa7cd5465df
+DIST keystoneauth1-2.12.2.tar.gz 171693 SHA256 
ed1be2617fe684768e0cac8a49f5dfa7bf7ef7dd83efbd1c8ba6e6764d8d9ae9 SHA512 
3fe4c5e144fe2b810f815884ca0e81e9ae732715fac1f89a49a43dca918649ab8727d550d42683ba588ff0bae7908ef3d2bb8f411972d5e2ea1debe646777cb1
 WHIRLPOOL 
45455215c1d626150b426867537c70f2f93fed5bc282585833b4c53c0c26061e3944b08b063e980d5174d89494d2068b61bb42f61f8a4a510e079371f4d90eff
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
+DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.2.ebuild
similarity index 100%
copy from dev-python/keystoneauth/keystoneauth-2.12.1.ebuild
copy to dev-python/keystoneauth/keystoneauth-2.12.2.ebuild

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.4.2.ebuild
similarity index 72%
rename from dev-python/keystoneauth/keystoneauth-2.12.1.ebuild
rename to dev-python/keystoneauth/keystoneauth-2.4.2.ebuild
index 4364126..fa1557e 100644
--- a/dev-python/keystoneauth/keystoneauth-2.12.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.4.2.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
 
 inherit distutils-r1
 
@@ -21,8 +21,9 @@ CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}"
 RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
>=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]"
+   >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-05-24 Thread Matt Thode
commit: 7d017a1dbcb82d41e70662fbc4afb6a76d1f5679
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May 24 19:39:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue May 24 23:16:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d017a1d

dev-python/keystoneauth: bup

Package-Manager: portage-2.2.28

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-2.4.1.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 473cd00..6e14536 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-2.4.0.tar.gz 151550 SHA256 
4d7fda675f47cab4456f0a4bae91899b37f38d540a6f0972a93935c75df8cb53 SHA512 
69614a96cddfa6652ba5ca0abcd44305be605c1b1359a62aadc8e5315a9ddb3442eef677688e8646feaab0d184d4a9c96071effb1b2b9044b7362c1727868ab6
 WHIRLPOOL 
91994ee1639e5f8da3a85560a53b61fa71ed8653d11ff897b05d06c7c3fb06b38803e0488fdbc9d8b953284f2b2a2fd7c6136a38f1aa3b4e669fb5daf044c69d
+DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43

diff --git a/dev-python/keystoneauth/keystoneauth-2.4.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.4.1.ebuild
new file mode 100644
index 000..fa1557e
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-03-29 Thread Matt Thode
commit: 1f8cb0370cc9d738d4bc0ee76003c48af1c299d3
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 29 18:25:52 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 29 18:25:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8cb037

dev-python/keystoneauth: remove old

Package-Manager: portage-2.2.26

 dev-python/keystoneauth/Manifest  |  1 -
 dev-python/keystoneauth/keystoneauth-2.3.0.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index e1ffdcc..473cd00 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1 @@
-DIST keystoneauth1-2.3.0.tar.gz 149266 SHA256 
27262621a8e74fe296f3c23a4b43dc9c1422670e89568626eb511163cb1c567c SHA512 
e41a84e46247abf54073d8aa978d5e0db8341bff6507d9cb7079230381e10ccd7f72f5478849c37d8e914b520392762270bf0495d0945e7a7b3e5cd72fdced34
 WHIRLPOOL 
41fe83b35055975ad4ff99a387e30aa512ea071856034ace7804b3ea6f7c9378f4b2268b9df023e92ccea92807b47bdfafffef9e964336acca36599c288654d2
 DIST keystoneauth1-2.4.0.tar.gz 151550 SHA256 
4d7fda675f47cab4456f0a4bae91899b37f38d540a6f0972a93935c75df8cb53 SHA512 
69614a96cddfa6652ba5ca0abcd44305be605c1b1359a62aadc8e5315a9ddb3442eef677688e8646feaab0d184d4a9c96071effb1b2b9044b7362c1727868ab6
 WHIRLPOOL 
91994ee1639e5f8da3a85560a53b61fa71ed8653d11ff897b05d06c7c3fb06b38803e0488fdbc9d8b953284f2b2a2fd7c6136a38f1aa3b4e669fb5daf044c69d

diff --git a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
deleted file mode 100644
index fa1557e..000
--- a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
-HOMEPAGE="https://github.com/openstack/keystoneauth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
-S="${WORKDIR}/${PN}1-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
-   !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-03-29 Thread Matt Thode
commit: 89edfcdf5872fe92c97f05959a8fd35b106b3016
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 29 18:25:04 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 29 18:25:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89edfcdf

dev-python/keystoneauth: bup

Package-Manager: portage-2.2.26

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-2.4.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 41e622a..e1ffdcc 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-2.3.0.tar.gz 149266 SHA256 
27262621a8e74fe296f3c23a4b43dc9c1422670e89568626eb511163cb1c567c SHA512 
e41a84e46247abf54073d8aa978d5e0db8341bff6507d9cb7079230381e10ccd7f72f5478849c37d8e914b520392762270bf0495d0945e7a7b3e5cd72fdced34
 WHIRLPOOL 
41fe83b35055975ad4ff99a387e30aa512ea071856034ace7804b3ea6f7c9378f4b2268b9df023e92ccea92807b47bdfafffef9e964336acca36599c288654d2
+DIST keystoneauth1-2.4.0.tar.gz 151550 SHA256 
4d7fda675f47cab4456f0a4bae91899b37f38d540a6f0972a93935c75df8cb53 SHA512 
69614a96cddfa6652ba5ca0abcd44305be605c1b1359a62aadc8e5315a9ddb3442eef677688e8646feaab0d184d4a9c96071effb1b2b9044b7362c1727868ab6
 WHIRLPOOL 
91994ee1639e5f8da3a85560a53b61fa71ed8653d11ff897b05d06c7c3fb06b38803e0488fdbc9d8b953284f2b2a2fd7c6136a38f1aa3b4e669fb5daf044c69d

diff --git a/dev-python/keystoneauth/keystoneauth-2.4.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.4.0.ebuild
new file mode 100644
index 000..fa1557e
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-03-27 Thread Matt Thode
commit: 460ae94e21b4d039bc90e9ff4e2c427cfe8d3840
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 28 02:40:10 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Mar 28 02:40:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460ae94e

dev-python/keystoneauth: fixing S to be correct

Package-Manager: portage-2.2.26

 dev-python/keystoneauth/keystoneauth-2.3.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
index 37743b9..fa1557e 100644
--- a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
@@ -10,6 +10,7 @@ inherit distutils-r1
 DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
 HOMEPAGE="https://github.com/openstack/keystoneauth";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2016-03-24 Thread Matt Thode
commit: 2972fe98ae386a9f10e1ff87246b4a3826ed158d
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 04:59:12 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 04:59:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2972fe98

dev-python/keystoneauth: adding for openstack mitaka

Package-Manager: portage-2.2.26

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-2.3.0.ebuild | 28 +++
 dev-python/keystoneauth/metadata.xml  | 11 +
 3 files changed, 40 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
new file mode 100644
index 000..41e622a
--- /dev/null
+++ b/dev-python/keystoneauth/Manifest
@@ -0,0 +1 @@
+DIST keystoneauth1-2.3.0.tar.gz 149266 SHA256 
27262621a8e74fe296f3c23a4b43dc9c1422670e89568626eb511163cb1c567c SHA512 
e41a84e46247abf54073d8aa978d5e0db8341bff6507d9cb7079230381e10ccd7f72f5478849c37d8e914b520392762270bf0495d0945e7a7b3e5cd72fdced34
 WHIRLPOOL 
41fe83b35055975ad4ff99a387e30aa512ea071856034ace7804b3ea6f7c9378f4b2268b9df023e92ccea92807b47bdfafffef9e964336acca36599c288654d2

diff --git a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
new file mode 100644
index 000..37743b9
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystoneauth/metadata.xml 
b/dev-python/keystoneauth/metadata.xml
new file mode 100644
index 000..0033887
--- /dev/null
+++ b/dev-python/keystoneauth/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   This package contains tools for authenticating to an 
OpenStack-based cloud.
+   
+