commit: 201e337663583a123970ec1f8ff8810e1e2bb215
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 21:17:12 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat May 16 21:21:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201e3376
sys-cluster/heat: 14.0.0 ussuri bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-cluster/heat/Manifest | 3 +++
.../{heat-2019.2.9999.ebuild => heat-14.0.0.ebuild} | 20 +++++++++++---------
sys-cluster/heat/heat-2019.2.9999.ebuild | 2 +-
...at-2019.2.9999.ebuild => heat-2020.1.9999.ebuild} | 20 +++++++++++---------
4 files changed, 26 insertions(+), 19 deletions(-)
diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 6a95dfe24a3..fc9d9481ae0 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,3 +1,6 @@
DIST heat.conf.sample-13.0.0 75054 BLAKE2B
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
SHA512
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
+DIST heat.conf.sample-14.0.0 76935 BLAKE2B
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
SHA512
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
DIST heat.conf.sample-2019.2.9999 75054 BLAKE2B
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
SHA512
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
+DIST heat.conf.sample-2020.1.9999 76935 BLAKE2B
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
SHA512
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
SHA512
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4
+DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
SHA512
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3
diff --git a/sys-cluster/heat/heat-2019.2.9999.ebuild
b/sys-cluster/heat/heat-14.0.0.ebuild
similarity index 91%
copy from sys-cluster/heat/heat-2019.2.9999.ebuild
copy to sys-cluster/heat/heat-14.0.0.ebuild
index ebfb8f30027..c779dc23fa9 100644
--- a/sys-cluster/heat/heat-2019.2.9999.ebuild
+++ b/sys-cluster/heat/heat-14.0.0.ebuild
@@ -2,20 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1 eutils linux-info user
+inherit distutils-r1 eutils linux-info
DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration
engine."
HOMEPAGE="https://launchpad.net/heat"
if [[ ${PV} == *9999 ]];then
inherit git-r3
-
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
-> heat.conf.sample-${PV}"
+
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
-> heat.conf.sample-${PV}"
EGIT_REPO_URI="https://github.com/openstack/heat.git"
- EGIT_BRANCH="stable/train"
+ EGIT_BRANCH="stable/ussuri"
else
-
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
-> heat.conf.sample-${PV}
+
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
-> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
@@ -42,7 +42,7 @@ RDEPEND="
!~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
>=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
>=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
!~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
@@ -76,21 +76,23 @@ RDEPEND="
>=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
>=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
>=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/python-ironicclient-2.8.0[${PYTHON_USEDEP}]
>=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
>=dev-python/python-magnumclient-2.3.0[${PYTHON_USEDEP}]
>=dev-python/python-manilaclient-1.16.0[${PYTHON_USEDEP}]
>=dev-python/python-mistralclient-3.1.0[${PYTHON_USEDEP}]
!~dev-python/python-mistralclient-3.2.0[${PYTHON_USEDEP}]
>=dev-python/python-monascaclient-1.12.0[${PYTHON_USEDEP}]
- >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
+ >=dev-python/python-neutronclient-6.14.0[${PYTHON_USEDEP}]
>=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
- >=dev-python/python-octaviaclient-1.3.0[${PYTHON_USEDEP}]
+ >=dev-python/python-octaviaclient-1.8.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
>=dev-python/python-saharaclient-1.4.0[${PYTHON_USEDEP}]
>=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
>=dev-python/python-troveclient-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-vitrageclient-2.7.0[${PYTHON_USEDEP}]
>=dev-python/python-zaqarclient-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/python-zunclient-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/python-zunclient-3.4.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
diff --git a/sys-cluster/heat/heat-2019.2.9999.ebuild
b/sys-cluster/heat/heat-2019.2.9999.ebuild
index ebfb8f30027..5ed1877bf95 100644
--- a/sys-cluster/heat/heat-2019.2.9999.ebuild
+++ b/sys-cluster/heat/heat-2019.2.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1 eutils linux-info user
+inherit distutils-r1 eutils linux-info
DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration
engine."
HOMEPAGE="https://launchpad.net/heat"
diff --git a/sys-cluster/heat/heat-2019.2.9999.ebuild
b/sys-cluster/heat/heat-2020.1.9999.ebuild
similarity index 91%
copy from sys-cluster/heat/heat-2019.2.9999.ebuild
copy to sys-cluster/heat/heat-2020.1.9999.ebuild
index ebfb8f30027..c779dc23fa9 100644
--- a/sys-cluster/heat/heat-2019.2.9999.ebuild
+++ b/sys-cluster/heat/heat-2020.1.9999.ebuild
@@ -2,20 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1 eutils linux-info user
+inherit distutils-r1 eutils linux-info
DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration
engine."
HOMEPAGE="https://launchpad.net/heat"
if [[ ${PV} == *9999 ]];then
inherit git-r3
-
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
-> heat.conf.sample-${PV}"
+
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
-> heat.conf.sample-${PV}"
EGIT_REPO_URI="https://github.com/openstack/heat.git"
- EGIT_BRANCH="stable/train"
+ EGIT_BRANCH="stable/ussuri"
else
-
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
-> heat.conf.sample-${PV}
+
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
-> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
@@ -42,7 +42,7 @@ RDEPEND="
!~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
>=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
>=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
!~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
@@ -76,21 +76,23 @@ RDEPEND="
>=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
>=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
>=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/python-ironicclient-2.8.0[${PYTHON_USEDEP}]
>=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
>=dev-python/python-magnumclient-2.3.0[${PYTHON_USEDEP}]
>=dev-python/python-manilaclient-1.16.0[${PYTHON_USEDEP}]
>=dev-python/python-mistralclient-3.1.0[${PYTHON_USEDEP}]
!~dev-python/python-mistralclient-3.2.0[${PYTHON_USEDEP}]
>=dev-python/python-monascaclient-1.12.0[${PYTHON_USEDEP}]
- >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
+ >=dev-python/python-neutronclient-6.14.0[${PYTHON_USEDEP}]
>=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
- >=dev-python/python-octaviaclient-1.3.0[${PYTHON_USEDEP}]
+ >=dev-python/python-octaviaclient-1.8.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
>=dev-python/python-saharaclient-1.4.0[${PYTHON_USEDEP}]
>=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
>=dev-python/python-troveclient-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-vitrageclient-2.7.0[${PYTHON_USEDEP}]
>=dev-python/python-zaqarclient-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/python-zunclient-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/python-zunclient-3.4.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]