launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28098
[Merge] ~cjwatson/launchpad:Twisted-20.3.0+lp5 into launchpad:master
Colin Watson has proposed merging ~cjwatson/launchpad:Twisted-20.3.0+lp5 into launchpad:master.
Commit message:
Upgrade to Twisted 20.3.0+lp5 and lazr.sshserver 0.1.13
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #907675 in Launchpad itself: "Add support for Ed25519 SSH keys"
https://bugs.launchpad.net/launchpad/+bug/907675
Bug #1933722 in Launchpad itself: "Launchpad doesn't support secure SSH parameters"
https://bugs.launchpad.net/launchpad/+bug/1933722
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/415427
Between them, these add support for SSH Ed25519 keys (given a small additional change to Launchpad) and RSA SHA-2 signatures.
Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/415424
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:Twisted-20.3.0+lp5 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index 24a3e56..5754d1d 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -74,7 +74,7 @@ lazr.jobrunner==0.17
lazr.lifecycle==1.2.1
lazr.restful==1.1.0
lazr.restfulclient==0.14.4
-lazr.sshserver==0.1.12
+lazr.sshserver==0.1.13
lazr.uri==1.0.6
lpjsmin==0.6
m2r==0.1.13
@@ -159,7 +159,7 @@ testtools==2.5.0
timeline==0.0.7
treq==18.6.0
# lp:~launchpad/twisted:lp-backport
-Twisted==20.3.0+lp4
+Twisted==20.3.0+lp5
txfixtures==0.4.3
txpkgupload==0.4
urllib3==1.25.11