From 24fa50118efb9cabaf2be31fa724b261b64cc06b Mon Sep 17 00:00:00 2001 From: haarli Date: Fri, 10 Nov 2023 09:56:57 +0100 Subject: [PATCH 1/5] New domain for Edmond MPG repository --- repo2docker/contentproviders/dataverse.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/repo2docker/contentproviders/dataverse.json b/repo2docker/contentproviders/dataverse.json index 33ccab0a..5c783044 100644 --- a/repo2docker/contentproviders/dataverse.json +++ b/repo2docker/contentproviders/dataverse.json @@ -639,16 +639,29 @@ }, { "description": "The Research Data Repository for the Max Planck Society.", - "full_name": "Edmond - Research Data Repository for the Max Planck Society", + "full_name": "Edmond - Research Data Repository for the Max Planck Society (old domain)", "id": 1795, "is_active": true, "lat": 48.1366, "lng": 11.5771, "logo": "https://edmond.mpdl.mpg.de/logos/navbar/logo_for_bright.png", - "name": "Edmond", - "slug": "", + "name": "Edmond (old domain)", + "slug": "edmond_mpdl_mpg_de", "url": "https://edmond.mpdl.mpg.de", - "version": "5.10" + "version": "5.14" + }, + { + "description": "The Research Data Repository for the Max Planck Society.", + "full_name": "Edmond - Research Data Repository for the Max Planck Society", + "id": 1796, + "is_active": true, + "lat": 48.1366, + "lng": 11.5771, + "logo": "https://edmond.mpdl.mpg.de/logos/navbar/logo_for_bright.png", + "name": "Edmond", + "slug": "edmond_mpg_de", + "url": "https://edmond.mpg.de", + "version": "5.14" } ] } From 38f6e0acd1f90b30455b79483a7f11633dfc885d Mon Sep 17 00:00:00 2001 From: haarli Date: Fri, 10 Nov 2023 10:47:13 +0100 Subject: [PATCH 2/5] Logo URL --- repo2docker/contentproviders/dataverse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo2docker/contentproviders/dataverse.json b/repo2docker/contentproviders/dataverse.json index 5c783044..410e1596 100644 --- a/repo2docker/contentproviders/dataverse.json +++ b/repo2docker/contentproviders/dataverse.json @@ -657,7 +657,7 @@ "is_active": true, "lat": 48.1366, "lng": 11.5771, - "logo": "https://edmond.mpdl.mpg.de/logos/navbar/logo_for_bright.png", + "logo": "https://edmond.mpg.de/logos/navbar/logo_for_bright.png", "name": "Edmond", "slug": "edmond_mpg_de", "url": "https://edmond.mpg.de", From 766f4b8eb4f6851ee89410c7f299a345218fac71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:09:51 +0000 Subject: [PATCH 3/5] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d99be5f..c4e67bb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: ls -l dist # ref: https://github.com/actions/upload-artifact#readme - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: repo2docker-${{ github.sha }} path: "dist/*" From 6dc8dee8231443f6572128a8418cdb2c694516dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:09:55 +0000 Subject: [PATCH 4/5] build(deps): bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d99be5f..da599842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.9" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e2f5354..f5b9d6da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,7 +70,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "${{ matrix.python_version }}" From 97ce87c0799a995597dd9e7812a0ebe955289a1c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:22:43 +0000 Subject: [PATCH 5/5] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.10.1 → 23.12.1](https://github.com/psf/black/compare/23.10.1...23.12.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 999aaf9b..3637eb24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.12.1 hooks: - id: black args: @@ -36,7 +36,7 @@ repos: # Autoformat: Python code - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: @@ -44,7 +44,7 @@ repos: # Autoformat: markdown - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier files: ".md"