Angelos Tzotsos pushed to branch master at Debian GIS Project / pygeoapi
Commits: f4fac623 by Angelos Tzotsos at 2025-11-07T23:06:40+02:00 New upstream version 0.22.0 - - - - - 459574bf by Angelos Tzotsos at 2026-04-13T20:20:53+03:00 New upstream version 0.23.2 - - - - - a84769aa by Angelos Tzotsos at 2026-04-13T20:21:15+03:00 Update upstream source from tag 'upstream/0.23.2' Update to upstream version '0.23.2' with Debian dir 7d480b6d2a9dbc66644fa78ee60cdec601f2ec65 - - - - - 1ff6c945 by Angelos Tzotsos at 2026-04-13T20:24:08+03:00 New upstream release 0.23.2 - - - - - 114 changed files: - .github/workflows/containers.yml - .github/workflows/main.yml - Dockerfile - LICENSE.md - debian/changelog - 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/-/compare/8b5169c54401ac4999cac2087a83c89e8c9a86f9...1ff6c945aacd03091013c23c5ece16d8991dec66 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/compare/8b5169c54401ac4999cac2087a83c89e8c9a86f9...1ff6c945aacd03091013c23c5ece16d8991dec66 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
