Merge ~corey.bryant/ubuntu/+source/magnum-ui:stable/ussuri into ~ubuntu-openstack-dev/ubuntu/+source/magnum-ui:stable/ussuri

Proposed by Corey Bryant
Status: Needs review
Proposed branch: ~corey.bryant/ubuntu/+source/magnum-ui:stable/ussuri
Merge into: ~ubuntu-openstack-dev/ubuntu/+source/magnum-ui:stable/ussuri
Diff against target: 74 lines (+29/-8)
2 files modified
debian/changelog (+4/-2)
debian/control (+25/-6)
Reviewer Review Type Date Requested Status
Ubuntu OpenStack uploaders Pending
Review via email: mp+439648@code.launchpad.net

Commit message

New upstream release for OpenStack Ussuri.

Description of the change

This is an automated merge proposal.

To post a comment you must log in.

Unmerged commits

9f18833... by Corey Bryant

releasing package magnum-ui version 6.0.1-0ubuntu1

1caeee1... by Corey Bryant

d/control: Align (Build-)Depends with upstream.

dd6b01e... by Corey Bryant

New upstream release for OpenStack Ussuri.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 07409fd..60a68ea 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,10 +1,12 @@
6-magnum-ui (5.2.0-1ubuntu3) UNRELEASED; urgency=medium
7+magnum-ui (6.0.1-0ubuntu1) focal; urgency=medium
8
9 * d/gbp.conf: Update gbp configuration file.
10 * d/control: Update Vcs-* links and maintainers.
11 * d/watch: Align with watch file from stable/victoria.
12+ * New upstream release for OpenStack Ussuri.
13+ * d/control: Align (Build-)Depends with upstream.
14
15- -- Corey Bryant <corey.bryant@canonical.com> Fri, 24 Mar 2023 13:41:03 -0400
16+ -- Corey Bryant <corey.bryant@canonical.com> Fri, 24 Mar 2023 13:44:52 -0400
17
18 magnum-ui (5.2.0-1ubuntu1) focal; urgency=medium
19
20diff --git a/debian/control b/debian/control
21index bd311bb..cfa0330 100644
22--- a/debian/control
23+++ b/debian/control
24@@ -11,17 +11,36 @@ Build-Depends:
25 dh-python,
26 openstack-pkg-tools (>= 96~),
27 python3-all,
28- python3-pbr,
29+ python3-pbr (>= 2.0.0),
30 python3-setuptools,
31- python3-sphinx,
32+ python3-sphinx (>= 1.6.2),
33 Build-Depends-Indep:
34+*** new requirements.txt deps (start)
35+ python3-django-horizon (>= 3:17.1.0),
36+ python3-heatclient (>= 1.18.0),
37+ python3-pbr (>= 2.0.0),
38+*** new requirements.txt deps (end) ***
39+*** new test-requirements.txt deps (start)
40+ python3-django-horizon (>= 3:17.1.0),
41+ python3-heatclient (>= 1.18.0),
42+ python3-pbr (>= 2.0.0),
43+ python3-pytest (>= 5.3.5),
44+*** new test-requirements.txt deps (end) ***
45+*** new doc/requirements.txt deps (start)
46+ python3-django-horizon (>= 3:17.1.0),
47+ python3-heatclient (>= 1.18.0),
48+ python3-openstackdocstheme (>= 1.18.1),
49+ python3-pbr (>= 2.0.0),
50+ python3-pytest (>= 5.3.5),
51+ python3-sphinxcontrib.apidoc (>= 0.2.0),
52+*** new doc/requirements.txt deps (end) ***
53 openstack-dashboard (>= 3:15.0.0~rc1),
54 python3-coverage,
55 python3-hacking,
56- python3-magnumclient,
57+ python3-magnumclient (>= 2.15.0),
58 python3-mock,
59- python3-selenium,
60- python3-xvfbwrapper,
61+ python3-selenium (>= 2.50.1),
62+ python3-xvfbwrapper (>= 0.1.3),
63 Standards-Version: 4.4.0
64 Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/magnum-ui
65 Homepage: https://github.com/openstack/magnum-ui
66@@ -30,7 +49,7 @@ Package: python3-magnum-ui
67 Architecture: all
68 Depends:
69 openstack-dashboard (>= 3:15.0.0~rc1),
70- python3-magnumclient,
71+ python3-magnumclient (>= 2.15.0),
72 ${misc:Depends},
73 ${python3:Depends},
74 Description: OpenStack Magnum - dashboard plugin

Subscribers

People subscribed via source and target branches