Merge lp:~gary/launchpad/trivial into lp:launchpad

Proposed by Gary Poster
Status: Merged
Approved by: Gary Poster
Approved revision: no longer in the source branch.
Merged at revision: 15079
Proposed branch: lp:~gary/launchpad/trivial
Merge into: lp:launchpad
Diff against target: 19 lines (+8/-1)
1 file modified
versions.cfg (+8/-1)
To merge this branch: bzr merge lp:~gary/launchpad/trivial
Reviewer Review Type Date Requested Status
Gary Poster (community) Approve
Review via email: mp+101619@code.launchpad.net

Commit message

update to trunk version of python-memcached for bug 974632

Description of the change

Update to trunk version of python-memcached for bug 974632.

I attempted to follow https://dev.launchpad.net/PolicyForDocumentingCustomDistributions fairly closely.

To post a comment you must log in.
Revision history for this message
Gary Poster (gary) wrote :

self-approve

review: Approve
lp:~gary/launchpad/trivial updated
15079. By Launchpad PQM Bot

[r=gary][bug=974632] update to trunk version of python-memcached for
 bug 974632

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'versions.cfg'
2--- versions.cfg 2012-04-06 17:28:25 +0000
3+++ versions.cfg 2012-04-11 18:07:25 +0000
4@@ -84,7 +84,14 @@
5 pyOpenSSL = 0.10
6 pystache = 0.3.1
7 python-dateutil = 1.5
8-python-memcached = 1.48
9+# lp:python-memcached
10+# r57 (includes a fix for bug 974632)
11+# bzr branch lp:python-memcached -r57 memcached-1.49
12+# cd memcached-1.49
13+# ./releasescript.auto
14+# python setup.py egg_info -bDEV-r`bzr revno` sdist
15+# mv dist/python-memcached-1.49DEV-r57.tar.gz [LOCATION]/download-cache/dist
16+python-memcached = 1.49DEV-r57
17 # 2.2.1 with the one-liner Expect: 100-continue fix from
18 # lp:~wgrant/python-openid/python-openid-2.2.1-fix676372.
19 python-openid = 2.2.1-fix676372