launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32070
[Merge] ~ilkeremrekoc/launchpad:upgrade-lpjsmin into launchpad:master
İlker Emre Koç has proposed merging ~ilkeremrekoc/launchpad:upgrade-lpjsmin into launchpad:master.
Commit message:
upgrade lpjsmin from 0.6 to 0.7
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ilkeremrekoc/launchpad/+git/launchpad/+merge/478666
Note that lpjsmin is only used in the make file. Thus testing involved using phony aliases within the make file in various ways especially when lpjsmin is called directly or when phony aliases using lpjsmin is called. At the end of it, the builds and tests still ran as expected thus the commit went forward.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilkeremrekoc/launchpad:upgrade-lpjsmin into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index 0a9acd8..40e3c45 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -85,7 +85,7 @@ lazr.sshserver==0.1.13
lazr.uri==1.0.6
lxml==5.3.0
loggerhead==2.0.1
-lpjsmin==0.6
+lpjsmin==0.7
m2r==0.1.13
Markdown==3.7
martian==1.3.post1
Follow ups