From 4f2f9bd060297082db95b744c174b3ce392646ca Mon Sep 17 00:00:00 2001 From: Fausto Marzi Date: Mon, 18 Jan 2016 18:30:14 +0000 Subject: [PATCH] Align requirements and version to Mitaka Change-Id: I3ff73f4dff44799f67e7aa8478b2ffb798ffdd7c --- requirements.txt | 12 ++++++------ setup.cfg | 4 ++-- test-requirements.txt | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8846bb86..e81b6f62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ pbr>=1.6 python-swiftclient>=2.2.0 python-keystoneclient>=1.6.0,!=1.8.0 python-cinderclient>=1.3.1 -python-glanceclient>=0.18.0 -python-novaclient>=2.28.1,!=2.33.0 -python-openstackclient>=1.5.0 -oslo.utils>=2.0.0,!=2.6.0 # Apache-2.0 +python-glanceclient>=1.2.0 # Apache-2.0 +python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0 +python-openstackclient>=2.0.0 # Apache-2.0 +oslo.utils>=3.2.0 oslo.i18n>=1.5.0 # Apache-2.0 -oslo.log>=1.8.0 # Apache-2.0 -oslo.config>=2.3.0 # Apache-2.0 +oslo.log>=1.14.0 +oslo.config>=3.2.0 # Apache-2.0 PyMySQL>=0.6.2 # MIT License pymongo>=3.0.2 diff --git a/setup.cfg b/setup.cfg index 11125262..753c6f5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = freezer -version = 1.2.0 +version = 2.0.0 author = Freezer Team author-email = openstack-dev@lists.openstack.org summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platform description-file = README.rst -home-page = https://launchpad.net/freezer +home-page = https://wiki.openstack.org/wiki/Freezer license = Apache-2 classifier = Programming Language :: Python diff --git a/test-requirements.txt b/test-requirements.txt index 6db9eced..42692161 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,10 @@ flake8>=2.2.4,<=2.4.1 -pylint==1.4.4 # GNU GPL v2 +pylint==1.4.5 # GNU GPL v2 hacking>=0.10.2,<0.11 coverage>=3.6 discover mock>=1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0 python-subunit>=0.0.18 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18