We jubilantly announce the release of: ovsdbapp 0.4.1: A library for creating OVSDB applications This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/ovsdbapp Download the package from: https://tarballs.openstack.org/ovsdbapp/ Please report issues through launchpad: http://bugs.launchpad.net/ovsdbapp For more details, please see below. Changes in ovsdbapp 0.4.0..0.4.1 -------------------------------- 742754b Don't wait on TRY_AGAIN when calling commit_block() 8703213 Updated from global requirements ee10c4d Update UPPER_CONSTRAINTS_FILE for stable/pike e8390db Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ovsdbapp/backend/ovs_idl/transaction.py | 3 --- test-requirements.txt | 4 ++-- tox.ini | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d267ffd..a4ad8d5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx>=1.6.2 # BSD @@ -18 +18 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0