[Git][debian-gis-team/eodag][upstream] New upstream version 3.8.0+ds
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Aug 30 17:04:10 BST 2025
Antonio Valentino pushed to branch upstream at Debian GIS Project / eodag
Commits:
4f02b970 by Antonio Valentino at 2025-08-30T14:10:22+00:00
New upstream version 3.8.0+ds
- - - - -
131 changed files:
- .github/pull_request_template.md
- .github/workflows/changelog.yml
- .github/workflows/deploy.yml
- .github/workflows/fetch.yml
- + .github/workflows/publish.yml
- .github/workflows/test.yml
- CHANGES.rst
- NOTICE
- README.rst
- charts/eodag-server/Chart.yaml
- charts/eodag-server/templates/ingress.yaml
- docs/_static/eodag_overview.png
- − docs/_static/eodag_stac_client.png
- docs/_static/eodag_stac_server.png
- docs/_static/params_mapping_extra.csv
- docs/_static/params_mapping_offline_infos.json
- docs/_static/params_mapping_opensearch.csv
- docs/_static/product_types_information.csv
- docs/add_provider.rst
- docs/api_reference/core.rst
- docs/api_reference/utils.rst
- docs/api_user_guide.rst
- docs/cli_user_guide.rst
- docs/conf.py
- docs/getting_started_guide/configure.rst
- docs/getting_started_guide/side_projects.rst → docs/getting_started_guide/ecosystem.rst
- docs/getting_started_guide/index.rst
- docs/getting_started_guide/overview.rst
- docs/getting_started_guide/providers.rst
- docs/getting_started_guide/register.rst
- docs/index.rst
- docs/notebooks/api_user_guide/2_providers_products_available.ipynb
- docs/notebooks/api_user_guide/3_configuration.ipynb
- docs/notebooks/api_user_guide/4_search.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_search_location_tile.ipynb
- docs/notebooks/tutos/tuto_stac_client.ipynb
- docs/plugins.rst
- − docs/stac.rst
- docs/stac_rest.rst
- docs/tutos.rst
- eodag/api/core.py
- eodag/api/product/__init__.py
- eodag/api/product/_product.py
- eodag/api/product/metadata_mapping.py
- eodag/api/search_result.py
- eodag/cli.py
- eodag/config.py
- eodag/plugins/apis/ecmwf.py
- eodag/plugins/apis/usgs.py
- eodag/plugins/authentication/generic.py
- eodag/plugins/authentication/keycloak.py
- eodag/plugins/authentication/openid_connect.py
- eodag/plugins/authentication/sas_auth.py
- eodag/plugins/authentication/token.py
- eodag/plugins/authentication/token_exchange.py
- eodag/plugins/crunch/filter_date.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/base.py
- eodag/plugins/search/build_search_result.py
- eodag/plugins/search/cop_marine.py
- eodag/plugins/search/data_request_search.py
- eodag/plugins/search/qssearch.py
- eodag/plugins/search/static_stac_search.py
- eodag/resources/ext_product_types.json
- eodag/resources/product_types.yml
- eodag/resources/providers.yml
- eodag/resources/stac.yml
- eodag/resources/stac_provider.yml
- eodag/resources/user_conf_template.yml
- eodag/rest/core.py
- eodag/rest/errors.py
- eodag/rest/server.py
- eodag/rest/stac.py
- eodag/rest/types/queryables.py
- eodag/types/__init__.py
- eodag/types/queryables.py
- − eodag/types/whoosh.py
- eodag/utils/__init__.py
- + eodag/utils/cache.py
- + eodag/utils/env.py
- eodag/utils/exceptions.py
- + eodag/utils/free_text_search.py
- eodag/utils/s3.py
- eodag/utils/stac_reader.py
- pyproject.toml
- 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_results.py
- tests/integration/test_download_auth.py
- tests/resources/NOTICE
- − tests/resources/eodag_search_result_theia.geojson
- + tests/resources/fake_ext_plugin/eodag_fakeplugin.egg-info_/PKG-INFO
- + tests/resources/fake_ext_plugin/eodag_fakeplugin.egg-info_/SOURCES.txt
- + tests/resources/fake_ext_plugin/eodag_fakeplugin.egg-info_/dependency_links.txt
- + tests/resources/fake_ext_plugin/eodag_fakeplugin.egg-info_/entry_points.txt
- + tests/resources/fake_ext_plugin/eodag_fakeplugin.egg-info_/top_level.txt
- + tests/resources/fake_ext_plugin/pyproject.toml
- tests/resources/file_config_override.yml
- + tests/resources/file_product_types_modes.yml
- tests/resources/file_providers_override.yml
- tests/resources/stac_singlefile.json
- tests/resources/wrong_credentials_conf.yml
- tests/test_cli.py
- tests/test_config.py
- tests/test_end_to_end.py
- tests/units/test_auth_plugins.py
- tests/units/test_core.py
- tests/units/test_download_plugins.py
- tests/units/test_eoproduct.py
- tests/units/test_http_server.py
- tests/units/test_metadata_mapping.py
- tests/units/test_search_plugins.py
- tests/units/test_stac_core.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
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/eodag/-/commit/4f02b97032e7cc90567d9a37195554008f6ae2a7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/eodag/-/commit/4f02b97032e7cc90567d9a37195554008f6ae2a7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250830/d0c9d17e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list