From 1d38300fad4deded3489dbb246ffbee0b21df7ef Mon Sep 17 00:00:00 2001 From: Igor Yozhikov Date: Wed, 25 Jun 2014 19:19:50 +0400 Subject: [PATCH] Update requirements versions in specs Change-Id: I8ac9c7914f951b284f1b44818d18f0fb37e3971f --- debian/control | 55 ++++++++++++++++++----------------- rpm/SPECS/openstack-heat.spec | 50 ++++++++++++++++--------------- 2 files changed, 55 insertions(+), 50 deletions(-) diff --git a/debian/control b/debian/control index 781019b0..534e4b91 100644 --- a/debian/control +++ b/debian/control @@ -12,49 +12,50 @@ Uploaders: Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), - python-pbr (>= 0.5.21), + python-pbr (>= 0.6), Build-Depends-Indep: - python-babel, + python-pbr (>= 0.6), python-pbr (<< 1.0), + python-babel (>= 1.3), python-boto (>= 2.4), - python-ceilometerclient, - python-cinderclient, + python-ceilometerclient (>=1.0.6), + python-cinderclient (>=1.0.6), python-coverage, - python-crypto, + python-crypto (>= 2.6), python-eventlet (>= 0.12.0), python-extras, - python-glanceclient, + python-glanceclient (>= 1:0.9.0), python-greenlet (>= 0.3.2), - python-heatclient, - python-httplib2, - python-iso8601, - python-keystoneclient (>= 1:0.2.3), - python-kombu, + python-heatclient (>= 0.2.3), + python-httplib2 (>= 0.7.5), + python-iso8601 (>= 0.1.9), + python-keystoneclient (>= 1:0.7.0), + python-kombu (>= 2.4.8), python-lockfile (>= 0.8), python-lxml (>= 2.3), python-memcache, - python-migrate, - python-mox, - python-netaddr, - python-neutronclient (>= 1:2.2.0), - python-novaclient, - python-oslo.config, + python-migrate (>= 0.8.2), python-migrate (<< 0.8.4) | python-migrate (>> 0.8.4), + python-mox (>= 0.5.3), + python-netaddr (>= 0.7.6), + python-neutronclient (>= 1:2.3.4), python-neutronclient (<< 1:3), + python-novaclient (>= 2.17.0), + python-oslo.config (>= 1:1.2.0), python-oslosphinx, - python-paramiko, + python-paramiko (>= 1.9.0), python-paste, - python-pastedeploy, - python-routes, + python-pastedeploy (>= 1.5.0), + python-routes (>= 1.12.3), python-setuptools, python-six, - python-sphinx, - python-sqlalchemy (>= 0.7.8), - python-swiftclient, - python-testrepository (>= 0.0.13), - python-testscenarios, + python-sphinx (>= 1.1.2), python-sphinx (<< 1.2), + python-sqlalchemy (>= 0.7.8), python-sqlalchemy (<= 0.9.99), + python-swiftclient (>= 1.6), + python-testrepository (>= 0.0.17), + python-testscenarios (>= 0.4), python-testtools (>= 0.9.29), - python-troveclient, + python-troveclient (>= 1.0.3), python-webob (>= 1.2.3), python-yaml, - testrepository (>= 0.0.13) + testrepository (>= 0.0.17) Standards-Version: 3.9.4 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/heat/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/heat/icehouse diff --git a/rpm/SPECS/openstack-heat.spec b/rpm/SPECS/openstack-heat.spec index e80164ab..bebefddb 100644 --- a/rpm/SPECS/openstack-heat.spec +++ b/rpm/SPECS/openstack-heat.spec @@ -163,37 +163,41 @@ Heat provides AWS CloudFormation and CloudWatch functionality for OpenStack. %package common Summary: Heat common Group: System Environment/Base - +Requires: python-pbr >= 0.6, python-pbr < 1.0 Requires: python-argparse -Requires: python-eventlet -Requires: python-greenlet -Requires: python-httplib2 -Requires: python-iso8601 -Requires: python-kombu -Requires: python-lxml -Requires: python-netaddr -Requires: python-cinderclient -Requires: python-keystoneclient >= 0.3.1 +Requires: python-eventlet >= 0.13.0 +Requires: python-greenlet >= 0.3.2 +Requires: python-httplib2 >= 0.7.5 +Requires: python-iso8601 >= 0.1.9 +Requires: python-kombu >= 2.4.8 +Requires: python-lxml >= 2.3 +Requires: python-netaddr >= 0.7.6 +Requires: python-cinderclient >= 1.0.6 +Requires: python-keystoneclient >= 0.7.0 Requires: python-memcached -Requires: python-novaclient +Requires: python-novaclient >= 2.17.0 Requires: python-oslo-config >= 1:1.2.0 -Requires: python-neutronclient -Requires: python-swiftclient -Requires: python-migrate +Requires: python-neutronclient >= 2.3.4, python-neutronclient < 3 +Requires: python-swiftclient >= 1.6 +Requires: python-migrate >= 0.8.2, python-migrate < 0.8.4, python-migrate > 0.8.4 Requires: python-qpid -Requires: python-six >= 1.4.1 -Requires: PyYAML +Requires: python-six >= 1.6.0 +Requires: PyYAML >= 3.1.0 Requires: m2crypto +Requires: python-crypto >= 2.6 Requires: python-anyjson -Requires: python-paramiko -Requires: python-heatclient -Requires: python-babel +Requires: python-paramiko >= 1.9.0 +Requires: python-heatclient >= 0.2.3 +Requires: python-babel >= 1.3 Requires: MySQL-python -Requires: python-paste-deploy1.5 -Requires: python-routes1.12 -Requires: python-sqlalchemy0.7 -Requires: python-webob1.2 +Requires: python-paste-deploy1.5 >= 1.5.0 +Requires: python-routes1.12 >= 1.12.3 +Requires: python-sqlalchemy >= 0.7.8, python-sqlalchemy <= 0.9.99 +Requires: python-webob >= 1.2.3 +Requires: python-requests >= 1.1 +Requires: python-ceilometerclient >= 1.0.6 +Requires: python-troveclient >= 1.0.3 Requires(pre): shadow-utils -- 2.45.2