We are tickled pink to announce the release of: kuryr-lib 2.2.0: Kuryr shared config and utilities This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/kuryr-lib Download the package from: https://tarballs.openstack.org/kuryr/ For more details, please see below. Changes in kuryr-lib 2.1.0..2.2.0 --------------------------------- 9de7110 Update TOX_CONSTRAINTS_FILE f099774 Add Python3 wallaby unit tests 3dc5f5b Fix a typo: remove the unnecessary blank from test-requirements.txt 9d18830 Reuse the docs deps to benefit from constraints 61ef41e Dep's should be restricted by upper-constraints e1edbc4 Remove six 46b1e6e bump py37 to py38 in tox.ini e26113d Clean debug-py35 up from tox.ini 2559722 Fix pep8 and lower-constraints gates d79ed3d Update master for stable/victoria d3a2fae Remove all usage of six library 78737f6 requirements: Drop os-testr Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- kuryr/cmd/status.py | 1 + kuryr/lib/binding/drivers/utils.py | 3 +-- kuryr/lib/opts.py | 7 ++++--- kuryr/lib/segmentation_type_drivers/vlan.py | 6 ++---- lower-constraints.txt | 6 ++---- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 3 +-- setup.cfg | 1 + test-requirements.txt | 4 +--- tox.ini | 13 ++++++------- 14 files changed, 36 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e7df952..ab37d0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) +pyroute2>=0.5.6;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) @@ -16 +15,0 @@ python-neutronclient>=6.7.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c5ea2e5..3f7a1b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +4,0 @@ - @@ -8,2 +7 @@ ddt>=1.0.1 # MIT -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0