[release-announce] kuryr-lib 2.1.1 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 31 11:04:40 UTC 2022


We are pleased to announce the release of:

kuryr-lib 2.1.1: Kuryr shared config and utilities

This release is part of the victoria stable 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.1.1
---------------------------------

0af5226 Remove run_as_root which fails without root_helper
e43bf23 Remove the unused coding style modules
4081dfd Fix pep8 and lower-constraints gates
a338724 Update TOX_CONSTRAINTS_FILE for stable/victoria
35eafe2 Update .gitreview for stable/victoria


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                      | 1 +
kuryr/cmd/status.py                             | 1 +
kuryr/lib/binding/drivers/hw_veb.py             | 1 -
kuryr/lib/binding/drivers/veth.py               | 5 ++---
kuryr/lib/opts.py                               | 7 ++++---
lower-constraints.txt                           | 9 ++-------
requirements.txt                                | 2 +-
test-requirements.txt                           | 2 +-
tox.ini                                         | 2 +-
11 files changed, 16 insertions(+), 22 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e7df952..205b94f 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)
diff --git a/test-requirements.txt b/test-requirements.txt
index c5ea2e5..c899d1c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ ddt>=1.0.1 # MIT
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list