[openstack-announce] [release][stable][oslo] oslotest release 1.5.2 (kilo)
doug at doughellmann.com
doug at doughellmann.com
Wed Jul 15 19:03:57 UTC 2015
We are content to announce the release of:
oslotest 1.5.2: Oslo test framework
This release is part of the kilo 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.5.2
Please report issues through launchpad:
http://bugs.launchpad.net/oslotest
Changes in oslotest 1.5.1..1.5.2
--------------------------------
a1e2c5f Fix use of mock
93dfb55 Updated from global requirements
eeae6d9 Fix build break with Fixtures 1.3
6e6d7b8 Updated from global requirements
503d4ea set defaultbranch for reviews
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
requirements.txt | 6 +++---
setup.py | 1 -
test-requirements.txt | 6 +++---
6 files changed, 11 insertions(+), 10 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 674130c..46ba24f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
@@ -12,2 +12,2 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-mock>=1.0
+testtools!=1.2.0,>=0.9.36
+mock<1.1.0,>=1.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5a845ba..464236b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking<0.10,>=0.9.2
@@ -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.3b1,<1.3,>=1.1.2
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
More information about the OpenStack-announce
mailing list