diff -Nru python-octavia-lib-2.4.0/ChangeLog python-octavia-lib-2.4.1/ChangeLog --- python-octavia-lib-2.4.0/ChangeLog 2021-07-15 10:22:32.000000000 +0000 +++ python-octavia-lib-2.4.1/ChangeLog 2021-08-19 07:49:42.000000000 +0000 @@ -1,11 +1,18 @@ CHANGES ======= +2.4.1 +----- + +* Add Python3 xena unit tests + 2.4.0 ----- * Fix loadbalancer\_update argument typo * Fix PDF docs build +* Replace deprecated UPPER\_CONSTRAINTS\_FILE variable +* setup.cfg: Replace dashes with underscores * Update master for stable/wallaby 2.3.1 diff -Nru python-octavia-lib-2.4.0/debian/changelog python-octavia-lib-2.4.1/debian/changelog --- python-octavia-lib-2.4.0/debian/changelog 2021-07-21 13:38:25.000000000 +0000 +++ python-octavia-lib-2.4.1/debian/changelog 2021-09-07 19:24:23.000000000 +0000 @@ -1,3 +1,9 @@ +python-octavia-lib (2.4.1-0ubuntu1) impish; urgency=medium + + * New upstream release for OpenStack Xena. + + -- Corey Bryant Tue, 07 Sep 2021 15:24:23 -0400 + python-octavia-lib (2.4.0-0ubuntu1) impish; urgency=medium * New upstream release for OpenStack Xena. diff -Nru python-octavia-lib-2.4.0/octavia_lib.egg-info/pbr.json python-octavia-lib-2.4.1/octavia_lib.egg-info/pbr.json --- python-octavia-lib-2.4.0/octavia_lib.egg-info/pbr.json 2021-07-15 10:22:32.000000000 +0000 +++ python-octavia-lib-2.4.1/octavia_lib.egg-info/pbr.json 2021-08-19 07:49:43.000000000 +0000 @@ -1 +1 @@ -{"git_version": "cdbbacd", "is_release": true} \ No newline at end of file +{"git_version": "ee07c4e", "is_release": true} \ No newline at end of file diff -Nru python-octavia-lib-2.4.0/octavia_lib.egg-info/PKG-INFO python-octavia-lib-2.4.1/octavia_lib.egg-info/PKG-INFO --- python-octavia-lib-2.4.0/octavia_lib.egg-info/PKG-INFO 2021-07-15 10:22:32.000000000 +0000 +++ python-octavia-lib-2.4.1/octavia_lib.egg-info/PKG-INFO 2021-08-19 07:49:43.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: octavia-lib -Version: 2.4.0 +Version: 2.4.1 Summary: A library to support Octavia provider drivers. Home-page: https://docs.openstack.org/octavia-lib/latest/ Author: OpenStack diff -Nru python-octavia-lib-2.4.0/PKG-INFO python-octavia-lib-2.4.1/PKG-INFO --- python-octavia-lib-2.4.0/PKG-INFO 2021-07-15 10:22:32.482905000 +0000 +++ python-octavia-lib-2.4.1/PKG-INFO 2021-08-19 07:49:43.148398600 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: octavia-lib -Version: 2.4.0 +Version: 2.4.1 Summary: A library to support Octavia provider drivers. Home-page: https://docs.openstack.org/octavia-lib/latest/ Author: OpenStack diff -Nru python-octavia-lib-2.4.0/setup.cfg python-octavia-lib-2.4.1/setup.cfg --- python-octavia-lib-2.4.0/setup.cfg 2021-07-15 10:22:32.482905000 +0000 +++ python-octavia-lib-2.4.1/setup.cfg 2021-08-19 07:49:43.152398000 +0000 @@ -1,13 +1,13 @@ [metadata] name = octavia-lib summary = A library to support Octavia provider drivers. -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/octavia-lib/latest/ +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/octavia-lib/latest/ license = Apache License, Version 2.0 -python-requires = >=3.6 +python_requires = >=3.6 classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack diff -Nru python-octavia-lib-2.4.0/tox.ini python-octavia-lib-2.4.1/tox.ini --- python-octavia-lib-2.4.0/tox.ini 2021-07-15 10:21:54.000000000 +0000 +++ python-octavia-lib-2.4.1/tox.ini 2021-08-19 07:49:10.000000000 +0000 @@ -15,7 +15,7 @@ OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true} OS_TEST_TIMEOUT=60 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs} diff -Nru python-octavia-lib-2.4.0/zuul.d/projects.yaml python-octavia-lib-2.4.1/zuul.d/projects.yaml --- python-octavia-lib-2.4.0/zuul.d/projects.yaml 2021-07-15 10:21:54.000000000 +0000 +++ python-octavia-lib-2.4.1/zuul.d/projects.yaml 2021-08-19 07:49:10.000000000 +0000 @@ -3,7 +3,7 @@ - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python3-wallaby-jobs + - openstack-python3-xena-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - octavia-tox-tips