diff -Nru python-watcherclient-3.3.0/ChangeLog python-watcherclient-3.4.0/ChangeLog --- python-watcherclient-3.3.0/ChangeLog 2021-09-01 19:14:05.000000000 +0000 +++ python-watcherclient-3.4.0/ChangeLog 2022-02-25 16:24:34.000000000 +0000 @@ -1,6 +1,11 @@ CHANGES ======= +3.4.0 +----- + +* Add Python3 yoga unit tests + 3.3.0 ----- diff -Nru python-watcherclient-3.3.0/debian/changelog python-watcherclient-3.4.0/debian/changelog --- python-watcherclient-3.3.0/debian/changelog 2021-12-01 21:05:37.000000000 +0000 +++ python-watcherclient-3.4.0/debian/changelog 2022-05-31 21:15:36.000000000 +0000 @@ -1,3 +1,10 @@ +python-watcherclient (3.4.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release for OpenStack Zed. + * d/control: Update standards version to 4.6.1. + + -- Corey Bryant Tue, 31 May 2022 17:15:36 -0400 + python-watcherclient (3.3.0-0ubuntu1) jammy; urgency=medium * New upstream release for OpenStack Yoga. diff -Nru python-watcherclient-3.3.0/debian/control python-watcherclient-3.4.0/debian/control --- python-watcherclient-3.3.0/debian/control 2021-12-01 21:05:37.000000000 +0000 +++ python-watcherclient-3.4.0/debian/control 2022-05-31 21:15:36.000000000 +0000 @@ -41,8 +41,7 @@ python3-wheel (>= 0.24.0), python3-yaml (>= 3.13), subunit, -Standards-Version: 4.5.0 -Vcs-Browser: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-watcherclient +Standards-Version: 4.6.1 Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-watcherclient Homepage: https://opendev.org/openstack/python-watcherclient Testsuite: autopkgtest-pkg-python diff -Nru python-watcherclient-3.3.0/PKG-INFO python-watcherclient-3.4.0/PKG-INFO --- python-watcherclient-3.3.0/PKG-INFO 2021-09-01 19:14:05.654806100 +0000 +++ python-watcherclient-3.4.0/PKG-INFO 2022-02-25 16:24:34.618822800 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-watcherclient -Version: 3.3.0 +Version: 3.4.0 Summary: Python client library for Watcher API Home-page: https://docs.openstack.org/python-watcherclient/latest/ Author: OpenStack diff -Nru python-watcherclient-3.3.0/python_watcherclient.egg-info/pbr.json python-watcherclient-3.4.0/python_watcherclient.egg-info/pbr.json --- python-watcherclient-3.3.0/python_watcherclient.egg-info/pbr.json 2021-09-01 19:14:05.000000000 +0000 +++ python-watcherclient-3.4.0/python_watcherclient.egg-info/pbr.json 2022-02-25 16:24:34.000000000 +0000 @@ -1 +1 @@ -{"git_version": "dc9b5cb", "is_release": true} \ No newline at end of file +{"git_version": "765701d", "is_release": true} \ No newline at end of file diff -Nru python-watcherclient-3.3.0/python_watcherclient.egg-info/PKG-INFO python-watcherclient-3.4.0/python_watcherclient.egg-info/PKG-INFO --- python-watcherclient-3.3.0/python_watcherclient.egg-info/PKG-INFO 2021-09-01 19:14:05.000000000 +0000 +++ python-watcherclient-3.4.0/python_watcherclient.egg-info/PKG-INFO 2022-02-25 16:24:34.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-watcherclient -Version: 3.3.0 +Version: 3.4.0 Summary: Python client library for Watcher API Home-page: https://docs.openstack.org/python-watcherclient/latest/ Author: OpenStack diff -Nru python-watcherclient-3.3.0/.zuul.yaml python-watcherclient-3.4.0/.zuul.yaml --- python-watcherclient-3.3.0/.zuul.yaml 2021-09-01 19:13:31.000000000 +0000 +++ python-watcherclient-3.4.0/.zuul.yaml 2022-02-25 16:23:53.000000000 +0000 @@ -1,7 +1,7 @@ - project: templates: - openstack-cover-jobs - - openstack-python3-xena-jobs + - openstack-python3-yoga-jobs - publish-openstack-docs-pti - check-requirements - openstackclient-plugin-jobs