mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
Pin Pillow to 9.5.0
This commit is contained in:
parent
bf98f5228d
commit
046f3c6f97
4 changed files with 4 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ RUN \
|
||||||
discogs-client \
|
discogs-client \
|
||||||
flask \
|
flask \
|
||||||
PyGObject \
|
PyGObject \
|
||||||
pillow \
|
Pillow==9.5.0 \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ RUN \
|
||||||
discogs-client \
|
discogs-client \
|
||||||
flask \
|
flask \
|
||||||
PyGObject \
|
PyGObject \
|
||||||
pillow \
|
Pillow==9.5.0 \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **25.08.23:** - Rebase to Alpine 3.18, pin Pillow to 9.5.0.
|
||||||
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||||
* **25.03.23:** - Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html).
|
* **25.03.23:** - Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html).
|
||||||
* **24.02.23:** - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin.
|
* **24.02.23:** - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin.
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ app_setup_block: |
|
||||||
Contains [beets-extrafiles](https://github.com/Holzhaus/beets-extrafiles) plugin, [configuration details](https://github.com/Holzhaus/beets-extrafiles#usage)
|
Contains [beets-extrafiles](https://github.com/Holzhaus/beets-extrafiles) plugin, [configuration details](https://github.com/Holzhaus/beets-extrafiles#usage)
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18, pin Pillow to 9.5.0."}
|
||||||
- {date: "07.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
- {date: "07.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||||
- {date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)."}
|
- {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: "24.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin."}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue