Merge ~corey.bryant/ubuntu/+source/cinder:stable/xena into ~ubuntu-openstack-dev/ubuntu/+source/cinder:stable/xena

Proposed by Corey Bryant
Status: Needs review
Proposed branch: ~corey.bryant/ubuntu/+source/cinder:stable/xena
Merge into: ~ubuntu-openstack-dev/ubuntu/+source/cinder:stable/xena
Diff against target: 102 lines (+27/-11)
2 files modified
debian/changelog (+7/-0)
debian/control (+20/-11)
Reviewer Review Type Date Requested Status
Ubuntu OpenStack uploaders Pending
Review via email: mp+442904@code.launchpad.net

Commit message

New stable point release for OpenStack Xena (LP: #2019762).

Description of the change

This is an automated merge proposal.

To post a comment you must log in.

Unmerged commits

efc477d... by Corey Bryant

releasing package cinder version 2:19.3.0-0ubuntu1~cloud0

65705dc... by Corey Bryant

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

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 5fcc675..6e0f75c 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+cinder (2:19.3.0-0ubuntu1~cloud0) focal-xena; urgency=medium
7+
8+ * New stable point release for OpenStack Xena (LP: #2019762).
9+ * d/control: Align (Build-)Depends with upstream.
10+
11+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 15 May 2023 16:47:12 -0400
12+
13 cinder (2:19.2.0-0ubuntu1~cloud1) focal-xena; urgency=medium
14
15 * SECURITY UPDATE: Unauthorized File Access
16diff --git a/debian/control b/debian/control
17index 5b18c2f..cdb9073 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -15,8 +15,17 @@ Build-Depends:
21 python3-sphinx (>= 3.5.1),
22 python3-tabulate (>= 0.8.7),
23 Build-Depends-Indep:
24+*** new test-requirements.txt deps (start)
25+ python3-mypy (>= 0.910),
26+*** new test-requirements.txt deps (end) ***
27+*** new driver-requirements.txt deps (start)
28+ python3-mypy (>= 0.910),
29+*** new driver-requirements.txt deps (end) ***
30+*** new doc/requirements.txt deps (start)
31+ python3-mypy (>= 0.910),
32+*** new doc/requirements.txt deps (end) ***
33 python3-barbicanclient (>= 5.0.1),
34- python3-boto3 (>= 1.13.14),
35+ python3-boto3 (>= 1.16.51),
36 python3-botocore,
37 python3-castellan (>= 3.6.0),
38 python3-coverage,
39@@ -28,7 +37,7 @@ Build-Depends-Indep:
40 python3-eventlet (>= 0.30.1),
41 python3-fixtures (>= 3.0.0),
42 python3-glanceclient (>= 1:3.2.2),
43- python3-googleapi (>= 1.7.11),
44+ python3-googleapi (>= 1.11.0),
45 python3-greenlet (>= 0.4.16),
46 python3-hacking,
47 python3-httplib2 (>= 0.18.1),
48@@ -50,7 +59,7 @@ Build-Depends-Indep:
49 python3-oslo.concurrency (>= 4.4.0),
50 python3-oslo.config (>= 1:8.3.2),
51 python3-oslo.context (>= 1:3.1.1),
52- python3-oslo.db (>= 10.0.0),
53+ python3-oslo.db (>= 11.0.0),
54 python3-oslo.i18n (>= 5.0.1),
55 python3-oslo.log (>= 4.5.0),
56 python3-oslo.messaging (>= 12.5.0),
57@@ -82,11 +91,11 @@ Build-Depends-Indep:
58 python3-routes (>= 2.4.1),
59 python3-rtslib-fb (>= 2.1.74),
60 python3-six (>= 1.15.0),
61- python3-sphinx-feature-classification,
62+ python3-sphinx-feature-classification (>= 1.1.0),
63 python3-sphinxcontrib.apidoc (>= 0.3.0),
64- python3-sqlalchemy (>= 1.3.22),
65- python3-sqlalchemy-utils (>= 0.36.8),
66- python3-stestr,
67+ python3-sqlalchemy (>= 1.4.23),
68+ python3-sqlalchemy-utils (>= 0.37.8),
69+ python3-stestr (>= 3.1.0),
70 python3-stevedore (>= 1:3.2.2),
71 python3-suds (>= 0.6),
72 python3-swiftclient (>= 1:3.10.1),
73@@ -217,7 +226,7 @@ Depends:
74 python3-oslo.concurrency (>= 4.4.0),
75 python3-oslo.config (>= 1:8.3.2),
76 python3-oslo.context (>= 1:3.1.1),
77- python3-oslo.db (>= 10.0.0),
78+ python3-oslo.db (>= 11.0.0),
79 python3-oslo.i18n (>= 5.0.1),
80 python3-oslo.log (>= 4.5.0),
81 python3-oslo.messaging (>= 12.5.0),
82@@ -246,7 +255,7 @@ Depends:
83 python3-routes (>= 2.4.1),
84 python3-rtslib-fb (>= 2.1.74),
85 python3-six (>= 1.15.0),
86- python3-sqlalchemy (>= 1.3.22),
87+ python3-sqlalchemy (>= 1.4.23),
88 python3-stevedore (>= 1:3.2.2),
89 python3-suds (>= 0.6),
90 python3-swiftclient (>= 1:3.10.1),
91@@ -259,9 +268,9 @@ Depends:
92 ${misc:Depends},
93 ${python3:Depends},
94 Suggests:
95- python3-boto3 (>= 1.13.14),
96+ python3-boto3 (>= 1.16.51),
97 python3-botocore,
98- python3-googleapi (>= 1.7.11),
99+ python3-googleapi (>= 1.11.0),
100 python3-hp3parclient,
101 python3-oauth2client (>= 4.1.3),
102 python3-rados,

Subscribers

People subscribed via source and target branches