Merge pull request #130 from linuxserver/nightly-pin-beetcamp

This commit is contained in:
Adam 2024-10-22 11:27:26 +01:00 committed by GitHub
commit b6b38b7728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

View file

@ -92,7 +92,7 @@ RUN \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
beautifulsoup4 \ beautifulsoup4 \
beets-extrafiles \ beets-extrafiles \
beetcamp \ beetcamp==0.19.2 \
python3-discogs-client \ python3-discogs-client \
flask \ flask \
PyGObject \ PyGObject \

View file

@ -92,7 +92,7 @@ RUN \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
beautifulsoup4 \ beautifulsoup4 \
beets-extrafiles \ beets-extrafiles \
beetcamp \ beetcamp==0.19.2 \
python3-discogs-client \ python3-discogs-client \
flask \ flask \
PyGObject \ PyGObject \

View file

@ -274,6 +274,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **22.10.24:** - Pin beetcamp to 0.19.2 until upstream requirements fixed.
* **01.10.24:** - Add packages required for Discogs plugin. * **01.10.24:** - Add packages required for Discogs plugin.
* **28.08.24:** - Rebase to Alpine 3.20. * **28.08.24:** - Rebase to Alpine 3.20.
* **23.12.23:** - Rebase to Alpine 3.19. * **23.12.23:** - Rebase to Alpine 3.19.

View file

@ -23,6 +23,7 @@ param_ports:
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"} - {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
# changelog # changelog
changelogs: 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: "01.10.24:", desc: "Add packages required for Discogs plugin."}
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20."} - {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."} - {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}