Package: python-mapnik / 1:0.0~20200224-7da019cf9-4

Metadata

Package Version Patches format
python-mapnik 1:0.0~20200224-7da019cf9-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip tests for missing data.patch | (download)

test/python_tests/cairo_test.py | 4 4 + 0 - 0 !
test/python_tests/compositing_test.py | 19 19 + 0 - 0 !
test/python_tests/csv_test.py | 22 22 + 0 - 0 !
test/python_tests/datasource_test.py | 28 28 + 0 - 0 !
test/python_tests/extra_map_props_test.py | 4 4 + 0 - 0 !
test/python_tests/feature_id_test.py | 7 7 + 0 - 0 !
test/python_tests/fontset_test.py | 4 4 + 0 - 0 !
test/python_tests/geojson_plugin_test.py | 16 16 + 0 - 0 !
test/python_tests/image_filters_test.py | 4 4 + 0 - 0 !
test/python_tests/image_test.py | 4 4 + 0 - 0 !
test/python_tests/image_tiff_test.py | 40 40 + 0 - 0 !
test/python_tests/layer_buffer_size_test.py | 4 4 + 0 - 0 !
test/python_tests/layer_modification_test.py | 4 4 + 0 - 0 !
test/python_tests/map_query_test.py | 19 19 + 0 - 0 !
test/python_tests/markers_complex_rendering_test.py | 7 7 + 0 - 0 !
test/python_tests/ogr_and_shape_geometries_test.py | 4 4 + 0 - 0 !
test/python_tests/ogr_test.py | 22 22 + 0 - 0 !
test/python_tests/palette_test.py | 7 7 + 0 - 0 !
test/python_tests/pdf_printing_test.py | 4 4 + 0 - 0 !
test/python_tests/png_encoding_test.py | 4 4 + 0 - 0 !
test/python_tests/pngsuite_test.py | 4 4 + 0 - 0 !
test/python_tests/query_tolerance_test.py | 4 4 + 0 - 0 !
test/python_tests/raster_symbolizer_test.py | 19 19 + 0 - 0 !
test/python_tests/render_test.py | 7 7 + 0 - 0 !
test/python_tests/reprojection_test.py | 19 19 + 0 - 0 !
test/python_tests/save_map_test.py | 7 7 + 0 - 0 !
test/python_tests/shapefile_test.py | 28 28 + 0 - 0 !
test/python_tests/shapeindex_test.py | 4 4 + 0 - 0 !
test/python_tests/sqlite_rtree_test.py | 4 4 + 0 - 0 !
test/python_tests/sqlite_test.py | 55 55 + 0 - 0 !
test/python_tests/topojson_plugin_test.py | 13 13 + 0 - 0 !
31 files changed, 391 insertions(+)

 skip tests for missing data.
boost1.71.patch | (download)

setup.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix libboost_python detection for boost1.71.
proj6 apis.patch | (download)

src/mapnik_proj_transform.cpp | 17 9 + 8 - 0 !
1 file changed, 9 insertions(+), 8 deletions(-)

 upgrade to use new apis
proj6 syntax.patch | (download)

mapnik/__init__.py | 4 2 + 2 - 0 !
src/mapnik_layer.cpp | 36 18 + 18 - 0 !
src/mapnik_map.cpp | 20 10 + 10 - 0 !
src/mapnik_projection.cpp | 8 4 + 4 - 0 !
src/mapnik_python.cpp | 10 5 + 5 - 0 !
test/python_tests/agg_rasterizer_integer_overflow_test.py | 4 2 + 2 - 0 !
test/python_tests/datasource_test.py | 2 1 + 1 - 0 !
test/python_tests/layer_modification_test.py | 4 2 + 2 - 0 !
test/python_tests/layer_test.py | 2 1 + 1 - 0 !
test/python_tests/multi_tile_raster_test.py | 2 1 + 1 - 0 !
test/python_tests/object_test.py | 4 2 + 2 - 0 !
test/python_tests/ogr_test.py | 10 5 + 5 - 0 !
test/python_tests/projection_test.py | 18 9 + 9 - 0 !
test/python_tests/query_tolerance_test.py | 2 1 + 1 - 0 !
test/python_tests/raster_symbolizer_test.py | 12 6 + 6 - 0 !
test/python_tests/render_test.py | 8 4 + 4 - 0 !
16 files changed, 73 insertions(+), 73 deletions(-)

 update to use libproj >=6 projection initialisation syntax