[mapproxy] branch stretch-backports updated (8d55c43 -> d32dc1e)
Bas Couwenberg
sebastic at debian.org
Sun Jan 7 10:51:49 UTC 2018
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch stretch-backports
in repository mapproxy.
from 8d55c43 Rebuild for stretch-backports.
adds 8359042 Drop libproj-dev from build dependencies, not directly required and already pulled in via libgdal-dev.
adds e3c9905 New upstream version 1.11.0
adds 12792f6 Merge tag 'upstream/1.11.0'
adds b016a84 New upstream release.
adds a6276d8 Refresh patches.
adds 44e43a7 Update copyright years for Omniscale.
adds e1f415c Bump Standards-Version to 4.1.1, no changes.
adds 7801dd7 Set distribution to unstable.
new ee09dda Merge tag 'debian/1.11.0-1' into stretch-backports
new d32dc1e Rebuild for stretch-backports.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 17 +-
AUTHORS.txt | 2 +-
CHANGES.txt | 34 ++
debian/changelog | 17 +
debian/control | 3 +-
debian/copyright | 2 +-
debian/patches/offline-tests.patch | 143 +++--
doc/caches.rst | 59 +-
doc/conf.py | 4 +-
doc/configuration.rst | 36 +-
doc/deployment.rst | 6 +-
doc/install_osgeo4w.rst | 13 +-
doc/mapproxy_util.rst | 51 +-
doc/sources.rst | 31 +-
mapproxy/__init__.py | 1 -
mapproxy/cache/compact.py | 622 ++++++++++++++++-----
mapproxy/cache/couchdb.py | 12 +-
mapproxy/cache/file.py | 8 +-
mapproxy/cache/geopackage.py | 6 +-
mapproxy/cache/legend.py | 1 -
mapproxy/cache/mbtiles.py | 8 +-
mapproxy/cache/redis.py | 2 +-
mapproxy/cache/renderd.py | 1 -
mapproxy/cache/riak.py | 20 +-
mapproxy/cache/s3.py | 4 +-
mapproxy/cache/sqlite.py | 413 --------------
mapproxy/cache/tile.py | 2 -
mapproxy/client/http.py | 187 +++----
mapproxy/client/wms.py | 1 -
mapproxy/compat/__init__.py | 7 +-
mapproxy/config/config.py | 1 -
mapproxy/config/loader.py | 41 +-
mapproxy/config/validator.py | 2 +-
.../config_template/base_config/full_example.yaml | 16 +
mapproxy/image/__init__.py | 9 +-
mapproxy/image/merge.py | 1 -
mapproxy/image/transform.py | 234 ++++++--
mapproxy/layer.py | 31 +-
mapproxy/multiapp.py | 1 -
mapproxy/request/wms/__init__.py | 1 -
mapproxy/request/wmts.py | 2 +-
mapproxy/script/defrag.py | 184 ++++++
mapproxy/script/export.py | 8 +-
mapproxy/script/util.py | 23 +-
mapproxy/script/wms_capabilities.py | 6 +-
mapproxy/seed/cachelock.py | 1 -
mapproxy/seed/cleanup.py | 4 +-
mapproxy/seed/script.py | 1 +
mapproxy/seed/seeder.py | 2 +
mapproxy/service/demo.py | 13 +-
mapproxy/service/template_helper.py | 22 +-
mapproxy/service/templates/wms100capabilities.xml | 2 +-
mapproxy/service/templates/wms110capabilities.xml | 2 +-
mapproxy/service/templates/wms111capabilities.xml | 2 +-
mapproxy/service/templates/wms130capabilities.xml | 2 +-
mapproxy/service/templates/wmts100capabilities.xml | 10 +
mapproxy/service/tile.py | 2 +-
mapproxy/service/wms.py | 59 +-
mapproxy/source/__init__.py | 5 +-
mapproxy/source/mapnik.py | 4 +-
mapproxy/source/wms.py | 26 +-
mapproxy/srs.py | 12 +-
mapproxy/test/image.py | 2 +
mapproxy/test/system/__init__.py | 2 +-
mapproxy/test/system/fixture/layer.yaml | 11 +-
mapproxy/test/system/fixture/wms_srs_extent.yaml | 20 +-
mapproxy/test/system/test_arcgis.py | 2 +-
mapproxy/test/system/test_auth.py | 2 +-
mapproxy/test/system/test_behind_proxy.py | 2 +-
mapproxy/test/system/test_cache_band_merge.py | 1 -
mapproxy/test/system/test_cache_geopackage.py | 2 +-
mapproxy/test/system/test_cache_grid_names.py | 1 -
mapproxy/test/system/test_cache_mbtiles.py | 2 +-
mapproxy/test/system/test_cache_s3.py | 2 +-
mapproxy/test/system/test_cache_source.py | 1 -
mapproxy/test/system/test_combined_sources.py | 2 +-
mapproxy/test/system/test_coverage.py | 2 +-
mapproxy/test/system/test_disable_storage.py | 1 -
mapproxy/test/system/test_formats.py | 2 +-
mapproxy/test/system/test_kml.py | 1 -
mapproxy/test/system/test_layergroups.py | 2 +-
mapproxy/test/system/test_legendgraphic.py | 2 +-
mapproxy/test/system/test_mapnik.py | 2 +-
mapproxy/test/system/test_mapserver.py | 2 +-
mapproxy/test/system/test_mixed_mode_format.py | 2 +-
mapproxy/test/system/test_multi_cache_layers.py | 2 +-
mapproxy/test/system/test_multiapp.py | 2 +-
mapproxy/test/system/test_renderd_client.py | 1 -
mapproxy/test/system/test_scalehints.py | 2 +-
mapproxy/test/system/test_seed.py | 1 -
mapproxy/test/system/test_seed_only.py | 2 +-
mapproxy/test/system/test_sld.py | 2 +-
mapproxy/test/system/test_source_errors.py | 2 +-
mapproxy/test/system/test_tilesource_minmax_res.py | 1 -
mapproxy/test/system/test_tms.py | 1 -
mapproxy/test/system/test_tms_origin.py | 1 -
mapproxy/test/system/test_util_conf.py | 1 -
mapproxy/test/system/test_util_export.py | 1 -
mapproxy/test/system/test_util_grids.py | 1 -
mapproxy/test/system/test_util_wms_capabilities.py | 1 -
mapproxy/test/system/test_watermark.py | 2 +-
mapproxy/test/system/test_wms.py | 12 +-
mapproxy/test/system/test_wms_srs_extent.py | 56 +-
mapproxy/test/system/test_wms_version.py | 2 +-
mapproxy/test/system/test_wmsc.py | 2 +-
mapproxy/test/system/test_wmts.py | 9 +-
mapproxy/test/system/test_wmts_dimensions.py | 2 +-
mapproxy/test/system/test_wmts_restful.py | 5 +-
mapproxy/test/system/test_xslt_featureinfo.py | 2 +-
mapproxy/test/unit/test_cache.py | 2 -
mapproxy/test/unit/test_cache_compact.py | 197 ++++++-
mapproxy/test/unit/test_cache_couchdb.py | 1 -
mapproxy/test/unit/test_cache_geopackage.py | 2 +-
mapproxy/test/unit/test_cache_redis.py | 1 -
mapproxy/test/unit/test_cache_riak.py | 1 -
mapproxy/test/unit/test_cache_tile.py | 4 +-
mapproxy/test/unit/test_client.py | 119 ++--
mapproxy/test/unit/test_client_cgi.py | 1 -
mapproxy/test/unit/test_concat_legends.py | 1 -
mapproxy/test/unit/test_conf_loader.py | 6 +-
mapproxy/test/unit/test_conf_validator.py | 15 +-
mapproxy/test/unit/test_config.py | 1 -
mapproxy/test/unit/test_featureinfo.py | 1 -
mapproxy/test/unit/test_geom.py | 9 +-
mapproxy/test/unit/test_grid.py | 3 +-
mapproxy/test/unit/test_image.py | 91 ++-
mapproxy/test/unit/test_multiapp.py | 1 -
mapproxy/test/unit/test_seed.py | 2 +-
mapproxy/test/unit/test_seed_cachelock.py | 1 -
mapproxy/test/unit/test_tiled_source.py | 1 -
mapproxy/test/unit/test_utils.py | 1 -
mapproxy/test/unit/test_wms_layer.py | 2 +-
mapproxy/util/async.py | 1 -
mapproxy/util/coverage.py | 1 -
mapproxy/util/ext/dictspec/validator.py | 1 -
mapproxy/util/ext/serving.py | 278 +--------
mapproxy/util/fs.py | 20 +-
mapproxy/util/geom.py | 8 +-
mapproxy/util/lock.py | 1 -
mapproxy/util/py.py | 1 -
mapproxy/util/yaml.py | 2 +-
mapproxy/wsgiapp.py | 10 +-
release.py | 18 +-
requirements-tests.txt | 1 +
requirements-travis.txt | 3 +-
setup.py | 9 +-
146 files changed, 2078 insertions(+), 1362 deletions(-)
delete mode 100644 mapproxy/cache/sqlite.py
create mode 100644 mapproxy/script/defrag.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapproxy.git
More information about the Pkg-grass-devel
mailing list