| Patch |
File delta |
Description |
| skip tests for missing data.patch | (download) |
test/python_tests/cairo_test.py |
3 3 + 0 - 0 !
test/python_tests/compositing_test.py |
18 18 + 0 - 0 !
test/python_tests/csv_test.py |
21 21 + 0 - 0 !
test/python_tests/datasource_test.py |
27 27 + 0 - 0 !
test/python_tests/datasource_xml_template_test.py |
3 3 + 0 - 0 !
test/python_tests/extra_map_props_test.py |
3 3 + 0 - 0 !
test/python_tests/feature_id_test.py |
9 9 + 0 - 0 !
test/python_tests/fontset_test.py |
3 3 + 0 - 0 !
test/python_tests/geojson_plugin_test.py |
15 15 + 0 - 0 !
test/python_tests/image_filters_test.py |
3 3 + 0 - 0 !
test/python_tests/image_test.py |
3 3 + 0 - 0 !
test/python_tests/image_tiff_test.py |
39 39 + 0 - 0 !
test/python_tests/layer_buffer_size_test.py |
3 3 + 0 - 0 !
test/python_tests/layer_modification_test.py |
3 3 + 0 - 0 !
test/python_tests/map_query_test.py |
18 18 + 0 - 0 !
test/python_tests/markers_complex_rendering_test.py |
6 6 + 0 - 0 !
test/python_tests/multi_tile_raster_test.py |
3 3 + 0 - 0 !
test/python_tests/object_test.py |
6 6 + 0 - 0 !
test/python_tests/ogr_and_shape_geometries_test.py |
3 3 + 0 - 0 !
test/python_tests/ogr_test.py |
24 24 + 0 - 0 !
test/python_tests/palette_test.py |
9 9 + 0 - 0 !
test/python_tests/pdf_printing_test.py |
3 3 + 0 - 0 !
test/python_tests/png_encoding_test.py |
3 3 + 0 - 0 !
test/python_tests/pngsuite_test.py |
3 3 + 0 - 0 !
test/python_tests/query_tolerance_test.py |
3 3 + 0 - 0 !
test/python_tests/raster_symbolizer_test.py |
18 18 + 0 - 0 !
test/python_tests/render_grid_test.py |
6 6 + 0 - 0 !
test/python_tests/render_test.py |
6 6 + 0 - 0 !
test/python_tests/reprojection_test.py |
18 18 + 0 - 0 !
test/python_tests/save_map_test.py |
9 9 + 0 - 0 !
test/python_tests/shapefile_test.py |
27 27 + 0 - 0 !
test/python_tests/shapeindex_test.py |
3 3 + 0 - 0 !
test/python_tests/sqlite_rtree_test.py |
3 3 + 0 - 0 !
test/python_tests/sqlite_test.py |
54 54 + 0 - 0 !
test/python_tests/topojson_plugin_test.py |
46 29 + 17 - 0 !
35 files changed, 407 insertions(+), 17 deletions(-) |
skip tests for missing data.
|
| no distutils.patch | (download) |
build.py |
10 7 + 3 - 0 !
setup.py |
18 1 + 17 - 0 !
2 files changed, 8 insertions(+), 20 deletions(-) |
don't use deprecated distutils module.
|
| mapnik 4.0.patch | (download) |
setup.py |
26 11 + 15 - 0 !
1 file changed, 11 insertions(+), 15 deletions(-) |
use pkg-config instead of mapnik-config.
|
| clean.patch | (download) |
setup.py |
247 125 + 122 - 0 !
1 file changed, 125 insertions(+), 122 deletions(-) |
don't require dependencies to be installed when clean target is executed.
|
| pycairo.patch | (download) |
test/python_tests/cairo_test.py |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
fix ftbfs due to pycairo test failure.
|
| test failures.patch | (download) |
test/python_tests/compositing_test.py |
2 2 + 0 - 0 !
test/python_tests/geometry_io_test.py |
2 2 + 0 - 0 !
test/python_tests/image_test.py |
1 1 + 0 - 0 !
test/python_tests/image_tiff_test.py |
5 5 + 0 - 0 !
test/python_tests/png_encoding_test.py |
8 8 + 0 - 0 !
test/python_tests/render_test.py |
1 1 + 0 - 0 !
test/python_tests/sqlite_rtree_test.py |
1 1 + 0 - 0 !
test/python_tests/sqlite_test.py |
1 1 + 0 - 0 !
test/python_tests/webp_encoding_test.py |
1 1 + 0 - 0 !
9 files changed, 22 insertions(+) |
mark tests with xfail for non-amd64 architectures.
|
| optional.patch | (download) |
src/mapnik_image.cpp |
2 1 + 1 - 0 !
src/mapnik_layer.cpp |
6 3 + 3 - 0 !
src/mapnik_map.cpp |
2 1 + 1 - 0 !
src/python_optional.hpp |
35 17 + 18 - 0 !
test/python_tests/cairo_test.py |
2 1 + 1 - 0 !
5 files changed, 23 insertions(+), 24 deletions(-) |
fixup boost:optional -> std::optional change in mapnik library.
Relax one test failure related to png reducing of cairo
|
| nose2pytest.patch | (download) |
.travis.yml |
4 2 + 2 - 0 !
setup.cfg |
2 0 + 2 - 0 !
setup.py |
3 1 + 2 - 0 !
test/python_tests/pgraster_test.py |
172 86 + 86 - 0 !
test/run_tests.py |
112 0 + 112 - 0 !
5 files changed, 89 insertions(+), 204 deletions(-) |
use pytest instead of nose.
|