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
1=== modified file 'setup.py'
2--- setup.py 2009-10-07 12:53:04 +0000
3+++ setup.py 2009-10-07 19:00:27 +0000
4@@ -66,6 +66,7 @@
5 'setuptools',
6 'simplejson',
7 'van.testing',
8+ 'wsgiref',
9 'zope.app.pagetemplate',
10 'zope.component [zcml]',
11 'zope.configuration',
12
13=== modified file 'src/lazr/restful/NEWS.txt'
14--- src/lazr/restful/NEWS.txt 2009-10-07 17:13:24 +0000
15+++ src/lazr/restful/NEWS.txt 2009-10-07 19:00:27 +0000
16@@ -2,6 +2,11 @@
17 NEWS for lazr.restful
18 =====================
19
20+0.9.10 (2009-10-07)
21+===================
22+
23+lazr.restful runs under Python 2.4 once again.
24+
25 0.9.9 (2009-10-07)
26 ==================
27
28
29=== modified file 'src/lazr/restful/version.txt'
30--- src/lazr/restful/version.txt 2009-10-07 12:53:04 +0000
31+++ src/lazr/restful/version.txt 2009-10-07 19:00:27 +0000
32@@ -1,1 +1,1 @@
33-0.9.9
34+0.9.10

Subscribers

People subscribed via source and target branches