eodag 3.2.1__tar.gz → 3.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eodag-3.3.0/.github/workflows/changelog.yml +63 -0
- {eodag-3.2.1 → eodag-3.3.0}/CHANGES.rst +185 -129
- {eodag-3.2.1/eodag.egg-info → eodag-3.3.0}/PKG-INFO +2 -2
- {eodag-3.2.1 → eodag-3.3.0}/README.rst +1 -1
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/Chart.yaml +2 -2
- {eodag-3.2.1 → eodag-3.3.0}/docs/stac_rest.rst +1 -1
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/core.py +2 -1
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/search_result.py +3 -4
- {eodag-3.2.1 → eodag-3.3.0}/eodag/config.py +3 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/token.py +16 -1
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/download/http.py +46 -17
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/build_search_result.py +269 -83
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/ext_product_types.json +1 -1
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/providers.yml +57 -10
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/__init__.py +7 -1
- {eodag-3.2.1 → eodag-3.3.0/eodag.egg-info}/PKG-INFO +2 -2
- {eodag-3.2.1 → eodag-3.3.0}/eodag.egg-info/SOURCES.txt +1 -1
- {eodag-3.2.1 → eodag-3.3.0}/pyproject.toml +16 -1
- eodag-3.2.1/CHANGELOG.md +0 -4152
- {eodag-3.2.1 → eodag-3.3.0}/.dockerignore +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.editorconfig +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.gitattributes +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/pull_request_template.md +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/workflows/deploy.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/workflows/fetch.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/workflows/github-pages.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/workflows/lint-pr-title.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.github/workflows/test.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.gitignore +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/.pre-commit-config.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/BREAKING_CHANGES.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/CODE_OF_CONDUCT.md +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/CONTRIBUTING.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/LICENSE +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/MANIFEST.in +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/NOTICE +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/Chart.lock +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/README.md +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/NOTES.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/_helpers.tpl +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/configmap.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/deployment.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/extra-list.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/hpa.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/ingress.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/pv.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/pvc.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/secret.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/service.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/charts/eodag-server/values.yaml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docker/run-stac-server.sh +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docker/stac-browser.dockerfile +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docker/stac-server.dockerfile +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docker-compose.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/Makefile +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/custom.css +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/download_methods.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_bycs.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_fetch_product_types.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_logo_160.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_logo_160r.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_main_calls_graph.svg +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_overview.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_stac_client.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/eodag_stac_server.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/favicon-32x32.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/params_mapping_extra.csv +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/params_mapping_offline_infos.json +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/params_mapping_opensearch.csv +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/product_types_information.csv +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/progress_1.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/progress_1_none.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/progress_2.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/progress_2_none.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/stac_browser_example.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/_static/stac_browser_example_600.png +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/add_product_type.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/add_provider.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/assets.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/call_graphs.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/core.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/eoproduct.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/exceptions.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/index.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/searchresult.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/types.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_reference/utils.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/api_user_guide.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/breaking_changes.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/changelog.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/cli_user_guide.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/conf.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/contribute.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/drivers.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/configure.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/index.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/install.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/overview.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/product_storage_status.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/product_types.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/providers.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/register.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/getting_started_guide/side_projects.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/index.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/make.bat +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/1_overview.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/2_providers_products_available.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/3_configuration.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/4_search.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/5_queryables.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/7_crunch.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/8_download.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/9_post_process.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/intro_notebooks.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_cds.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_stac_client.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/params_mapping.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/plugins.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/plugins_reference/api.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/plugins_reference/auth.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/plugins_reference/crunch.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/plugins_reference/download.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/plugins_reference/search.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/stac.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/docs/tutos.rst +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/_assets.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/_product.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/drivers/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/drivers/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/drivers/generic.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/drivers/sentinel1.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/drivers/sentinel2.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/api/product/metadata_mapping.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/cli.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/crunch.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/apis/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/apis/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/apis/ecmwf.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/apis/usgs.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/aws_auth.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/generic.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/header.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/keycloak.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/oauth.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/openid_connect.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/qsauth.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/sas_auth.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/authentication/token_exchange.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/filter_date.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/filter_overlap.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/crunch/filter_property.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/download/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/download/aws.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/download/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/download/creodias_s3.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/download/s3rest.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/manager.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/base.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/cop_marine.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/creodias_s3.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/csw.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/data_request_search.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/qssearch.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/stac_list_assets.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/plugins/search/static_stac_search.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/py.typed +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/locations_conf_template.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/product_types.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/stac.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/stac_api.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/stac_provider.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/resources/user_conf_template.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/cache.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/config.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/constants.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/core.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/errors.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/server.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/server.wsgi +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/stac.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/templates/README +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/types/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/types/collections_search.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/types/eodag_search.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/types/queryables.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/types/stac_search.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/utils/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/utils/cql_evaluate.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/rest/utils/rfc3339.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/types/__init__.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/types/bbox.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/types/download_args.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/types/queryables.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/types/search_args.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/types/whoosh.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/exceptions.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/import_system.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/logging.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/notebook.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/repr.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/requests.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/rest.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/s3.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag/utils/stac_reader.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag.egg-info/dependency_links.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag.egg-info/entry_points.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag.egg-info/requires.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/eodag.egg-info/top_level.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/get_pypi_latest_version.sh +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/pytest.ini +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/readthedocs.yml +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/requirements-dev.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/requirements-docs.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/requirements-tutorials.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/requirements.txt +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/setup.cfg +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/setup.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/tox.ini +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/utils/params_mapping_to_csv.py +0 -0
- {eodag-3.2.1 → eodag-3.3.0}/utils/product_types_information_to_csv.py +0 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
name: Update changelog
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
push:
|
|
6
|
+
branches: [develop]
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
update-changelog:
|
|
10
|
+
name: Update changelog
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- name: Checkout the repo
|
|
14
|
+
uses: actions/checkout@v4
|
|
15
|
+
with:
|
|
16
|
+
# Get history and tags for SCM versioning to work
|
|
17
|
+
fetch-depth: 0
|
|
18
|
+
- name: Install the latest version of uv with cache enabled
|
|
19
|
+
uses: astral-sh/setup-uv@v3
|
|
20
|
+
with:
|
|
21
|
+
version: "latest"
|
|
22
|
+
enable-cache: true
|
|
23
|
+
cache-dependency-glob: ""
|
|
24
|
+
- name: Install python-semantic-release in venv
|
|
25
|
+
run: |
|
|
26
|
+
uv venv
|
|
27
|
+
source .venv/bin/activate
|
|
28
|
+
uv pip install python-semantic-release
|
|
29
|
+
- name: Get expected new version and update changelog
|
|
30
|
+
run: |
|
|
31
|
+
source .venv/bin/activate
|
|
32
|
+
EXPECTED_VERSION=$(semantic-release --noop version)
|
|
33
|
+
TODAY=$(date +"%Y-%m-%d")
|
|
34
|
+
TITLE="$EXPECTED_VERSION ($TODAY)"
|
|
35
|
+
TITLE_LENGTH=${#TITLE}
|
|
36
|
+
|
|
37
|
+
semantic-release changelog
|
|
38
|
+
|
|
39
|
+
sed -i "/^Unreleased$/{
|
|
40
|
+
s/.*/$TITLE/
|
|
41
|
+
n
|
|
42
|
+
s/^=*$/$(printf '%*s' "$TITLE_LENGTH" '' | tr ' ' '=')/
|
|
43
|
+
}" CHANGES.rst
|
|
44
|
+
|
|
45
|
+
echo "EXPECTED_VERSION=$EXPECTED_VERSION" >> $GITHUB_ENV
|
|
46
|
+
|
|
47
|
+
- name: Create Pull Request
|
|
48
|
+
uses: peter-evans/create-pull-request@v6
|
|
49
|
+
with:
|
|
50
|
+
branch: new-release
|
|
51
|
+
delete-branch: true
|
|
52
|
+
draft: true
|
|
53
|
+
title: 'build: bump version'
|
|
54
|
+
body: |
|
|
55
|
+
`${{ env.EXPECTED_VERSION }}` release.
|
|
56
|
+
Please also update version in:
|
|
57
|
+
- [ ] [pyproject.toml](https://github.com/CS-SI/eodag/edit/new-release/pyproject.toml#L6)
|
|
58
|
+
- [ ] [README.rst](https://github.com/CS-SI/eodag/edit/new-release/README.rst#L190)
|
|
59
|
+
- [ ] [charts/eodag-server/Chart.yml#appVersion](https://github.com/CS-SI/eodag/edit/new-release/charts/eodag-server/Chart.yaml#L2)
|
|
60
|
+
- [ ] [charts/eodag-server/Chart.yml#version](https://github.com/CS-SI/eodag/edit/new-release/charts/eodag-server/Chart.yaml#L18)
|
|
61
|
+
- [ ] [docs/stac_rest.rst](https://github.com/CS-SI/eodag/edit/new-release/docs/stac_rest.rst#L118)
|
|
62
|
+
labels: |
|
|
63
|
+
automated pr
|