[Git][debian-gis-team/mapproxy][master] 7 commits: New upstream version 6.1.0+dfsg

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Jun 3 14:29:44 BST 2026



Bas Couwenberg pushed to branch master 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
- - - - -
b7045edd by Bas Couwenberg at 2026-06-03T15:14:06+02:00
Update upstream source from tag 'upstream/6.1.0+dfsg'

Update to upstream version '6.1.0+dfsg'
with Debian dir 88eb8957d39a68aaa7bad289a31212a72522da5c
- - - - -
3fdb0dda by Bas Couwenberg at 2026-06-03T15:14:29+02:00
New upstream release.

- - - - -
9939b204 by Bas Couwenberg at 2026-06-03T15:16:13+02:00
Drop python3.14.patch, applied upstream.

- - - - -
305b9c76 by Bas Couwenberg at 2026-06-03T15:23:29+02:00
Update copyright file.

- - - - -
fd7fcbdd by Bas Couwenberg at 2026-06-03T15:25:04+02:00
Drop nocheck annotation for python3-requests, used more broadly now.

- - - - -
5620a311 by Bas Couwenberg at 2026-06-03T15:25:19+02:00
Set distribution to unstable.

- - - - -


213 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
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/mapnik.patch
- − debian/patches/python3.14.patch
- debian/patches/series
- debian/patches/xfail.patch
- + 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/-/compare/76dee7aa80758ac20cf1bec9a89c7181dab5adfc...5620a3115fc082f48004a03b0343c893fe2a6f46

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/compare/76dee7aa80758ac20cf1bec9a89c7181dab5adfc...5620a3115fc082f48004a03b0343c893fe2a6f46
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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260603/2d6551c1/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list