[release-announce] [kuryr] kuryr-lib 0.5.0

no-reply at openstack.org no-reply at openstack.org
Tue Jul 18 14:00:20 UTC 2017


We contentedly announce the release of:

kuryr-lib 0.5.0: Kuryr shared config and utilities

The source is available from:

    https://git.openstack.org/cgit/openstack/kuryr

Download the package from:

    https://tarballs.openstack.org/kuryr/

Please report issues through launchpad:

    https://bugs.launchpad.net/kuryr

For more details, please see below.

Changes in kuryr-lib 0.4.0..0.5.0
---------------------------------

c842d40 Updated from global requirements
fdd886b Drop MANIFEST.in - it's not needed by pbr
3d1ae35 Updated from global requirements
9872e6a Use openstackdocstheme over oslosphinx
d4d3445 Add Apache License Content in index.rst
df421a9 Add compatibility for pyroute2>=0.4.15
1acf557 Updated from global requirements
21607d8 Replace http with https
df8fe54 Remove subunit-trace fork
13ed5e9 Updated from global requirements
41a6cc6 Remove log translations
40ffd45 Updated from global requirements


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

MANIFEST.in                                      |   0
README.rst                                       |  14 +-
kuryr/lib/_i18n.py                               |  10 -
kuryr/lib/binding/drivers/ipvlan.py              |   2 +-
releasenotes/source/conf.py                      |  16 +-
releasenotes/source/index.rst                    |  14 ++
requirements.txt                                 |  18 +-
setup.cfg                                        |   1 +
setup.py                                         |   2 +-
test-requirements.txt                            |  11 +-
tools/pretty_tox.sh                              |   6 -
tools/subunit-trace.py                           | 306 -----------------------
tox.ini                                          |   2 +-
20 files changed, 86 insertions(+), 365 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 38216bd..9639c8e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-Babel>=2.3.4 # BSD
+Babel!=2.4.0,>=2.3.4 # BSD
@@ -7,2 +7,2 @@ ipaddress>=1.0.7;python_version<'3.3' # PSF
-keystoneauth1>=2.18.0 # Apache-2.0
-neutron-lib>=1.1.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
+neutron-lib>=1.7.0 # Apache-2.0
@@ -10,6 +10,6 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-pbr>=1.8 # Apache-2.0
-pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2)
-python-neutronclient>=5.1.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+pyroute2>=0.4.17 # Apache-2.0 (+ dual licensed GPL2)
+python-neutronclient>=6.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index afd9ac5..0eca1b0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -8,2 +8,3 @@ ddt>=1.0.1 # MIT
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+os-testr>=0.8.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -12,2 +13,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-reno>=1.8.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+reno!=2.3.1,>=1.8.0 # Apache-2.0
+sphinx>=1.6.2 # BSD





More information about the Release-announce mailing list