From 8863e8cc4dd4973e4da43e1d199b678e10b50181 Mon Sep 17 00:00:00 2001 From: bigoulours Date: Sat, 25 Mar 2023 00:53:09 +0100 Subject: [PATCH 1/2] adding requests_oauthlib from pip necessary for bpsync plugin see https://beets.readthedocs.io/en/stable/plugins/beatport.html --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 720e1d3..e7f6d1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,6 +86,7 @@ RUN \ pyacoustid \ pylast \ requests \ + requests_oauthlib \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ From 104c45888bbb62f3e1032d2763346a499299dacd Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sat, 25 Mar 2023 01:34:27 +0100 Subject: [PATCH 2/2] adding change to other Dockerfiles + log entry --- Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + readme-vars.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 835a462..4d7857b 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -87,6 +87,7 @@ RUN \ pyacoustid \ pylast \ requests \ + requests_oauthlib \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 9ca2b08..0ec03f6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -87,6 +87,7 @@ RUN \ pyacoustid \ pylast \ requests \ + requests_oauthlib \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ diff --git a/readme-vars.yml b/readme-vars.yml index 5295f35..80538c9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -52,6 +52,7 @@ app_setup_block: | # changelog changelogs: + - { date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)." } - { date: "24.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin." } - { date: "15.01.22:", desc: "Rebasing to alpine 3.15." } - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }