[release-announce] ovsdbapp 0.18.0 (ussuri)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Tue Oct 22 18:31:46 UTC 2019
    
    
  
We are stoked to announce the release of:
ovsdbapp 0.18.0: A library for creating OVSDB applications
This release is part of the ussuri release series.
The source is available from:
    https://opendev.org/openstack/ovsdbapp
Download the package from:
    https://tarballs.openstack.org/null/
Please report issues through:
    https://bugs.launchpad.net/ovsdbapp/+bugs
For more details, please see below.
Changes in ovsdbapp 0.17.0..0.18.0
----------------------------------
0e3d974 Handle unset OVN_SRCDIR
6bfd219 Default testenv to basepython = python3
d5420ab Fix building OVS after python2 removal
da7a1e2 Change EAFP to LBYL style in nested transaction
54ee851 Handle the ovs/ovn split
db4ae5c Update master for stable/train
8bfddd3 PDF documentation build
ac3d3de Update Zuul jobs: Enable docs publishing
95ab159 Fix the url, change http to https
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst                         |  6 ++--
README.rst                               |  5 ++--
ovsdbapp/api.py                          |  4 +--
ovsdbapp/venv.py                         | 11 ++++---
releasenotes/source/_static/.placeholder |  0
releasenotes/source/conf.py              | 50 ++++----------------------------
releasenotes/source/index.rst            |  1 +
releasenotes/source/train.rst            |  6 ++++
setup.cfg                                | 14 ---------
test-requirements.txt                    |  6 ----
tools/setup-ovs.sh                       |  6 ++++
tox.ini                                  | 31 +++++++++++---------
zuul.d/project.yaml                      |  8 ++---
17 files changed, 67 insertions(+), 112 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 2e215dd..7e2e7ed 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,3 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
@@ -18,3 +14,0 @@ testtools>=2.2.0 # MIT
-
-# releasenotes
-reno>=2.5.0 # Apache-2.0
    
    
More information about the Release-announce
mailing list