Angelos Tzotsos pushed to branch upstream at Debian GIS Project / pygeoapi
Commits: 459574bf by Angelos Tzotsos at 2026-04-13T20:20:53+03:00 New upstream version 0.23.2 - - - - - 113 changed files: - .github/workflows/containers.yml - .github/workflows/main.yml - Dockerfile - LICENSE.md - docker/entrypoint.sh - docs/source/_templates/indexsidebar.html - docs/source/administration.rst - docs/source/conf.py - docs/source/configuration.rst - docs/source/crs.rst - docs/source/running-with-docker.rst → docs/source/docker.rst - docs/source/index.rst - docs/source/plugins.rst - docs/source/publishing/ogcapi-coverages.rst - docs/source/publishing/ogcapi-edr.rst - docs/source/publishing/ogcapi-features.rst - docs/source/publishing/ogcapi-maps.rst - docs/source/publishing/ogcapi-processes.rst - docs/source/publishing/ogcapi-tiles.rst - + docs/source/pubsub.rst - docs/source/running.rst - locale/en/LC_MESSAGES/messages.po - pygeoapi/__init__.py - pygeoapi/api/__init__.py - pygeoapi/api/admin.py - + pygeoapi/api/collection.py - pygeoapi/api/coverages.py - pygeoapi/api/environmental_data_retrieval.py - pygeoapi/api/itemtypes.py - pygeoapi/api/maps.py - pygeoapi/api/processes.py - + pygeoapi/api/pubsub.py - pygeoapi/api/stac.py - pygeoapi/api/tiles.py - + pygeoapi/asyncapi.py - pygeoapi/crs.py - pygeoapi/django_/urls.py - pygeoapi/django_/views.py - pygeoapi/flask_app.py - + pygeoapi/formats.py - pygeoapi/formatter/base.py - pygeoapi/formatter/csv_.py - pygeoapi/openapi.py - pygeoapi/plugin.py - pygeoapi/process/base.py - pygeoapi/process/manager/base.py - pygeoapi/process/manager/mongodb_.py - pygeoapi/process/manager/postgresql.py - pygeoapi/process/manager/tinydb_.py - pygeoapi/provider/__init__.py - pygeoapi/provider/base.py - pygeoapi/provider/base_edr.py - pygeoapi/provider/csv_.py - pygeoapi/provider/csw_facade.py - pygeoapi/provider/elasticsearch_.py - pygeoapi/provider/esri.py - pygeoapi/provider/geojson.py - pygeoapi/provider/opensearch_.py - pygeoapi/provider/sql.py - pygeoapi/provider/tinydb_.py - pygeoapi/provider/wms_facade.py - pygeoapi/provider/wmts_facade.py - pygeoapi/provider/xarray_.py - pygeoapi/provider/xarray_edr.py - + pygeoapi/pubsub/__init__.py - + pygeoapi/pubsub/base.py - + pygeoapi/pubsub/http.py - + pygeoapi/pubsub/kafka.py - + pygeoapi/pubsub/mqtt.py - + pygeoapi/resources/schemas/asyncapi/asyncapi-3.0.0.json - pygeoapi/resources/schemas/config/pygeoapi-config-0.x.yml - pygeoapi/starlette_app.py - pygeoapi/templates/_base.html - + pygeoapi/templates/asyncapi.html - pygeoapi/templates/collections/collection.html - pygeoapi/templates/collections/items/index.html - pygeoapi/templates/landing_page.html - pygeoapi/templates/openapi/redoc.html - pygeoapi/util.py - requirements-docker.txt - + requirements-pubsub.txt - requirements.txt - setup.py - tests/api/test_api.py - tests/api/test_environmental_data_retrieval.py - tests/api/test_itemtypes.py - tests/api/test_maps.py - tests/api/test_processes.py - + tests/api/test_pubsub.py - tests/api/test_stac.py - tests/api/test_tiles.py - tests/conftest.py - tests/data/README.md - + tests/data/dutch-nationaalgeoregister/sample-records.tinydb - tests/data/mysql_data.sql - tests/load_tinydb_records.py - tests/other/test_config.py - tests/other/test_openapi.py - tests/other/test_util.py - tests/provider/test_csv__provider.py - tests/provider/test_csw_provider.py - tests/provider/test_esri_provider.py - tests/provider/test_filesystem_provider.py - tests/provider/test_geojson_provider.py - tests/provider/test_mysql_provider.py - tests/provider/test_postgresql_provider.py - tests/provider/test_tinydb_catalogue_provider.py - tests/provider/test_xarray_zarr_provider.py - + tests/pygeoapi-test-asyncapi.yml - + tests/pygeoapi-test-config-admin-empty-resources.yml - + tests/pygeoapi-test-config-failing-collection.yml - + tests/pygeoapi-test-config-pubsub.yml - tests/pygeoapi-test-config.yml The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/commit/459574bf9672ccfd3123a09cd4d3e1e4c6a3b487 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/commit/459574bf9672ccfd3123a09cd4d3e1e4c6a3b487 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
