Merge lp:~cjwatson/launchpad/python-memcached-1.58 into lp:launchpad

Proposed by Colin Watson
Status: Merged
Merged at revision: 18478
Proposed branch: lp:~cjwatson/launchpad/python-memcached-1.58
Merge into: lp:launchpad
Diff against target: 19 lines (+1/-8)
1 file modified
versions.cfg (+1/-8)
To merge this branch: bzr merge lp:~cjwatson/launchpad/python-memcached-1.58
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+331911@code.launchpad.net

Commit message

Upgrade to python-memcached 1.58, squashing our local build.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

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 2017-09-25 12:24:39 +0000
3+++ versions.cfg 2017-10-06 00:27:26 +0000
4@@ -98,14 +98,7 @@
5 python-dateutil = 1.5
6 python-debian = 0.1.23
7 python-keystoneclient = 0.3.1
8-# lp:python-memcached
9-# r57 (includes a fix for bug 974632)
10-# bzr branch lp:python-memcached -r57 memcached-1.49
11-# cd memcached-1.49
12-# ./releasescript.auto
13-# python setup.py egg_info -bDEV-r`bzr revno` sdist
14-# mv dist/python-memcached-1.49DEV-r57.tar.gz [LOCATION]/download-cache/dist
15-python-memcached = 1.49DEV-r57
16+python-memcached = 1.58
17 python-mimeparse = 0.1.4
18 # XXX: deryck 2012-08-10
19 # See lp:~deryck/python-openid/python-openid-fix1034376 which