diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 930d596..7d1b959 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,22 +17,17 @@ repos: - id: debug-statements - id: check-merge-conflict -- repo: 'https://gitlab.com/pycqa/flake8' +- repo: 'https://github.com/PyCQA/flake8' rev: 3.9.0 hooks: - id: flake8 - repo: 'https://github.com/ambv/black' - rev: 20.8b1 + rev: 24.4.2 hooks: - id: black args: ['--safe'] -- repo: 'https://github.com/chewse/pre-commit-mirrors-pydocstyle' - rev: v2.1.1 - hooks: - - id: pydocstyle - - repo: https://github.com/pre-commit/mirrors-isort rev: v5.7.0 hooks: diff --git a/README.rst b/README.rst index c140265..7e0ac0b 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,9 @@ + [!CAUTION] + + **This repository is no longer maintained** as SciHub / Copernicus Open Access Hub is now closed. + You should now directly use `EODAG `_ with ``cop_dataspace`` (Copernicus Dataspace + Ecosystem) provider which is the official data distribution system for Copernicus Sentinel data. + .. image:: https://badge.fury.io/py/eodag-sentinelsat.svg :target: https://badge.fury.io/py/eodag-sentinelsat diff --git a/setup.py b/setup.py index fc184d2..7fddedc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="eodag_sentinelsat", - version="0.4.1", + version="0.4.1.post1", description="Sentinelsat plugin to EODAG (https://github.com/CS-SI/eodag)", long_description=readme, author="CS Systemes d'Information (CSSI)",