launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #07435
[Merge] lp:~stub/launchpad/trivial into lp:launchpad
Stuart Bishop has proposed merging lp:~stub/launchpad/trivial into lp:launchpad.
Requested reviews:
Stuart Bishop (stub)
Related bugs:
Bug #951401 in Launchpad itself: "parse-ppa-apache-logs failing (missing files)"
https://bugs.launchpad.net/launchpad/+bug/951401
For more details, see:
https://code.launchpad.net/~stub/launchpad/trivial/+merge/104069
= Summary =
pytz is old
== Proposed fix ==
bump pytz version
== Pre-implementation notes ==
== LOC Rationale ==
== Implementation details ==
== Tests ==
== Demo and Q/A ==
= Launchpad lint =
Checking for conflicts and issues in changed files.
Linting changed files:
versions.cfg
--
https://code.launchpad.net/~stub/launchpad/trivial/+merge/104069
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg 2012-04-24 04:23:52 +0000
+++ versions.cfg 2012-04-30 08:17:34 +0000
@@ -96,7 +96,7 @@
# lp:~wgrant/python-openid/python-openid-2.2.1-fix676372.
python-openid = 2.2.1-fix676372
python-subunit = 0.0.8beta
-pytz = 2011n
+pytz = 2012c
rdflib = 3.1.0
RestrictedPython = 3.5.1
rabbitfixture = 0.3.2
Follow ups