Merge ~troyanov/maas:fix-2019229 into maas:master

Proposed by Anton Troyanov
Status: Merged
Approved by: Anton Troyanov
Approved revision: fcd38a2825ff9433124037906d874cbbd064a0bb
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~troyanov/maas:fix-2019229
Merge into: maas:master
Diff against target: 13 lines (+1/-1)
1 file modified
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
MAAS Lander Approve
Adam Collard (community) Approve
Review via email: mp+442967@code.launchpad.net

Commit message

fixup! bump pylxd version

Because 2.3.2 is not released yet, any pre-release version will fail to
conform previously required version constraint.

```
dpkg --compare-versions 2.3.2~alpha1-431-10-g.fe37358~ubuntu22.04.1 ge 2.3.2
```

This commit makes a more specific version constraint that should work
for both released and pre-release versions.

This constraint is needed to avoid 2.3.2~alpha1-420-10-g.72426bf~ubuntu22.04.1

Resolves LP:2019229

To post a comment you must log in.
Revision history for this message
Adam Collard (adam-collard) :
review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b fix-2019229 lp:~troyanov/maas/+git/maas into -b master lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: 1a92b2932dc7a3a7ec5f70c5d7d526a3e7c98106

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b fix-2019229 lp:~troyanov/maas/+git/maas into -b master lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: fcd38a2825ff9433124037906d874cbbd064a0bb

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/control b/debian/control
2index 974de8a..1609b33 100644
3--- a/debian/control
4+++ b/debian/control
5@@ -143,7 +143,7 @@ Depends: lshw,
6 python3-paramiko,
7 python3-pexpect,
8 python3-prometheus-client,
9- python3-pylxd (>= 2.3.2),
10+ python3-pylxd (>= 2.3.2~alpha1-431-10),
11 python3-pyparsing,
12 python3-pypureomapi,
13 python3-pyvmomi,

Subscribers

People subscribed via source and target branches