We are glad to announce the release of: oslo.concurrency 1.8.1: Oslo Concurrency library
With source available at: http://git.openstack.org/cgit/openstack/oslo.concurrency For more details, please see the git log history below and: http://launchpad.net/oslo.concurrency/+milestone/1.8.1 Please report issues through launchpad: http://bugs.launchpad.net/oslo.concurrency Changes in oslo.concurrency 1.8.0..1.8.1 ---------------------------------------- 80bfd1a Allow preexec_fn method for processutils.execute 3c6bcf4 Add 2 callbacks to processutils.execute() 6cd13e1 Updated from global requirements b0be15e set defaultbranch for reviews e372f84 set defaultbranch for reviews Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- oslo_concurrency/processutils.py | 40 +++++++++++++++++++++--- requirements.txt | 6 ++-- test-requirements.txt | 6 ++-- 5 files changed, 74 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1fcebea..5593c71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,3 @@ fixtures>=0.3.14 -oslo.config>=1.9.0 # Apache-2.0 -oslo.i18n>=1.3.0 # Apache-2.0 -oslo.utils>=1.2.0 # Apache-2.0 +oslo.config>=1.9.3,<1.10.0 # Apache-2.0 +oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 +oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e715139..36f25e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking>=0.10.0,<0.11 -oslotest>=1.2.0 # Apache-2.0 +oslotest>=1.5.1,<1.6.0 # Apache-2.0 @@ -11 +11 @@ futures>=2.1.6 -oslosphinx>=2.2.0 # Apache-2.0 +oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 @@ -14 +14 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -eventlet>=0.16.1 +eventlet>=0.16.1,!=0.17.0 _______________________________________________ OpenStack-announce mailing list OpenStack-announce@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce