diff options
| author | James Page <james.page@ubuntu.com> | 2024-09-24 16:34:43 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2024-09-25 08:38:52 +0000 |
| commit | 6bf2a77e1b4315a2cc9bb0bfca787e0db56bcc28 (patch) | |
| tree | 457a47d5679c4bdbd29bf5898f48ce4e0ed6e79a | |
| parent | 94b65cb4eab471ff38fd5bebfd112521f97d33c1 (diff) | |
| parent | c6ab0d80f718044d260706d8b5b0217810292983 (diff) | |
4.5.0-0ubuntu1 (patches applied)applied/4.5.0-0ubuntu1applied/ubuntu/oracular-proposedapplied/ubuntu/oracular-develapplied/ubuntu/oracular
Imported using git-ubuntu import.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | PKG-INFO | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/gbp.conf | 1 | ||||
| -rw-r--r-- | python_watcherclient.egg-info/PKG-INFO | 2 |
5 files changed, 11 insertions, 3 deletions
@@ -1,7 +1,7 @@ CHANGES ======= -4.4.0 +4.5.0 ----- @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-watcherclient -Version: 4.4.0 +Version: 4.5.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 d6e30fb..6ef7d07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-watcherclient (4.5.0-0ubuntu1) oracular; urgency=medium + + * d/gbp.conf: upstream-branch -> upstream-dalmatian. + * New upstream release for OpenStack Dalmatian. + + -- James Page <james.page@ubuntu.com> Tue, 24 Sep 2024 16:34:43 +0100 + python-watcherclient (4.4.0-0ubuntu1) noble; urgency=medium [ Corey Bryant ] diff --git a/debian/gbp.conf b/debian/gbp.conf index f965174..89b798e 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,6 +2,7 @@ debian-branch = master upstream-tag = %(version)s pristine-tar = True +upstream-branch = upstream-dalmatian [buildpackage] export-dir = ../build-area diff --git a/python_watcherclient.egg-info/PKG-INFO b/python_watcherclient.egg-info/PKG-INFO index 46aad1b..5356351 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: 4.4.0 +Version: 4.5.0 Summary: Python client library for Watcher API Home-page: https://docs.openstack.org/python-watcherclient/latest/ Author: OpenStack |
