networking-sfc 10.0.0 (ussuri)
We are jazzed to announce the release of: networking-sfc 10.0.0: APIs and implementations to support Service Function Chaining in Neutron. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/networking-sfc Download the package from: https://pypi.org/project/networking-sfc Please report issues through: https://bugs.launchpad.net/networking-sfc/+bugs For more details, please see below. Changes in networking-sfc 9.0.0..10.0.0 --------------------------------------- 95df874 Cleanup py27 support 4f9350f Remove the dependency on the "mock" package 8417568 Drop python 2 support and testing 5417e6c Switch to Ussuri jobs 0b2d678 Fix misspell word 4daff05 PDF documentation build 0644862 [Functional tests] Fix SIGHUP handling tests 98a02bf Update master for stable/train Diffstat (except docs and test files) ------------------------------------- api-ref/source/conf.py | 24 +++------- lower-constraints.txt | 5 --- .../unit/services/flowclassifier/test_plugin.py | 3 +- .../extensions/openvswitch/test_sfc_driver.py | 2 +- .../unit/services/sfc/agent/extensions/test_sfc.py | 2 +- .../unit/services/sfc/drivers/ovs/test_driver.py | 7 +-- .../notes/drop-py27-support-4670c8cdcfa3ba78.yaml | 6 +++ releasenotes/source/conf.py | 5 --- releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 +++ setup.cfg | 16 ++----- setup.py | 9 ---- test-requirements.txt | 5 --- tox.ini | 52 ++++++++-------------- zuul.d/project.yaml | 3 +- 33 files changed, 110 insertions(+), 129 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4667e38..477dd94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,4 +9,0 @@ requests-mock>=1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 -os-api-ref>=1.4.0 # Apache-2.0 @@ -25 +20,0 @@ PyMySQL>=0.7.6 # MIT License -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org