We are thrilled to announce the release of: ovsdbapp 0.13.0: A library for creating OVSDB applications This release is part of the stein 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.12.0..0.13.0 ---------------------------------- 64342ba ut: Patch get_ident for race transaction test 9c07fe8 Make nested transaction thread aware 31a4764 NBDB API: Add param if_exists for methods using db_remove() 3b2696f add python 3.6 unit test job 4fc756b import zuul job settings from project-config f4855dd Check for oslo library usage 665666c fix tox python3 overrides b4f90d0 Pass posargs to pylint, not flake8 ac3c95c update pylint to 1.9.2 5044279 Remove the oslo-utils dependency bbf6055 Update reno for stable/rocky 0298203 Update reno for stable/rocky c3d639a Ensure timeout on queueing transaction Diffstat (except docs and test files) ------------------------------------- .pylintrc | 3 ++ .zuul.yaml | 12 +++++ HACKING.rst | 14 ++++- lower-constraints.txt | 2 +- ovsdbapp/api.py | 20 ++++--- ovsdbapp/backend/ovs_idl/connection.py | 31 ++++++++++- ovsdbapp/backend/ovs_idl/windows/utils.py | 3 +- ovsdbapp/exceptions.py | 2 +- ovsdbapp/schema/ovn_northbound/api.py | 14 ++++- ovsdbapp/schema/ovn_northbound/commands.py | 3 +- ovsdbapp/schema/ovn_northbound/impl_idl.py | 9 ++-- .../schema/open_vswitch/test_impl_idl.py | 15 ++++++ .../schema/ovn_northbound/test_impl_idl.py | 5 +- ovsdbapp/utils.py | 35 +++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 +++ requirements.txt | 1 - test-requirements.txt | 2 +- tools/coding-checks.sh | 16 +++++- tox.ini | 11 ++-- 23 files changed, 255 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dd26a80..ff6ceb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ netaddr>=0.7.18 # BSD -oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0c759a9..eb882ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ os-testr>=1.0.0 # Apache-2.0 -pylint==1.4.5 # GPLv2 +pylint==1.9.2 # GPLv2
participants (1)
-
no-reply@openstack.org