Package: pyspatialite / 3.0.1-11

Metadata

Package Version Patches format
pyspatialite 3.0.1-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix_build.patch | (download)

setup.py | 20 11 + 9 - 0 !
1 file changed, 11 insertions(+), 9 deletions(-)

 don't embed spatialite files, use system-wide one
01 spatialite_init_ex.patch | (download)

setup.py | 1 1 + 0 - 0 !
src/connection.c | 16 15 + 1 - 0 !
src/connection.h | 3 1 + 2 - 0 !
3 files changed, 17 insertions(+), 3 deletions(-)

 support 'new' spatialite_init_ex() scheme as alternative for the deprecated spatialite_init() method.