From 5e92bb096fd14d0ffe606f5519aef3cd6d5d64f8 Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Date: Mon, 22 Apr 2024 15:16:53 -0300 Subject: [PATCH 1/4] :bookmark: preparing for release --- CHANGES.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e5ffbc1..fc52368 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,11 @@ Changes ======= +Version 0.8.2 (2024-04-22) +-------------------------- + +- Upgrade lccs-db dependency (`#93 `_). + Version 0.8.1 (2024-03-05) -------------------------- diff --git a/setup.py b/setup.py index a24420f..9c7cc3d 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'marshmallow-sqlalchemy==0.18.0', 'jsonschema>=3.2', 'MarkupSafe==2.0.1', - 'lccs-db @ git+https://github.com/fabianazioti/lccs-db@0.8.2', + 'lccs-db @ git+https://github.com/brazil-data-cube/lccs-db@0.8.2', 'bdc-auth-client @ git+https://github.com/brazil-data-cube/bdc-auth-client@v0.2.3', ] From f8bbc10c1a83c028cc2182650657f9356dffd5f7 Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Date: Mon, 22 Apr 2024 15:23:34 -0300 Subject: [PATCH 2/4] :bookmark: preparing for release --- pytest.ini | 2 +- run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 695f5ea..fc460a1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -17,5 +17,5 @@ # [pytest] -addopts = --color=auto --cov=lccs_ws --cov-report=term-missing -v --cov-report=xml:coverage.xml +addopts = --strict-markers --color=auto testpaths = tests \ No newline at end of file diff --git a/run-tests.sh b/run-tests.sh index b3590ae..ad472ef 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -19,6 +19,6 @@ pydocstyle lccs_ws setup.py && \ isort lccs_ws tests setup.py --check-only --diff && \ -check-manifest --ignore ".drone.yml,.readthedocs.yml" && \ +check-manifest --ignore ".readthedocs.yml" && \ sphinx-build -qnW --color -b doctest docs/sphinx/ docs/sphinx/_build/doctest && \ pytest \ No newline at end of file From 9575783db8696c442b941446aaef6ba1ee508acb Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Date: Mon, 22 Apr 2024 15:26:06 -0300 Subject: [PATCH 3/4] :bookmark: preparing for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c7cc3d..25a658c 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'marshmallow-sqlalchemy==0.18.0', 'jsonschema>=3.2', 'MarkupSafe==2.0.1', - 'lccs-db @ git+https://github.com/brazil-data-cube/lccs-db@0.8.2', + 'lccs-db @ git+https://github.com/brazil-data-cube/lccs-db@v0.8.2', 'bdc-auth-client @ git+https://github.com/brazil-data-cube/bdc-auth-client@v0.2.3', ] From 6b991df35d1d9fe0d1f7c303eac42f5a8fdec83c Mon Sep 17 00:00:00 2001 From: Fabiana Zioti Date: Mon, 22 Apr 2024 15:38:16 -0300 Subject: [PATCH 4/4] :bookmark: preparing for release --- lccs_ws/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lccs_ws/version.py b/lccs_ws/version.py index a820c08..20361ab 100644 --- a/lccs_ws/version.py +++ b/lccs_ws/version.py @@ -22,6 +22,6 @@ """ -__version__ = '0.8.1' +__version__ = '0.8.2'