[Git][debian-gis-team/mapproxy][upstream] New upstream version 6.0.0+dfsg
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Oct 22 15:36:46 BST 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / mapproxy
Commits:
7608649a by Bas Couwenberg at 2025-10-22T15:23:20+02:00
New upstream version 6.0.0+dfsg
- - - - -
133 changed files:
- .github/workflows/dockerbuild.yml
- .github/workflows/lint.yml
- .github/workflows/test.yml
- CHANGES.txt
- doc/caching_layer_dimensions.rst
- doc/configuration.rst
- doc/configuration_examples.rst
- doc/deployment.rst
- doc/inspire.rst
- doc/install_docker.rst
- doc/install_windows.rst
- doc/mapproxy_util.rst
- doc/ogc_api.rst
- doc/services.rst
- doc/sources.rst
- mapproxy/cache/mbtiles.py
- mapproxy/client/http.py
- mapproxy/config/coverage.py
- mapproxy/config/defaults.py
- mapproxy/config/loader.py
- mapproxy/config/spec.py
- mapproxy/featureinfo.py
- mapproxy/grid/resolutions.py
- mapproxy/grid/tile_grid.py
- mapproxy/request/base.py
- mapproxy/response.py
- + mapproxy/script/gridconf_from_ogcapitilematrixset.py
- mapproxy/script/util.py
- + mapproxy/service/ogcapi/__init__.py
- + mapproxy/service/ogcapi/api.py
- + mapproxy/service/ogcapi/collections.py
- + mapproxy/service/ogcapi/conformance.py
- + mapproxy/service/ogcapi/constants.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/ows.py
- mapproxy/service/templates/demo/demo.html
- mapproxy/service/templates/demo/static/ol.css
- + mapproxy/service/templates/ogcapi/README.md
- + mapproxy/service/templates/ogcapi/_base.html
- + mapproxy/service/templates/ogcapi/collections/collection.html
- + mapproxy/service/templates/ogcapi/collections/index.html
- + mapproxy/service/templates/ogcapi/conformance.html
- + mapproxy/service/templates/ogcapi/exception.html
- + mapproxy/service/templates/ogcapi/landing_page.html
- + mapproxy/service/templates/ogcapi/openapi/redoc.html
- + mapproxy/service/templates/ogcapi/openapi/swagger.html
- + mapproxy/service/templates/ogcapi/static/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2
- + mapproxy/service/templates/ogcapi/static/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2
- + mapproxy/service/templates/ogcapi/static/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2
- + mapproxy/service/templates/ogcapi/static/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2
- + mapproxy/service/templates/ogcapi/static/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2
- + mapproxy/service/templates/ogcapi/static/css/bootstrap.min.css
- + mapproxy/service/templates/ogcapi/static/css/default.css
- + mapproxy/service/templates/ogcapi/static/fonts_montserra_roboto.css
- + mapproxy/service/templates/ogcapi/static/img/favicon.ico
- + mapproxy/service/templates/ogcapi/static/img/logo.png
- + mapproxy/service/templates/ogcapi/static/img/pygeoapi-logo.png
- + mapproxy/service/templates/ogcapi/static/montserrat_font_license.txt
- + mapproxy/service/templates/ogcapi/static/redoc.standalone.js
- + mapproxy/service/templates/ogcapi/static/redoc_license.txt
- + mapproxy/service/templates/ogcapi/static/roboto_font_license.txt
- + mapproxy/service/templates/ogcapi/static/swagger-ui-dist/favicon-16x16.png
- + mapproxy/service/templates/ogcapi/static/swagger-ui-dist/favicon-32x32.png
- + mapproxy/service/templates/ogcapi/static/swagger-ui-dist/swagger-ui-bundle.js
- + mapproxy/service/templates/ogcapi/static/swagger-ui-dist/swagger-ui-standalone-preset.js
- + mapproxy/service/templates/ogcapi/static/swagger-ui-dist/swagger-ui.css
- + mapproxy/service/templates/ogcapi/static/swagger-ui-dist/swagger-ui_license.txt
- + mapproxy/service/templates/ogcapi/tilematrixsets/index.html
- + mapproxy/service/templates/ogcapi/tilematrixsets/tilematrixset.html
- + mapproxy/service/templates/ogcapi/tilesets/index.html
- + mapproxy/service/templates/ogcapi/tilesets/tileset.html
- mapproxy/service/templates/tms_capabilities.xml
- mapproxy/service/templates/wms130capabilities.xml
- mapproxy/service/templates/wmts100capabilities.xml
- mapproxy/service/tile.py
- mapproxy/service/wms.py
- + mapproxy/source/ogcapimaps.py
- + mapproxy/source/ogcapitiles.py
- mapproxy/source/wms.py
- mapproxy/srs.py
- + mapproxy/test/schemas/ogcapi/LICENSE.TXT
- + mapproxy/test/schemas/ogcapi/ogcapi-maps-1.bundled.json
- + mapproxy/test/schemas/ogcapi/ogcapi-tiles-1.bundled.json
- + mapproxy/test/schemas/openapi/openapi-3.0.x.json
- mapproxy/test/system/fixture/layer.yaml
- + mapproxy/test/system/fixture/ogcapi_maps_and_tiles_non_earth_service.yaml
- + mapproxy/test/system/fixture/ogcapi_maps_and_tiles_service.yaml
- + mapproxy/test/system/fixture/ogcapimaps_non_earth_source.yaml
- + mapproxy/test/system/fixture/ogcapimaps_service.yaml
- + mapproxy/test/system/fixture/ogcapimaps_source.yaml
- + mapproxy/test/system/fixture/ogcapimaps_source_with_supported_srs.yaml
- + mapproxy/test/system/fixture/ogcapitiles_non_earth_source.yaml
- + mapproxy/test/system/fixture/ogcapitiles_service.yaml
- + mapproxy/test/system/fixture/ogcapitiles_source.yaml
- mapproxy/test/system/test_auth.py
- mapproxy/test/system/test_seed.py
- + mapproxy/test/system/test_service_ogcapi.py
- + mapproxy/test/system/test_source_ogcapimaps.py
- + mapproxy/test/system/test_source_ogcapitiles.py
- mapproxy/test/system/test_tms.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_mbtile.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_mask.py
- mapproxy/test/unit/test_srs.py
- + mapproxy/test/unit/test_util_ogcapi.py
- mapproxy/util/bbox.py
- mapproxy/util/coverage.py
- mapproxy/util/geom.py
- + mapproxy/util/jinja2_templates.py
- + mapproxy/util/ogcapi.py
- requirements-tests.txt
- setup.py
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/7608649a058e7034439145e4d5435c57bbe63536
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/7608649a058e7034439145e4d5435c57bbe63536
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20251022/88a869b2/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list