Bas Couwenberg pushed to branch upstream at Debian GIS Project / mapproxy
Commits: 66afa554 by Bas Couwenberg at 2026-06-03T15:14:00+02:00 New upstream version 6.1.0+dfsg - - - - - 206 changed files: - .github/ISSUE_TEMPLATE.md - .github/workflows/docker-update.yml - .github/workflows/dockerbuild.yml - .github/workflows/ghpages.yml - + .github/workflows/post-comment.yml - .github/workflows/release.yml - .github/workflows/test.yml - .gitignore - + .python-version - CHANGES.txt - DEVELOPMENT.md - + doc/architecture.rst - doc/caches.rst - doc/configuration.rst - doc/development.rst - + doc/diagrams/00_README.md - + doc/diagrams/01_context_view.drawio.svg - + doc/diagrams/02_component_view.drawio.svg - + doc/diagrams/03_wms_cached_wms_request_flow.drawio.svg - + doc/diagrams/03_wms_cached_wms_request_flow.md - + doc/diagrams/04_wmts_cached_wms_request_flow.drawio.svg - + doc/diagrams/04_wmts_cached_wms_request_flow.md - doc/index.rst - doc/install.rst - doc/install_windows.rst - doc/mapproxy_util.rst - doc/plugins.rst - doc/seed.rst - mapproxy/cache/azureblob.py - mapproxy/cache/base.py - mapproxy/cache/compact.py - mapproxy/cache/couchdb.py - mapproxy/cache/dummy.py - mapproxy/cache/file.py - mapproxy/cache/geopackage.py - mapproxy/cache/legend.py - mapproxy/cache/mbtiles.py - mapproxy/cache/meta.py - mapproxy/cache/path.py - mapproxy/cache/redis.py - mapproxy/cache/renderd.py - mapproxy/cache/s3.py - mapproxy/cache/tile.py - + mapproxy/cache/tile_creator.py - + mapproxy/cache/tile_manager.py - mapproxy/client/arcgis.py - mapproxy/client/cgi.py - mapproxy/client/http.py - mapproxy/client/tile.py - mapproxy/client/wms.py - mapproxy/config/config-schema.json - mapproxy/config/config.py - + mapproxy/config/configuration/__init__.py - + mapproxy/config/configuration/base.py - + mapproxy/config/configuration/cache.py - + mapproxy/config/configuration/global_conf.py - + mapproxy/config/configuration/grid.py - + mapproxy/config/configuration/image_options.py - + mapproxy/config/configuration/layer.py - + mapproxy/config/configuration/proxy.py - + mapproxy/config/configuration/service.py - + mapproxy/config/configuration/source.py - mapproxy/config/loader.py - mapproxy/config/validator.py - mapproxy/config_template/base_config/mapproxy.yaml - mapproxy/exception.py - + mapproxy/extent.py - mapproxy/featureinfo.py - mapproxy/grid/__init__.py - mapproxy/grid/meta_grid.py - mapproxy/grid/resolutions.py - mapproxy/grid/tile_grid.py - mapproxy/image/__init__.py - mapproxy/image/mask.py - mapproxy/image/merge.py - mapproxy/image/message.py - mapproxy/image/opts.py - mapproxy/image/tile.py - mapproxy/image/transform.py - − mapproxy/layer.py - + mapproxy/layer/__init__.py - + mapproxy/layer/cache_map_layer.py - + mapproxy/layer/direct_map_layer.py - + mapproxy/layer/limited_layer.py - + mapproxy/layer/map_layer.py - + mapproxy/layer/resolution_conditional.py - + mapproxy/layer/srs_conditional.py - mapproxy/multiapp.py - mapproxy/proj.py - + mapproxy/query.py - mapproxy/request/arcgis.py - mapproxy/request/base.py - + mapproxy/request/no_case_multi_dict.py - + mapproxy/request/request_params.py - mapproxy/request/tile.py - mapproxy/request/wms/__init__.py - mapproxy/request/wmts.py - mapproxy/script/conf/utils.py - mapproxy/script/defrag.py - mapproxy/script/export.py - mapproxy/script/grids.py - mapproxy/script/scales.py - mapproxy/script/util.py - mapproxy/script/wms_capabilities.py - mapproxy/seed/config.py - mapproxy/seed/script.py - mapproxy/seed/seeder.py - mapproxy/seed/util.py - mapproxy/service/base.py - mapproxy/service/demo.py - mapproxy/service/kml.py - mapproxy/service/ogcapi/api.py - mapproxy/service/ogcapi/collections.py - mapproxy/service/ogcapi/landing_page.py - mapproxy/service/ogcapi/map.py - mapproxy/service/ogcapi/map_utils.py - mapproxy/service/ogcapi/server.py - mapproxy/service/ogcapi/tile.py - mapproxy/service/ogcapi/tilematrixsets.py - mapproxy/service/ogcapi/tilesets.py - mapproxy/service/templates/demo/static/ol.css - mapproxy/service/templates/ogcapi/_base.html - mapproxy/service/templates/ogcapi/collections/collection.html - + mapproxy/service/templates/ogcapi/static/ol.css - + mapproxy/service/templates/ogcapi/static/ol.js - + mapproxy/service/templates/ogcapi/static/proj4.min.js - + mapproxy/service/templates/ogcapi/static/proj4defs.js - mapproxy/service/templates/ogcapi/tilesets/tileset.html - mapproxy/service/tile.py - mapproxy/service/wms.py - mapproxy/service/wmts.py - mapproxy/source/__init__.py - mapproxy/source/arcgis.py - mapproxy/source/error.py - mapproxy/source/mapnik.py - mapproxy/source/ogcapimaps.py - mapproxy/source/ogcapitiles.py - mapproxy/source/tile.py - mapproxy/source/wms.py - mapproxy/srs.py - mapproxy/template.py - mapproxy/test/helper.py - mapproxy/test/http.py - mapproxy/test/image.py - mapproxy/test/mocker.py - mapproxy/test/system/test_cache_azureblob.py - mapproxy/test/system/test_decorate_img.py - mapproxy/test/system/test_seed.py - mapproxy/test/system/test_service_ogcapi.py - mapproxy/test/system/test_util_export.py - mapproxy/test/system/test_util_gridconf_from_ogcapitilematrixset.py - mapproxy/test/system/test_wms.py - mapproxy/test/unit/test_auth.py - mapproxy/test/unit/test_cache.py - mapproxy/test/unit/test_cache_azureblob.py - mapproxy/test/unit/test_cache_compact.py - mapproxy/test/unit/test_cache_couchdb.py - mapproxy/test/unit/test_cache_geopackage.py - mapproxy/test/unit/test_cache_mbtile.py - mapproxy/test/unit/test_cache_s3.py - mapproxy/test/unit/test_cache_tile.py - mapproxy/test/unit/test_client.py - mapproxy/test/unit/test_client_arcgis.py - mapproxy/test/unit/test_collections.py - mapproxy/test/unit/test_concat_legends.py - mapproxy/test/unit/test_conf_loader.py - mapproxy/test/unit/test_decorate_img.py - mapproxy/test/unit/test_featureinfo.py - mapproxy/test/unit/test_geom.py - mapproxy/test/unit/test_grid.py - mapproxy/test/unit/test_image.py - mapproxy/test/unit/test_image_mask.py - mapproxy/test/unit/test_image_messages.py - mapproxy/test/unit/test_request.py - mapproxy/test/unit/test_request_wmts.py - mapproxy/test/unit/test_seed.py - mapproxy/test/unit/test_seed_cachelock.py - mapproxy/test/unit/test_tiled_source.py - mapproxy/test/unit/test_utils.py - mapproxy/test/unit/test_wms_capabilities.py - mapproxy/test/unit/test_wms_layer.py - mapproxy/test/unit/test_yaml.py - mapproxy/tilefilter.py - mapproxy/util/async_.py - mapproxy/util/bbox.py - mapproxy/util/coverage.py - mapproxy/util/ext/dictspec/validator.py - mapproxy/util/ext/local.py - mapproxy/util/ext/lockfile.py - mapproxy/util/ext/serving.py - mapproxy/util/ext/tempita/__init__.py - mapproxy/util/geom.py - + mapproxy/util/immutable_dict_list.py - mapproxy/util/jinja2_templates.py - mapproxy/util/lib.py - mapproxy/util/lock.py - mapproxy/util/collections.py → mapproxy/util/lru.py - mapproxy/util/ogr.py - mapproxy/util/py.py - mapproxy/util/yaml.py - mapproxy/wsgiapp.py - pyproject.toml - − pytest.ini - requirements-tests.txt - setup.py - − tox.ini The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/66afa554b7088e237272c96f395754cdb1220eea -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/66afa554b7088e237272c96f395754cdb1220eea You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
