v3.1.5
authormartinko <gamato@users.sf.net>
Fri, 9 Aug 2013 14:01:16 +0000 (16:01 +0200)
committermartinko <gamato@users.sf.net>
Fri, 9 Aug 2013 14:01:16 +0000 (16:01 +0200)
INSTALL
NEWS
debian/changelog
python/londiste/handlers/shard.py

diff --git a/INSTALL b/INSTALL
index f57723373167facddf5755377da0867f47931afe..0ba65c22df78bf531f83c10198dd4265b66b1197 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -52,7 +52,7 @@ suitable for installation.  The following additional packages are needed
 to build the debian package:
 
   devscripts autotools-dev python-all-dev python-support xmlto asciidoc
-  libpq-dev postgresql-server-dev-all
+  libevent-dev libpq-dev postgresql-server-dev-all
 
 Then build:
 
diff --git a/NEWS b/NEWS
index 549e6e69bc8c5f99d61e4fa3228f828aaa6a2beb..943b59db23095c9c03889a051429bf210739029a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-2013-07-22  -  SkyTools 3.1.5  -  ""
+2013-07-31  -  SkyTools 3.1.5  -  "Caution, Blind Man Driving"
 
   = Features =
 
index 0bc9b6ee23db6df6f25ecab07d48ecc2d9a19e27..b073d363cab58f85b8e9a370f789a2a62293d101 100644 (file)
@@ -2,7 +2,7 @@ skytools3 (3.1.5) experimental; urgency=low
 
   * v3.1.5
 
- -- martinko <gamato@users.sf.net>  Mon, 22 Jul 2013 16:17:18 +0200
+ -- martinko <gamato@users.sf.net>  Wed, 31 Jul 2013 14:15:16 +0200
 
 skytools3 (3.1.4) experimental; urgency=low
 
index aea8a39d6e3137d1a5f7e668da8648386eb9f2fb..329c6cf4e2cb77948e795909934b247870d432d4 100644 (file)
@@ -105,7 +105,7 @@ class ShardHandler (TableHandler):
             raise Exception('Error loading shard info')
 
 class PartHandler (ShardHandler):
-    __doc__ = '\n'.join(["Deprecated compat name for shard handler."] + __doc__.splitlines()[1:])
+    __doc__ = "Deprecated compat name for shard handler.\n" + __doc__.split('\n',1)[1]
     handler_name = 'part'
 
 # register handler class