We are pleased to announce the release of: python-swiftclient 2.3.2: OpenStack Object Storage API Client Library This release is part of the juno stable release series, and is only meant to be used in the OpenStack CI environment. Users should download a more recent client built from master. With package available at: https://pypi.python.org/pypi/python-swiftclient For more details, please see the git log history below. Changes in python-swiftclient 2.3.1..2.3.2 ------------------------------------------ c213ffd Update from global requirements dfdbfe2 Update .gitreview for stable/juno Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 11 +++++++---- setup.py | 9 ++++++++- test-requirements.txt | 21 ++++++++++++--------- tox.ini | 10 ++++++++++ 5 files changed, 38 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e7c0d41..19377ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ -futures>=2.1.3 -requests>=1.1 -simplejson>=2.0.9 -six>=1.5.2 +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. +futures<=2.2.0,>=2.1.6 +requests!=2.4.0,<=2.2.1,>=2.1.0 +simplejson<=3.3.1,>=2.2.0 +six<=1.9.0,>=1.7.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5427920..efbbee3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1,4 @@ -hacking>=0.8.0,<0.9 +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. +hacking<0.9,>=0.8.0 @@ -3,8 +6,8 @@ hacking>=0.8.0,<0.9 -coverage>=3.6 -discover -mock>=1.0 -oslosphinx -python-keystoneclient>=0.7.0 -sphinx>=1.1.2,<1.2 -testrepository>=0.0.18 -testtools>=0.9.34 +coverage<=3.7.1,>=3.6 +discover<=0.4.0 +mock<=1.0.1,>=1.0 +oslosphinx<2.5.0,>=2.2.0 # Apache-2.0 +python-keystoneclient<1.2.0,>=0.10.0 +sphinx!=1.2.0,<1.3,>=1.1.2 +testrepository<=0.0.20,>=0.0.18 +testtools!=1.4.0,<=1.5.0,>=0.9.34