Skip to content

Commit

Permalink
Pin beetcamp to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Oct 22, 2024
1 parent 69c4cc1 commit 159ca2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
beautifulsoup4 \
beets-extrafiles \
beetcamp \
beetcamp==0.19.2 \
python3-discogs-client \
flask \
PyGObject \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
beautifulsoup4 \
beets-extrafiles \
beetcamp \
beetcamp==0.19.2 \
python3-discogs-client \
flask \
PyGObject \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **22.10.24:** - Pin beetcamp to 0.19.2 until upstream requirements fixed.
* **01.10.24:** - Add packages required for Discogs plugin.
* **28.08.24:** - Rebase to Alpine 3.20.
* **23.12.23:** - Rebase to Alpine 3.19.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ param_ports:
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
# changelog
changelogs:
- {date: "22.10.24:", desc: "Pin beetcamp to 0.19.2 until upstream requirements fixed."}
- {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
Expand Down

0 comments on commit 159ca2d

Please sign in to comment.