From 52a399631e67c53ff57534657ed983b0d1afadb6 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 17 Dec 2024 10:34:33 +0100 Subject: [PATCH 1/3] Bump version 2412.0.0 --- freva-client/src/freva_client/__init__.py | 2 +- freva-rest/src/freva_rest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freva-client/src/freva_client/__init__.py b/freva-client/src/freva_client/__init__.py index ded7d69..3d2aff3 100644 --- a/freva-client/src/freva_client/__init__.py +++ b/freva-client/src/freva_client/__init__.py @@ -17,5 +17,5 @@ from .auth import authenticate from .query import databrowser -__version__ = "2411.0.0-dev1" +__version__ = "2412.0.0" __all__ = ["authenticate", "databrowser", "__version__"] diff --git a/freva-rest/src/freva_rest/__init__.py b/freva-rest/src/freva_rest/__init__.py index 5fec788..49c333e 100644 --- a/freva-rest/src/freva_rest/__init__.py +++ b/freva-rest/src/freva_rest/__init__.py @@ -1,7 +1,7 @@ import os from pathlib import Path -__version__ = "2412.0.0-dev2" +__version__ = "2412.0.0" __all__ = ["__version__"] REST_URL = ( From a1e01b5f5bb853a146765c5d1f931d1eaccce7d6 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 17 Dec 2024 11:15:45 +0100 Subject: [PATCH 2/3] support new changes in the latest relase of Debian --- freva-rest/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freva-rest/entrypoint.sh b/freva-rest/entrypoint.sh index 9650279..7d384c5 100644 --- a/freva-rest/entrypoint.sh +++ b/freva-rest/entrypoint.sh @@ -142,12 +142,12 @@ init_solr() { } start_freva_service() { - local command=$1 + local command="${1:-}" shift || true log_service "Starting freva-rest..." - case "${command:-}" in + case "${command}" in "") exec python3 -m freva_rest.cli ;; From d871114443e3a047119084989a326e60dd28e301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:11:40 +0000 Subject: [PATCH 3/3] Bump aiohttp from 3.11.10 to 3.11.11 in /.github/dependabot --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/dependabot/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot/constraints.txt b/.github/dependabot/constraints.txt index c3b9f39..65249d3 100644 --- a/.github/dependabot/constraints.txt +++ b/.github/dependabot/constraints.txt @@ -1,4 +1,4 @@ -aiohttp==3.11.10 +aiohttp==3.11.11 fastapi==0.115.6 python-dateutil==2.9.0.post0 python-dotenv==1.0.1