[release][stable][oslo] oslotest release 1.3.1 (juno)
We are tickled pink to announce the release of: oslotest 1.3.1: Oslo test framework This release is part of the juno stable release series. With source available at: http://git.openstack.org/cgit/openstack/oslotest With package available at: https://pypi.python.org/pypi/oslotest For more details, please see the git log history below and: http://launchpad.net/oslotest/+milestone/1.3.1 Please report issues through launchpad: http://bugs.launchpad.net/oslotest Changes in oslotest 1.3.0..1.3.1 -------------------------------- 7438de3 sync with global-requirements Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 20 ++++++++++---------- setup.py | 1 - test-requirements.txt | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 125b54e..0672e29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,10 +5,10 @@ -pbr>=0.6,!=0.7,<1.0 -discover -fixtures>=0.3.14 -python-subunit>=0.0.18 -six>=1.7.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0 -mock>=1.0 -mox3>=0.7.0 +pbr!=0.7,<1.0,>=0.6 +discover<=0.4.0 +fixtures<=1.0.0,>=0.3.14 +python-subunit<=1.0.0,>=0.0.18 +six<=1.9.0,>=1.7.0 +testrepository<=0.0.20,>=0.0.18 +testscenarios<=0.4,>=0.4 +testtools!=1.4.0,<=1.5.0,>=0.9.34 +mock<=1.0.1,>=1.0 +mox3<=0.7.0,>=0.7.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5a845ba..1c9dbdc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.9.2,<0.10 +hacking<0.10,>=0.9.2 @@ -10 +10 @@ hacking>=0.9.2,<0.10 -coverage>=3.6 +coverage<=3.7.1,>=3.6 @@ -13,2 +13,2 @@ coverage>=3.6 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.2.0 # Apache-2.0 +sphinx!=1.2.0,<1.3,>=1.1.2 +oslosphinx<2.5.0,>=2.2.0 # Apache-2.0
participants (1)
-
davanum@gmail.com