Merge lp:~wgrant/launchpad/pygments-1.4 into lp:launchpad

Proposed by William Grant
Status: Merged
Approved by: Graham Binns
Approved revision: no longer in the source branch.
Merged at revision: 12498
Proposed branch: lp:~wgrant/launchpad/pygments-1.4
Merge into: lp:launchpad
Diff against target: 30 lines (+1/-8)
2 files modified
lib/lp_sitecustomize.py (+0/-7)
versions.cfg (+1/-1)
To merge this branch: bzr merge lp:~wgrant/launchpad/pygments-1.4
Reviewer Review Type Date Requested Status
Graham Binns (community) code Approve
Review via email: mp+51725@code.launchpad.net

Commit message

[r=gmb][bug=727065] Upgrade to Pygments 1.4, fixing codebrowse hangs.

Description of the change

Upgrade from Pygments 0.8 to 1.4, because antique eggs like to hang codebrowse.

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp_sitecustomize.py'
2--- lib/lp_sitecustomize.py 2011-02-20 13:26:48 +0000
3+++ lib/lp_sitecustomize.py 2011-03-01 10:42:40 +0000
4@@ -102,13 +102,6 @@
5 warnings.filterwarnings(
6 'ignore', '.*apt_pkg.*', category=DeprecationWarning)
7
8- # pygments-0.8 on Python 2.6:
9- # DeprecationWarning: object.__init__() takes no parameters
10- warnings.filterwarnings(
11- 'ignore',
12- category=DeprecationWarning,
13- module='pygments')
14-
15
16 def customize_logger():
17 """Customize the logging system.
18
19=== modified file 'versions.cfg'
20--- versions.cfg 2011-02-28 06:28:16 +0000
21+++ versions.cfg 2011-03-01 10:42:40 +0000
22@@ -55,7 +55,7 @@
23 pyasn1 = 0.0.9a
24 pycrypto = 2.0.1
25 pydkim = 0.3-mbp-r7
26-Pygments = 0.8
27+Pygments = 1.4
28 pyOpenSSL = 0.10
29 python-memcached = 1.45
30 # 2.2.1 with the one-liner Expect: 100-continue fix from