[tilestache] 07/22: Imported Upstream version 1.51.1+ds

Bas Couwenberg sebastic at debian.org
Thu Oct 27 21:40:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository tilestache.

commit 8db2a82ede18cf4e762d218bde380e78ad98c2ca
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Oct 17 08:30:41 2016 +0200

    Imported Upstream version 1.51.1+ds
---
 PKG-INFO             | 2 +-
 TileStache/Mapnik.py | 2 +-
 TileStache/VERSION   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 06d4c36..b0b247c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: TileStache
-Version: 1.51
+Version: 1.51.1
 Summary: A stylish alternative for caching your map tiles.
 Home-page: http://tilestache.org
 Author: Michal Migurski
diff --git a/TileStache/Mapnik.py b/TileStache/Mapnik.py
index 2a6530c..fff47ac 100644
--- a/TileStache/Mapnik.py
+++ b/TileStache/Mapnik.py
@@ -151,7 +151,7 @@ class ImageProvider:
                 # always release the lock
                 global_mapnik_lock.release()
 
-        img = Image.frombytes('RGBA', (width, height), img.tobytes())
+        img = Image.frombytes('RGBA', (width, height), img.tostring())
 
         logging.debug('TileStache.Mapnik.ImageProvider.renderArea() %dx%d in %.3f from %s', width, height, time() - start_time, self.mapfile)
 
diff --git a/TileStache/VERSION b/TileStache/VERSION
index 08369aa..c73f500 100644
--- a/TileStache/VERSION
+++ b/TileStache/VERSION
@@ -1 +1 @@
-1.51
+1.51.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/tilestache.git



More information about the Pkg-grass-devel mailing list