Merge lp:~leonardr/lazr.restful/work-on-2.4 into lp:lazr.restful

Proposed by Leonard Richardson
Status: Merged
Merged at revision: not available
Proposed branch: lp:~leonardr/lazr.restful/work-on-2.4
Merge into: lp:lazr.restful
Diff against target: 34 lines
3 files modified
setup.py (+1/-0)
src/lazr/restful/NEWS.txt (+5/-0)
src/lazr/restful/version.txt (+1/-1)
To merge this branch: bzr merge lp:~leonardr/lazr.restful/work-on-2.4
Reviewer Review Type Date Requested Status
Gary Poster Approve
Review via email: mp+13015@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Leonard Richardson (leonardr) wrote :

This branch makes lazr.restful work under Python 2.4 by making 'wsgiref' an external dependency downloaded from PyPi, rather than assuming it's in the standard library.

This was the only change I had to make to get the tests to pass under 2.4.

Revision history for this message
Gary Poster (gary) wrote :

Looks good. Thank you!

Gary

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'setup.py'
--- setup.py 2009-10-07 12:53:04 +0000
+++ setup.py 2009-10-07 19:00:27 +0000
@@ -66,6 +66,7 @@
66 'setuptools',66 'setuptools',
67 'simplejson',67 'simplejson',
68 'van.testing',68 'van.testing',
69 'wsgiref',
69 'zope.app.pagetemplate',70 'zope.app.pagetemplate',
70 'zope.component [zcml]',71 'zope.component [zcml]',
71 'zope.configuration',72 'zope.configuration',
7273
=== modified file 'src/lazr/restful/NEWS.txt'
--- src/lazr/restful/NEWS.txt 2009-10-07 17:13:24 +0000
+++ src/lazr/restful/NEWS.txt 2009-10-07 19:00:27 +0000
@@ -2,6 +2,11 @@
2NEWS for lazr.restful2NEWS for lazr.restful
3=====================3=====================
44
50.9.10 (2009-10-07)
6===================
7
8lazr.restful runs under Python 2.4 once again.
9
50.9.9 (2009-10-07)100.9.9 (2009-10-07)
6==================11==================
712
813
=== modified file 'src/lazr/restful/version.txt'
--- src/lazr/restful/version.txt 2009-10-07 12:53:04 +0000
+++ src/lazr/restful/version.txt 2009-10-07 19:00:27 +0000
@@ -1,1 +1,1 @@
10.9.910.9.10

Subscribers

People subscribed via source and target branches