Antonio Valentino pushed to branch upstream at Debian GIS Project / eodag
Commits: d069f37d by Antonio Valentino at 2026-03-21T11:23:48+00:00 New upstream version 4.0.1+ds - - - - - 267 changed files: - + .flake8 - .github/workflows/changelog.yml - .github/workflows/fetch.yml - .github/workflows/publish.yml - .github/workflows/test.yml - .gitignore - .pre-commit-config.yaml - + .pydocstyle - BREAKING_CHANGES.rst - CHANGES.rst - + CITATION.cff - CONTRIBUTING.rst - Dockerfile - MANIFEST.in - NOTICE - README.rst - − charts/eodag-server/Chart.lock - − charts/eodag-server/Chart.yaml - − charts/eodag-server/README.md - − charts/eodag-server/templates/NOTES.txt - − charts/eodag-server/templates/_helpers.tpl - − charts/eodag-server/templates/configmap.yaml - − charts/eodag-server/templates/deployment.yaml - − charts/eodag-server/templates/extra-list.yaml - − charts/eodag-server/templates/hpa.yaml - − charts/eodag-server/templates/ingress.yaml - − charts/eodag-server/templates/pv.yaml - − charts/eodag-server/templates/pvc.yaml - − charts/eodag-server/templates/secret.yaml - − charts/eodag-server/templates/service.yaml - − charts/eodag-server/templates/serviceaccount.yaml - − charts/eodag-server/values.yaml - − docker-compose.yml - − docker/run-stac-server.sh - − docker/stac-browser.dockerfile - − docker/stac-server.dockerfile - + docs/_static/collections_information.csv - docs/_static/custom.css - docs/_static/eodag_fetch_product_types.png → docs/_static/eodag_fetch_collections.png - docs/_static/params_mapping_extra.csv - docs/_static/params_mapping_offline_infos.json - docs/_static/params_mapping_opensearch.csv - + docs/_static/plugins_architecture.png - − docs/_static/product_types_information.csv - docs/add_product_type.rst → docs/add_collection.rst - docs/add_provider.rst - docs/api_reference/assets.rst - + docs/api_reference/collection.rst - docs/api_reference/core.rst - docs/api_reference/eoproduct.rst - docs/api_reference/index.rst - + docs/api_reference/provider.rst - + docs/api_reference/queryables.rst - docs/api_reference/searchresult.rst - docs/api_reference/utils.rst - docs/api_user_guide.rst - docs/cli_user_guide.rst - docs/conf.py - docs/drivers.rst - docs/ecosystem.rst - docs/getting_started_guide/product_types.rst → docs/getting_started_guide/collections.rst - docs/getting_started_guide/configure.rst - docs/getting_started_guide/features_overview.ipynb - docs/getting_started_guide/index.rst - docs/getting_started_guide/install.rst - docs/getting_started_guide/overview.rst - docs/getting_started_guide/product_storage_status.rst - docs/index.rst - + docs/notebooks/api_user_guide/1_providers_collections_available.ipynb - − docs/notebooks/api_user_guide/1_providers_products_available.ipynb - docs/notebooks/api_user_guide/2_configuration.ipynb - docs/notebooks/api_user_guide/3_search.ipynb - docs/notebooks/api_user_guide/4_queryables.ipynb - docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb - docs/notebooks/api_user_guide/6_crunch.ipynb - docs/notebooks/api_user_guide/7_download.ipynb - docs/notebooks/api_user_guide/8_post_process.ipynb - docs/notebooks/api_user_guide/data/crunch_search_results.geojson - − docs/notebooks/api_user_guide/data/download_search_results.geojson - docs/notebooks/intro_notebooks.ipynb - docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb - docs/notebooks/tutos/tuto_cds.ipynb - docs/notebooks/tutos/tuto_cop_dem.ipynb - docs/notebooks/tutos/tuto_dedt_lumi_roi.ipynb - docs/notebooks/tutos/tuto_ecmwf.ipynb - docs/notebooks/tutos/tuto_fedeo_ceda.ipynb - docs/notebooks/tutos/tuto_meteoblue.ipynb - docs/notebooks/tutos/tuto_search_location_tile.ipynb - docs/notebooks/tutos/tuto_ship_detection.ipynb - docs/notebooks/tutos/tuto_stac_client.ipynb - docs/notebooks/tutos/tuto_wekeo.ipynb - docs/params_mapping.rst - docs/plugins.rst - docs/plugins_reference/auth.rst - docs/plugins_reference/download.rst - docs/plugins_reference/search.rst - docs/providers.rst - − docs/stac_rest.rst - eodag/__init__.py - + eodag/api/collection.py - eodag/api/core.py - eodag/api/product/__init__.py - eodag/api/product/_assets.py - eodag/api/product/_product.py - eodag/api/product/drivers/__init__.py - eodag/api/product/drivers/base.py - eodag/api/product/drivers/generic.py - eodag/api/product/drivers/sentinel1.py - eodag/api/product/drivers/sentinel2.py - eodag/api/product/metadata_mapping.py - + eodag/api/provider.py - eodag/api/search_result.py - eodag/cli.py - eodag/config.py - eodag/plugins/apis/base.py - eodag/plugins/apis/ecmwf.py - eodag/plugins/apis/usgs.py - eodag/plugins/authentication/base.py - − eodag/plugins/authentication/oauth.py - eodag/plugins/authentication/token.py - eodag/plugins/crunch/filter_date.py - eodag/plugins/crunch/filter_latest_intersect.py - eodag/plugins/crunch/filter_latest_tpl_name.py - eodag/plugins/crunch/filter_property.py - eodag/plugins/download/aws.py - eodag/plugins/download/base.py - − eodag/plugins/download/creodias_s3.py - eodag/plugins/download/http.py - − eodag/plugins/download/s3rest.py - eodag/plugins/manager.py - eodag/plugins/search/__init__.py - eodag/plugins/search/base.py - eodag/plugins/search/build_search_result.py - eodag/plugins/search/cop_marine.py - eodag/plugins/search/csw.py - − eodag/plugins/search/data_request_search.py - eodag/plugins/search/qssearch.py - eodag/plugins/search/stac_list_assets.py - eodag/plugins/search/static_stac_search.py - eodag/rest/__init__.py → eodag/resources/__init__.py - eodag/resources/product_types.yml → eodag/resources/collections.yml - eodag/resources/ext_collections.json - eodag/resources/ext_product_types.json - eodag/resources/providers.yml - eodag/rest/types/__init__.py → eodag/resources/shp/__init__.py - − eodag/resources/stac.yml - − eodag/resources/stac_api.yml - eodag/resources/stac_provider.yml - eodag/resources/user_conf_template.yml - − eodag/rest/cache.py - − eodag/rest/config.py - − eodag/rest/constants.py - − eodag/rest/core.py - − eodag/rest/errors.py - − eodag/rest/server.py - − eodag/rest/server.wsgi - − eodag/rest/stac.py - − eodag/rest/templates/README - − eodag/rest/types/collections_search.py - − eodag/rest/types/eodag_search.py - − eodag/rest/types/queryables.py - − eodag/rest/types/stac_search.py - − eodag/rest/utils/__init__.py - − eodag/rest/utils/cql_evaluate.py - − eodag/rest/utils/rfc3339.py - eodag/types/__init__.py - eodag/types/queryables.py - eodag/types/search_args.py - + eodag/types/stac_extensions.py - + eodag/types/stac_metadata.py - eodag/utils/__init__.py - eodag/utils/dates.py - eodag/utils/exceptions.py - eodag/utils/free_text_search.py - eodag/utils/repr.py - eodag/utils/s3.py - pyproject.toml - − pytest.ini - readthedocs.yml - − requirements-dev.txt - − requirements-docs.txt - − requirements-tutorials.txt - − requirements.txt - − setup.cfg - tests/__init__.py - tests/context.py - tests/integration/test_config_ext_plugin.py - tests/integration/test_core_config.py - tests/integration/test_core_search.py - tests/integration/test_core_search_results.py - tests/integration/test_search_stac_static.py - tests/resources/constraints.json - tests/resources/eodag_search_result.geojson - tests/resources/eodag_search_result_awseos.geojson - tests/resources/eodag_search_result_creodias.geojson - tests/resources/eodag_search_result_creodias.json - − tests/resources/eodag_search_result_onda.geojson - tests/resources/eodag_search_result_peps.geojson - tests/resources/ext_product_types.json → tests/resources/ext_collections.json - tests/resources/ext_product_types_free_text_search.json → tests/resources/ext_collections_free_text_search.json - tests/resources/fake_ext_plugin/eodag_fakeplugin/providers.yml - + tests/resources/file_collections_modes.yml - + tests/resources/file_collections_override.yml - tests/resources/file_config_override.yml - − tests/resources/file_product_types_modes.yml - − tests/resources/file_product_types_override.yml - tests/resources/file_providers_override.yml - tests/resources/form.json - tests/resources/mundi_conf.yml - tests/resources/onda_conf.yml - + tests/resources/provider_responses/geodes_search.json - tests/resources/provider_responses/mundi_search.xml - tests/resources/provider_responses/onda_search.json - tests/resources/safe_build/aws_sentinel_chunks.yml - tests/resources/stac/catalog.json - tests/resources/stac/product_type_queryables.json → tests/resources/stac/collection_queryables.json - tests/resources/stac/country/FRA/FRA.json - tests/resources/stac/country/FRA/year/2017/2017.json - tests/resources/stac/country/FRA/year/2017/items/S2B_MSIL1C_20171231T141039_N0206_R110_T21NYC_20171231T201802/S2B_MSIL1C_20171231T141039_N0206_R110_T21NYC_20171231T201802.json - tests/resources/stac/country/FRA/year/2018/2018.json - tests/resources/stac/country/FRA/year/2018/items/S2A_MSIL1C_20181231T141041_N0207_R110_T21NYF_20181231T155050/S2A_MSIL1C_20181231T141041_N0207_R110_T21NYF_20181231T155050.json - tests/resources/stac/country/FRA/year/2018/items/S2A_MSIL1C_20181231T141041_N0207_R110_T22NBJ_20181231T155050/S2A_MSIL1C_20181231T141041_N0207_R110_T22NBJ_20181231T155050.json - tests/resources/stac/country/FRA/year/year.json - tests/resources/stac/country/GBR/GBR.json - tests/resources/stac/country/GBR/year/2019/2019.json - tests/resources/stac/country/GBR/year/2019/items/S2A_MSIL1C_20191231T112451_N0208_R037_T30UUD_20191231T115143/S2A_MSIL1C_20191231T112451_N0208_R037_T30UUD_20191231T115143.json - tests/resources/stac/country/GBR/year/2019/items/S2A_MSIL1C_20191231T112451_N0208_R037_T30VVH_20191231T115143/S2A_MSIL1C_20191231T112451_N0208_R037_T30VVH_20191231T115143.json - tests/resources/stac/country/GBR/year/year.json - tests/resources/stac/country/country.json - tests/resources/stac/extensions/oseo/json-schema/schema.json - − tests/resources/wekeo_old_config.yml - tests/resources/wrong_credentials_conf.yml - tests/test_cli.py - tests/test_config.py - tests/test_end_to_end.py - tests/test_requirements.py - tests/units/test_apis_plugins.py - tests/units/test_auth_plugins.py - + tests/units/test_collection.py - tests/units/test_core.py - tests/units/test_download_plugins.py - tests/units/test_eoproduct.py - setup.py → tests/units/test_eoproduct_driver_base.py - tests/units/test_eoproduct_driver_generic.py - tests/units/test_eoproduct_driver_sentinel1.py - tests/units/test_eoproduct_driver_sentinel2.py - − tests/units/test_http_server.py - tests/units/test_metadata_mapping.py - + tests/units/test_provider.py - tests/units/test_safe_build.py - tests/units/test_search_plugins.py - tests/units/test_search_result.py - tests/units/test_search_types.py - − tests/units/test_stac_core.py - tests/units/test_stac_reader.py - − tests/units/test_stac_types.py - − tests/units/test_stac_utils.py - tests/units/test_utils.py - tests/units/test_utils_cache.py - tests/units/test_utils_s3.py - tests/utils.py - tox.ini - utils/product_types_information_to_csv.py → utils/collections_information_to_csv.py - + utils/ext_collections_cmp.py - + utils/ext_product_types_cmp.py - get_pypi_latest_version.sh → utils/get_pypi_latest_version.sh - utils/params_mapping_to_csv.py The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/eodag/-/commit/d069f37d87ed8a16d15c261f58a04aa406f38abc -- View it on GitLab: https://salsa.debian.org/debian-gis-team/eodag/-/commit/d069f37d87ed8a16d15c261f58a04aa406f38abc 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
