diff options
| author | Corey Bryant <corey.bryant@canonical.com> | 2022-05-31 17:15:36 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-05-31 21:25:22 +0000 |
| commit | 73d122000b1f32056eb8c42b067af005c284b3cf (patch) | |
| tree | 48c35b9cba1e924ef49ae72385f66765375704f3 | |
| parent | 0636f782194a50e63ad3907cd08dda30981ab9e4 (diff) | |
3.4.0-0ubuntu1 (patches unapplied)import/3.4.0-0ubuntu1ubuntu/kinetic-proposedubuntu/kinetic-develubuntu/kinetic
Imported using git-ubuntu import.
Notes
Notes:
* New upstream release for OpenStack Zed.
* d/control: Update standards version to 4.6.1.
| -rw-r--r-- | .zuul.yaml | 2 | ||||
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | PKG-INFO | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rw-r--r-- | python_watcherclient.egg-info/PKG-INFO | 2 | ||||
| -rw-r--r-- | python_watcherclient.egg-info/pbr.json | 2 |
7 files changed, 17 insertions, 6 deletions
@@ -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 @@ -1,6 +1,11 @@ CHANGES ======= +3.4.0 +----- + +* Add Python3 yoga unit tests + 3.3.0 ----- @@ -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 --git a/debian/changelog b/debian/changelog index 212a65f..9539ac5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <corey.bryant@canonical.com> Tue, 31 May 2022 17:15:36 -0400 + python-watcherclient (3.3.0-0ubuntu1) jammy; urgency=medium * New upstream release for OpenStack Yoga. diff --git a/debian/control b/debian/control index 04b97f5..8777f9f 100644 --- a/debian/control +++ b/debian/control @@ -41,8 +41,7 @@ Build-Depends-Indep: 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 --git a/python_watcherclient.egg-info/PKG-INFO b/python_watcherclient.egg-info/PKG-INFO index ea64cee..4bea9dc 100644 --- a/python_watcherclient.egg-info/PKG-INFO +++ b/python_watcherclient.egg-info/PKG-INFO @@ -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 --git a/python_watcherclient.egg-info/pbr.json b/python_watcherclient.egg-info/pbr.json index 43fb5d2..bf315d1 100644 --- a/python_watcherclient.egg-info/pbr.json +++ b/python_watcherclient.egg-info/pbr.json @@ -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 |
