Angelos Tzotsos pushed to branch upstream at Debian GIS Project / pygeoapi
Commits: b9b3ea68 by Angelos Tzotsos at 2025-08-03T20:48:42+03:00 New upstream version 0.21.0 - - - - - 109 changed files: - .github/workflows/main.yml - CONTRIBUTING.md - Dockerfile - docker/default.config.yml - docs/source/conf.py - docs/source/configuration.rst - docs/source/contributing.rst - docs/source/crs.rst - docs/source/data-publishing/ogcapi-edr.rst - docs/source/data-publishing/ogcapi-features.rst - docs/source/data-publishing/ogcapi-records.rst - docs/source/data-publishing/ogcapi-tiles.rst - docs/source/development.rst - docs/source/html-templating.rst - docs/source/installation.rst - docs/source/running-with-docker.rst - pygeoapi/__init__.py - pygeoapi/api/__init__.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/stac.py - pygeoapi/api/tiles.py - pygeoapi/config.py - pygeoapi/django_/settings.py - pygeoapi/django_/urls.py - pygeoapi/django_/views.py - pygeoapi/django_/wsgi.py - pygeoapi/django_app.py - pygeoapi/flask_app.py - pygeoapi/formatter/csv_.py - pygeoapi/l10n.py - pygeoapi/models/__init__.py - pygeoapi/models/config.py - pygeoapi/models/openapi.py - pygeoapi/models/provider/base.py - pygeoapi/models/provider/mvt.py - pygeoapi/openapi.py - pygeoapi/plugin.py - pygeoapi/process/manager/postgresql.py - pygeoapi/provider/base.py - pygeoapi/provider/base_edr.py - pygeoapi/provider/base_mvt.py - pygeoapi/provider/csv_.py - pygeoapi/provider/csw_facade.py - pygeoapi/provider/elasticsearch_.py - pygeoapi/provider/geojson.py - pygeoapi/provider/mvt_elastic.py - + pygeoapi/provider/mvt_postgresql.py - pygeoapi/provider/mvt_proxy.py - pygeoapi/provider/mvt_tippecanoe.py - pygeoapi/provider/ogr.py - pygeoapi/provider/opensearch_.py - pygeoapi/provider/parquet.py - pygeoapi/provider/rasterio_.py - pygeoapi/provider/sensorthings_edr.py - pygeoapi/provider/postgresql.py → pygeoapi/provider/sql.py - pygeoapi/provider/sqlite.py - pygeoapi/provider/tile.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/schemas/config/pygeoapi-config-0.x.yml - pygeoapi/starlette_app.py - pygeoapi/templates/_base.html - pygeoapi/templates/collections/collection.html - pygeoapi/templates/collections/items/index.html - pygeoapi/templates/collections/tiles/index.html - pygeoapi/templates/jobs/index.html - pygeoapi/util.py - requirements-django.txt - requirements-provider.txt - requirements.txt - tests/api/test_api.py - tests/api/test_environmental_data_retrieval.py - tests/api/test_itemtypes.py - tests/api/test_maps.py - tests/cite/cite.config.yml - tests/conftest.py - tests/data/dummy_types_data.sql - + tests/data/mysql_data.sql - tests/data/open.canada.ca/sample-records.tinydb - + tests/data/random_nocrs.parquet - tests/load_tinydb_records.py - tests/pygeoapi-test-config-postgresql.yml - + tests/test_base_provider.py - tests/test_csv__provider.py - tests/test_csw_provider.py - tests/test_django.py - tests/test_elasticsearch__provider.py - tests/test_geojson_provider.py - tests/test_models.py - + tests/test_mysql_provider.py - tests/test_ogr_csv_provider.py - tests/test_ogr_esrijson_provider.py - tests/test_ogr_gpkg_provider.py - tests/test_ogr_wfs_provider.py - tests/test_ogr_wfs_provider_live.py - tests/test_opensearch__provider.py - tests/test_parquet_provider.py - + tests/test_postgresql_mvt_provider.py - tests/test_postgresql_provider.py - tests/test_tinydb_catalogue_provider.py - tests/test_tinydb_provider.py - tests/test_util.py The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/commit/b9b3ea681911fdf54dc36a08af8f404c8bbeda8d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/commit/b9b3ea681911fdf54dc36a08af8f404c8bbeda8d 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
