Colin Watson has proposed merging ~cjwatson/launchpad:faster-versions into launchpad:master.
Commit message: Upgrade most of the LAZR stack to reduce pkg_resources imports Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/408503 Importing `pkg_resources` is slow in environments such as Launchpad with many packages installed. -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:faster-versions into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt index 87fe028..de20a2d 100644 --- a/requirements/launchpad.txt +++ b/requirements/launchpad.txt @@ -66,17 +66,17 @@ keyring==0.6.2 keystoneauth1==4.1.0 kombu==4.6.11 launchpad-buildd==193 -launchpadlib==1.10.9 -lazr.batchnavigator==1.3.0 +launchpadlib==1.10.14 +lazr.batchnavigator==1.3.1 lazr.config==2.2.3 lazr.delegates==2.0.4 -lazr.enum==1.2 +lazr.enum==1.2.1 lazr.jobrunner==0.17 -lazr.lifecycle==1.2 -lazr.restful==1.0.3 -lazr.restfulclient==0.14.3 -lazr.sshserver==0.1.11 -lazr.uri==1.0.5 +lazr.lifecycle==1.2.1 +lazr.restful==1.0.4 +lazr.restfulclient==0.14.4 +lazr.sshserver==0.1.12 +lazr.uri==1.0.6 lpjsmin==0.6 m2r==0.1.13 Markdown==2.3.1 @@ -168,7 +168,7 @@ urllib3==1.25.11 van.testing==3.0.0 vine==1.3.0 virtualenv-tools3==2.0.5 -wadllib==1.3.5 +wadllib==1.3.6 waitress==1.3.1 webencodings==0.5.1 WebOb==1.8.5
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

