We are happy to announce the release of: kuryr-lib 2.0.0: Kuryr shared config and utilities This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/kuryr-lib Download the package from: https://tarballs.openstack.org/null/ For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of Kuryr to support python 2.7 is OpenStack Train. The minimum version of Python now supported by Kuryr is Python 3.6. Changes in kuryr-lib 1.1.0..2.0.0 --------------------------------- 9582fad [ussuri][goal] Drop python 2.7 support and testing 8c2fd48 Switch to Ussuri jobs cbca2da Replace git.openstack.org URLs with opendev.org URLs a2bde50 Update the constraints url 0272473 Fix default region name definition 8f9ff49 Update master for stable/train 646c92b Rename review.openstack.org to review.opendev.org Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- README.rst | 4 ++-- kuryr/lib/config.py | 2 +- releasenotes/notes/drop-py-2-7-08ca2f91d31c9807.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ requirements.txt | 1 - setup.cfg | 2 -- tox.ini | 20 ++++---------------- 13 files changed, 25 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8ae7f7b..e7df952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ Babel!=2.4.0,>=2.3.4 # BSD -ipaddress>=1.0.16;python_version<'3.3' # PSF