diff -Nru python-saharaclient-0.13.0/debian/changelog python-saharaclient-0.14.0/debian/changelog --- python-saharaclient-0.13.0/debian/changelog 2016-03-03 04:34:26.000000000 +0000 +++ python-saharaclient-0.14.0/debian/changelog 2016-04-04 12:43:54.000000000 +0000 @@ -1,3 +1,15 @@ +python-saharaclient (0.14.0-2) unstable; urgency=medium + + * Uploading to unstable. + + -- Thomas Goirand Mon, 04 Apr 2016 12:43:42 +0000 + +python-saharaclient (0.14.0-1) experimental; urgency=medium + + * New upstream release. + + -- Thomas Goirand Sat, 02 Apr 2016 15:26:29 +0200 + python-saharaclient (0.13.0-2) experimental; urgency=medium * Downgrade openstackclient (build-)depends to 2.0.0 to avoid dependency diff -Nru python-saharaclient-0.13.0/.gitreview python-saharaclient-0.14.0/.gitreview --- python-saharaclient-0.13.0/.gitreview 2016-03-01 02:05:26.000000000 +0000 +++ python-saharaclient-0.14.0/.gitreview 2016-03-24 13:50:46.000000000 +0000 @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/python-saharaclient.git +defaultbranch=stable/mitaka diff -Nru python-saharaclient-0.13.0/requirements.txt python-saharaclient-0.14.0/requirements.txt --- python-saharaclient-0.13.0/requirements.txt 2016-03-01 02:05:26.000000000 +0000 +++ python-saharaclient-0.14.0/requirements.txt 2016-03-24 13:50:46.000000000 +0000 @@ -5,7 +5,7 @@ pbr>=1.6 # Apache-2.0 Babel>=1.3 # BSD -cliff!=1.16.0,>=1.15.0 # Apache-2.0 +cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 keystoneauth1>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 diff -Nru python-saharaclient-0.13.0/test-requirements.txt python-saharaclient-0.14.0/test-requirements.txt --- python-saharaclient-0.13.0/test-requirements.txt 2016-03-01 02:05:26.000000000 +0000 +++ python-saharaclient-0.14.0/test-requirements.txt 2016-03-24 13:50:46.000000000 +0000 @@ -11,7 +11,7 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 os-testr>=0.4.1 # Apache-2.0 -python-neutronclient>=2.6.0 # Apache-2.0 +python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 reno>=0.1.1 # Apache2