From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-neutronclient/
Date: Sun, 27 Mar 2016 02:14:38 +0000 (UTC) [thread overview]
Message-ID: <1459044852.f321a80dd21e4b8e0f7fa2e05121e86a907ad210.prometheanfire@gentoo> (raw)
commit: f321a80dd21e4b8e0f7fa2e05121e86a907ad210
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 02:14:12 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 02:14:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f321a80d
dev-python/python-neutronclient: bup for mitaka
Package-Manager: portage-2.2.26
dev-python/python-neutronclient/Manifest | 1 +
.../python-neutronclient-3.1.1.ebuild | 2 +-
....1.ebuild => python-neutronclient-4.1.1.ebuild} | 37 +++++++++++-----------
3 files changed, 21 insertions(+), 19 deletions(-)
diff --git a/dev-python/python-neutronclient/Manifest b/dev-python/python-neutronclient/Manifest
index e54f1d4..55e2201 100644
--- a/dev-python/python-neutronclient/Manifest
+++ b/dev-python/python-neutronclient/Manifest
@@ -3,3 +3,4 @@ DIST python-neutronclient-2.4.0.tar.gz 137923 SHA256 4c5c3a79216c682926f75ffd8db
DIST python-neutronclient-2.6.0.tar.gz 141675 SHA256 ce72506c0720825edcb0e93b643340e044f1de9235d398fe1c45d851971020df SHA512 a14503ec5374f0edd647a4da5e75f5d6820388b73792a9c944537815e980e87890fea227b2d21e34207958350f6e08a002e6f09af5567e1b4d709e698ea040cb WHIRLPOOL 7d3e6b0baded7de81f2c010376e8b528a73715382a230ffc6790eaae58b54e9cb5765002d2a508953b22a498d5a60947decd0d2884254cb2cc12f7ae1550596f
DIST python-neutronclient-3.0.0.tar.gz 147616 SHA256 f6dc2e514e99df4f7eaf9f983a19344a5f38adf323d71f2908c872f8eba88e2f SHA512 f985c054f614d8ec2102d5323e7320c578dd11685f34d5e3f791c0ea3efea3780731da0f777a1544250029cd6dda8484af623c1f4537b45e49386e1ae1e9820b WHIRLPOOL f3323f28c36461b2b64897bd69d9453cf0f91c6497126e3e0d539652711f653e20ca340dfcce429f5342cb9a9397ccd42783a79d1c4baabf108aed569d50b521
DIST python-neutronclient-3.1.1.tar.gz 148206 SHA256 ac3b695f55e30e17e7f27554780adf413cb7b878be5b922712d7f8357a6dbcc5 SHA512 9b125befd971f3892388d2ded378500889525641918b53588e353503c75f4ef8005c2ece50b2df87c416b258de770b91b73b143f84a4901bdd7d804a07444b08 WHIRLPOOL 0e05430f5d1ddfb0f769624d648f2f6414b141a6d635941b1b416f98d01cbdb18a0d7643196547ae15bcf475ff1c946162ddd3c3547e2a162eef6eadb25a5926
+DIST python-neutronclient-4.1.1.tar.gz 187794 SHA256 4d5c60358272174afb019d68940f67ddad09367b2e6210e3206d19566777c293 SHA512 654a7e8d98b1b6c3fbd1a183196982ea8bb9a0a97707e7a4ddb4cde47a97e93c3356961193c305b3ab33cb8ee2273b1a941c2655e1f56a3e2a8131deaed54922 WHIRLPOOL ead87cb41f57f285a03583ca91e843a0f9c4edaefaa7020d38c949dbd56d46611f44e36c087a9684d2e87c0d236ff8124022b2afacd9b8438b6b8b6716ec9c81
diff --git a/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild b/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild
index 1c8a6ee..0ba426c 100644
--- a/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild
+++ b/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
REQUIRED_USE="test? ( doc )"
diff --git a/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild b/dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild
similarity index 70%
copy from dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild
copy to dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild
index 1c8a6ee..620f662 100644
--- a/dev-python/python-neutronclient/python-neutronclient-3.1.1.ebuild
+++ b/dev-python/python-neutronclient/python-neutronclient-4.1.1.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
inherit distutils-r1
@@ -13,28 +13,28 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
REQUIRED_USE="test? ( doc )"
-CDEPEND="
- >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
- <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
test? (
- >=dev-python/cliff-tablib-1.0[${PYTHON_USEDEP}]
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
>=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
>=dev-python/mock-1.2[${PYTHON_USEDEP}]
>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+ !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
- >=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/reno-0.1.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-0.7.0[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/tempest-lib-0.8.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/tempest-lib-0.14.0[${PYTHON_USEDEP}]
)
doc? (
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
@@ -44,18 +44,19 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND="
${CDEPEND}
- >=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
+ >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}]
+ !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
!~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/oslo-utils-2.6.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
- !~dev-python/requests-2.8.0[${PYTHON_USEDEP}]
- >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
- !~dev-python/python-keystoneclient-1.8.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
+ >=dev-python/os-client-config-1.13.1[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
+ !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
>=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]"
next reply other threads:[~2016-03-27 2:14 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-27 2:14 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 5:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-neutronclient/ Michał Górny
2024-09-20 7:46 Arthur Zamarin
2024-07-04 5:13 Michał Górny
2024-06-01 8:09 Michał Górny
2024-06-01 7:39 Arthur Zamarin
2024-05-22 8:03 Michał Górny
2024-05-17 6:25 Michał Górny
2024-03-16 12:08 Michał Górny
2024-03-16 11:21 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2023-12-09 15:13 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-05 15:22 Michał Górny
2023-11-16 13:27 Michał Górny
2023-08-12 3:05 Michał Górny
2023-08-12 0:10 Sam James
2023-07-07 3:15 Michał Górny
2023-06-11 16:15 Michał Górny
2023-06-11 13:53 Sam James
2023-05-11 17:58 Michał Górny
2023-03-25 5:02 Michał Górny
2023-03-24 21:00 Arthur Zamarin
2023-03-06 15:06 Michał Górny
2023-02-17 18:51 Michał Górny
2023-02-16 17:30 Michał Górny
2023-02-16 17:30 Michał Górny
2023-02-04 18:03 Michał Górny
2023-02-04 17:26 Sam James
2023-01-05 8:36 Michał Górny
2022-12-25 17:50 Michał Górny
2022-12-25 16:42 Sam James
2022-11-17 18:34 Arthur Zamarin
2022-10-03 6:56 Michał Górny
2022-10-03 0:44 Sam James
2022-08-31 19:08 Arthur Zamarin
2022-08-18 10:17 Michał Górny
2022-08-18 7:01 Agostino Sarubbo
2022-07-15 18:30 Arthur Zamarin
2022-06-05 5:46 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-04-01 18:48 Michał Górny
2022-04-01 18:00 Arthur Zamarin
2022-02-24 18:46 Michał Górny
2022-02-14 21:37 Michał Górny
2021-12-24 22:52 Michał Górny
2021-12-24 19:52 Arthur Zamarin
2021-12-24 17:05 Jakov Smolić
2021-11-23 20:30 Arthur Zamarin
2021-11-19 6:18 Arthur Zamarin
2021-11-05 15:29 Jakov Smolić
2021-10-04 22:58 Sam James
2021-09-30 17:59 Arthur Zamarin
2021-02-22 23:04 Matthew Thode
2020-11-24 8:18 Michał Górny
2020-11-24 7:20 Agostino Sarubbo
2020-11-14 22:28 Michał Górny
2020-10-15 22:20 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-18 17:06 Matthew Thode
2020-02-18 19:09 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-10-03 23:28 Matthew Thode
2019-05-11 19:25 Matthew Thode
2019-05-11 2:15 Matthew Thode
2019-04-10 22:44 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-05 21:33 Matt Thode
2018-06-24 14:22 Pacho Ramos
2018-03-31 1:54 Matt Thode
2018-02-24 5:51 Matt Thode
2017-09-16 15:01 Matt Thode
2017-08-28 21:52 Matt Thode
2017-08-22 16:29 Matt Thode
2017-02-27 5:45 Matt Thode
2016-08-06 16:51 Michał Górny
2016-03-14 15:11 Agostino Sarubbo
2016-02-28 6:12 Matt Thode
2016-01-19 16:12 Matt Thode
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-09-10 3:50 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459044852.f321a80dd21e4b8e0f7fa2e05121e86a907ad210.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox