Merge lp:~barry/ubuntu/natty/python-central/py27 into lp:ubuntu/natty/python-central

Proposed by Barry Warsaw
Status: Merged
Merge reported by: Scott Kitterman
Merged at revision: not available
Proposed branch: lp:~barry/ubuntu/natty/python-central/py27
Merge into: lp:ubuntu/natty/python-central
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
dh_pycentral (+1/-1)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/python-central/py27
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+39165@code.launchpad.net

Description of the change

Enables Python 2.7 support for Natty.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-09-10 08:56:59 +0000
3+++ debian/changelog 2010-10-22 18:36:57 +0000
4@@ -1,3 +1,9 @@
5+python-central (0.6.15ubuntu3) natty; urgency=low
6+
7+ * Version bump for Python 2.7 stack PPA. (LP: #664540)
8+
9+ -- Barry Warsaw <barry@ubuntu.com> Thu, 21 Oct 2010 10:47:35 -0400
10+
11 python-central (0.6.15ubuntu2) maverick; urgency=low
12
13 * pycentral.py:
14
15=== modified file 'dh_pycentral'
16--- dh_pycentral 2010-03-31 12:42:02 +0000
17+++ dh_pycentral 2010-10-22 18:36:57 +0000
18@@ -125,7 +125,7 @@
19 my $python_nextversion = next_minor_version($python_version);
20 my $python_nextmajor = $python_major + 1;
21
22-my @python_allversions = ('1.5','2.1','2.2','2.3','2.4','2.5','2.6');
23+my @python_allversions = ('1.5','2.1','2.2','2.3','2.4','2.5','2.6','2.7');
24 foreach (@python_allversions) {
25 s/^/python/;
26 }

Subscribers

People subscribed via source and target branches

to all changes: