Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beets: Update to v2.2.0 and Python 3.12 #6447

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mreid-tt
Copy link
Contributor

@mreid-tt mreid-tt commented Feb 10, 2025

Description

This PR includes the following:

  1. Update Beets to version 2.2.0
  2. Migrate to Python 3.12

Fixes #

Checklist

  • Build rule all-supported completed successfully
  • New installation of package completed successfully
  • Package upgrade completed successfully (Manually install the package again)
  • Package functionality was tested
  • Any needed documentation is updated/created

Type of change

  • Package update

@mreid-tt mreid-tt self-assigned this Feb 10, 2025
absubmit, docs, import, reflink
@mreid-tt
Copy link
Contributor Author

Install and update seem to be successful on DSM 6:

Install Log
2025/02/10 19:00:01	install beets 2.2.0-10 Begin preinst
2025/02/10 19:00:01	Begin initialize_variables
2025/02/10 19:00:01	End initialize_variables
2025/02/10 19:00:01	===> Step preinst. STATUS=INSTALL USER= GROUP= SHARE_PATH=
2025/02/10 19:00:01	install beets 2.2.0-10 End preinst ret=[0]
2025/02/10 19:00:01	install beets 2.2.0-10 Begin /bin/rm -rf /volume1/@appstore/beets
2025/02/10 19:00:01	install beets 2.2.0-10 End /bin/rm -rf /volume1/@appstore/beets ret=[0]
2025/02/10 19:00:01	install beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/beets
2025/02/10 19:00:01	install beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/beets ret=[0]
2025/02/10 19:00:01	install beets 2.2.0-10 Begin /bin/rm -rf /var/packages/beets
2025/02/10 19:00:01	install beets 2.2.0-10 End /bin/rm -rf /var/packages/beets ret=[0]
2025/02/10 19:00:02	install beets 2.2.0-10 Begin /bin/mkdir -p /var/packages/beets
2025/02/10 19:00:02	install beets 2.2.0-10 End /bin/mkdir -p /var/packages/beets ret=[0]
2025/02/10 19:00:02	install beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/beets/INFO
2025/02/10 19:00:02	install beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/beets/INFO ret=[0]
2025/02/10 19:00:02	install beets 2.2.0-10 Begin /bin/rm -rf /var/packages/beets/scripts
2025/02/10 19:00:02	install beets 2.2.0-10 End /bin/rm -rf /var/packages/beets/scripts ret=[0]
2025/02/10 19:00:02	install beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/beets/scripts
2025/02/10 19:00:02	install beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/beets/scripts ret=[0]
2025/02/10 19:00:02	install beets 2.2.0-10 Begin /bin/rm -rf /var/packages/beets/conf
2025/02/10 19:00:02	install beets 2.2.0-10 End /bin/rm -rf /var/packages/beets/conf ret=[0]
2025/02/10 19:00:02	install beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/beets/conf
2025/02/10 19:00:02	install beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/beets/conf ret=[0]
2025/02/10 19:00:10	install beets 2.2.0-10 Begin postinst
2025/02/10 19:00:11	Begin initialize_variables
2025/02/10 19:00:11	End initialize_variables
2025/02/10 19:00:11	===> Step postinst. STATUS=INSTALL USER= GROUP= SHARE_PATH=
2025/02/10 19:00:11	Begin save_wizard_variables
2025/02/10 19:00:11	End save_wizard_variables
2025/02/10 19:00:11	Begin service_postinst
2025/02/10 19:00:11	====================================================
2025/02/10 19:00:11	Python 3.12.8
2025/02/10 19:00:12	Default pip version 24.3.1
2025/02/10 19:00:29	====================================================
2025/02/10 19:00:29	Install packages from wheels
2025/02/10 19:00:29	Install packages from wheels [/volume1/@appstore/beets/share/wheelhouse/requirements.txt]
2025/02/10 19:00:31	Looking in links: /volume1/@appstore/beets/share/wheelhouse
2025/02/10 19:00:33	Collecting Flask_Cors==5.0.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 1))
2025/02/10 19:00:33	  Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl.metadata (5.5 kB)
2025/02/10 19:00:35	Collecting MarkupSafe==3.0.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 2))
2025/02/10 19:00:36	  Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
2025/02/10 19:00:39	Collecting PyYAML==6.0.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 3))
2025/02/10 19:00:39	  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025/02/10 19:00:40	Collecting Unidecode==1.3.8 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 4))
2025/02/10 19:00:40	  Downloading Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
2025/02/10 19:00:43	Collecting anyio==4.8.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 5))
2025/02/10 19:00:43	  Downloading anyio-4.8.0-py3-none-any.whl.metadata (4.6 kB)
2025/02/10 19:00:44	Collecting appdirs==1.4.4 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 6))
2025/02/10 19:00:44	  Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)
2025/02/10 19:00:48	Collecting audioread==3.0.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 7))
2025/02/10 19:00:48	  Downloading audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
2025/02/10 19:00:50	Collecting beautifulsoup4==4.13.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 8))
2025/02/10 19:00:51	  Downloading beautifulsoup4-4.13.3-py3-none-any.whl.metadata (3.8 kB)
2025/02/10 19:00:52	Collecting beets==2.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 9))
2025/02/10 19:00:52	  Downloading beets-2.2.0-py3-none-any.whl.metadata (9.0 kB)
2025/02/10 19:00:54	Collecting blinker==1.9.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 10))
2025/02/10 19:00:54	  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2025/02/10 19:00:59	Collecting charset_normalizer==3.4.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 11))
2025/02/10 19:00:59	  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
2025/02/10 19:01:01	Collecting click==8.1.8 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 12))
2025/02/10 19:01:02	  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
2025/02/10 19:01:04	Collecting confuse==2.0.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 13))
2025/02/10 19:01:04	  Downloading confuse-2.0.1-py3-none-any.whl.metadata (3.7 kB)
2025/02/10 19:01:08	Collecting filetype==1.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 14))
2025/02/10 19:01:08	  Downloading filetype-1.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
2025/02/10 19:01:10	Collecting flask==3.1.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 15))
2025/02/10 19:01:10	  Downloading flask-3.1.0-py3-none-any.whl.metadata (2.7 kB)
2025/02/10 19:01:12	Collecting h11==0.14.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 16))
2025/02/10 19:01:12	  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
2025/02/10 19:01:14	Collecting httpcore==1.0.7 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 17))
2025/02/10 19:01:14	  Downloading httpcore-1.0.7-py3-none-any.whl.metadata (21 kB)
2025/02/10 19:01:16	Collecting httpx==0.28.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 18))
2025/02/10 19:01:17	  Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
2025/02/10 19:01:19	Collecting idna==3.10 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 19))
2025/02/10 19:01:19	  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/02/10 19:01:22	Collecting ifaddr==0.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 20))
2025/02/10 19:01:22	  Downloading ifaddr-0.2.0-py3-none-any.whl.metadata (4.9 kB)
2025/02/10 19:01:24	Collecting itsdangerous==2.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 21))
2025/02/10 19:01:24	  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
2025/02/10 19:01:27	Collecting jellyfish==1.1.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 22))
2025/02/10 19:01:28	  Downloading jellyfish-1.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.6 kB)
2025/02/10 19:01:30	Collecting jinja2==3.1.5 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 23))
2025/02/10 19:01:30	  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
2025/02/10 19:01:35	Collecting langdetect==1.0.9 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 24))
2025/02/10 19:01:35	  Downloading langdetect-1.0.9.tar.gz (981 kB)
2025/02/10 19:01:36	     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 981.5/981.5 kB 841.8 kB/s eta 0:00:00
2025/02/10 19:01:36	  Preparing metadata (setup.py): started
2025/02/10 19:01:37	  Preparing metadata (setup.py): finished with status 'done'
2025/02/10 19:01:41	Collecting lxml==5.3.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 25))
2025/02/10 19:01:41	  Downloading lxml-5.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.7 kB)
2025/02/10 19:01:44	Collecting mediafile==0.13.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 26))
2025/02/10 19:01:44	  Downloading mediafile-0.13.0-py3-none-any.whl.metadata (2.3 kB)
2025/02/10 19:01:46	Collecting munkres==1.1.4 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 27))
2025/02/10 19:01:46	  Downloading munkres-1.1.4-py2.py3-none-any.whl.metadata (980 bytes)
2025/02/10 19:01:48	Collecting musicbrainzngs==0.7.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 28))
2025/02/10 19:01:48	  Downloading musicbrainzngs-0.7.1-py2.py3-none-any.whl.metadata (3.3 kB)
2025/02/10 19:01:51	Collecting mutagen==1.47.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 29))
2025/02/10 19:01:52	  Downloading mutagen-1.47.0-py3-none-any.whl.metadata (1.7 kB)
2025/02/10 19:01:54	Collecting oauthlib==3.2.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 30))
2025/02/10 19:01:54	  Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
2025/02/10 19:01:59	Collecting pillow==11.1.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 31))
2025/02/10 19:02:00	  Downloading pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB)
2025/02/10 19:02:02	Collecting pyacoustid==1.3.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 32))
2025/02/10 19:02:02	  Downloading pyacoustid-1.3.0.tar.gz (17 kB)
2025/02/10 19:02:03	  Preparing metadata (setup.py): started
2025/02/10 19:02:04	  Preparing metadata (setup.py): finished with status 'done'
2025/02/10 19:02:05	Collecting pylast==5.3.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 33))
2025/02/10 19:02:05	  Downloading pylast-5.3.0-py3-none-any.whl.metadata (7.4 kB)
2025/02/10 19:02:07	Collecting python3_discogs_client==2.7.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 34))
2025/02/10 19:02:07	  Downloading python3_discogs_client-2.7.1-py3-none-any.whl.metadata (1.1 kB)
2025/02/10 19:02:09	Collecting python_dateutil==2.9.0.post0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 35))
2025/02/10 19:02:09	  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2025/02/10 19:02:11	Collecting python_mpd2==3.1.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 36))
2025/02/10 19:02:11	  Downloading python_mpd2-3.1.1-py2.py3-none-any.whl.metadata (4.9 kB)
2025/02/10 19:02:12	Collecting pyxdg==0.28 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 37))
2025/02/10 19:02:12	  Downloading pyxdg-0.28-py2.py3-none-any.whl.metadata (567 bytes)
2025/02/10 19:02:14	Collecting requests==2.32.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 38))
2025/02/10 19:02:14	  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
2025/02/10 19:02:16	Collecting requests_oauthlib==2.0.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 39))
2025/02/10 19:02:16	  Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
2025/02/10 19:02:20	Collecting sniffio==1.3.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 40))
2025/02/10 19:02:20	  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
2025/02/10 19:02:24	Collecting soco==0.30.8 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 41))
2025/02/10 19:02:24	  Downloading soco-0.30.8-py2.py3-none-any.whl.metadata (10 kB)
2025/02/10 19:02:26	Collecting soupsieve==2.6 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 42))
2025/02/10 19:02:26	  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
2025/02/10 19:02:27	Collecting typing_extensions==4.12.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 43))
2025/02/10 19:02:27	  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
2025/02/10 19:02:29	Collecting urllib3==2.3.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 44))
2025/02/10 19:02:29	  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
2025/02/10 19:02:32	Collecting werkzeug==3.1.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 45))
2025/02/10 19:02:32	  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
2025/02/10 19:02:33	Collecting xmltodict==0.14.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 46))
2025/02/10 19:02:33	  Downloading xmltodict-0.14.2-py2.py3-none-any.whl.metadata (8.0 kB)
2025/02/10 19:02:36	Collecting platformdirs>=3.5.0 (from beets==2.2.0->-r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 9))
2025/02/10 19:02:36	  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
2025/02/10 19:02:38	Collecting certifi (from httpcore==1.0.7->-r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 17))
2025/02/10 19:02:38	  Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
2025/02/10 19:02:40	Collecting six (from langdetect==1.0.9->-r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 24))
2025/02/10 19:02:40	  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2025/02/10 19:02:41	Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl (14 kB)
2025/02/10 19:02:42	Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
2025/02/10 19:02:42	Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025/02/10 19:02:43	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 599.0 kB/s eta 0:00:00
2025/02/10 19:02:43	Downloading Unidecode-1.3.8-py3-none-any.whl (235 kB)
2025/02/10 19:02:45	Downloading anyio-4.8.0-py3-none-any.whl (96 kB)
2025/02/10 19:02:46	Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
2025/02/10 19:02:47	Downloading audioread-3.0.1-py3-none-any.whl (23 kB)
2025/02/10 19:02:48	Downloading beautifulsoup4-4.13.3-py3-none-any.whl (186 kB)
2025/02/10 19:02:49	Downloading beets-2.2.0-py3-none-any.whl (575 kB)
2025/02/10 19:02:51	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.4/575.4 kB 113.6 kB/s eta 0:00:00
2025/02/10 19:02:51	Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2025/02/10 19:02:53	Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
2025/02/10 19:02:54	Downloading click-8.1.8-py3-none-any.whl (98 kB)
2025/02/10 19:02:54	Downloading confuse-2.0.1-py3-none-any.whl (24 kB)
2025/02/10 19:02:55	Downloading filetype-1.2.0-py2.py3-none-any.whl (19 kB)
2025/02/10 19:02:56	Downloading flask-3.1.0-py3-none-any.whl (102 kB)
2025/02/10 19:02:57	Downloading h11-0.14.0-py3-none-any.whl (58 kB)
2025/02/10 19:02:58	Downloading httpcore-1.0.7-py3-none-any.whl (78 kB)
2025/02/10 19:02:59	Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
2025/02/10 19:03:01	Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/02/10 19:03:02	Downloading ifaddr-0.2.0-py3-none-any.whl (12 kB)
2025/02/10 19:03:03	Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
2025/02/10 19:03:03	Downloading jellyfish-1.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347 kB)
2025/02/10 19:03:05	Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
2025/02/10 19:03:06	Downloading lxml-5.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB)
2025/02/10 19:03:07	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 4.3 MB/s eta 0:00:00
2025/02/10 19:03:07	Downloading mediafile-0.13.0-py3-none-any.whl (21 kB)
2025/02/10 19:03:08	Downloading munkres-1.1.4-py2.py3-none-any.whl (7.0 kB)
2025/02/10 19:03:09	Downloading musicbrainzngs-0.7.1-py2.py3-none-any.whl (25 kB)
2025/02/10 19:03:10	Downloading mutagen-1.47.0-py3-none-any.whl (194 kB)
2025/02/10 19:03:10	Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
2025/02/10 19:03:12	Downloading pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
2025/02/10 19:03:13	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 4.9 MB/s eta 0:00:00
2025/02/10 19:03:13	Downloading pylast-5.3.0-py3-none-any.whl (29 kB)
2025/02/10 19:03:14	Downloading python3_discogs_client-2.7.1-py3-none-any.whl (17 kB)
2025/02/10 19:03:14	Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2025/02/10 19:03:15	Downloading python_mpd2-3.1.1-py2.py3-none-any.whl (35 kB)
2025/02/10 19:03:16	Downloading pyxdg-0.28-py2.py3-none-any.whl (49 kB)
2025/02/10 19:03:17	Downloading requests-2.32.3-py3-none-any.whl (64 kB)
2025/02/10 19:03:17	Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
2025/02/10 19:03:18	Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
2025/02/10 19:03:19	Downloading soco-0.30.8-py2.py3-none-any.whl (162 kB)
2025/02/10 19:03:20	Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
2025/02/10 19:03:21	Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
2025/02/10 19:03:22	Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
2025/02/10 19:03:23	Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
2025/02/10 19:03:24	Downloading xmltodict-0.14.2-py2.py3-none-any.whl (10.0 kB)
2025/02/10 19:03:25	Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
2025/02/10 19:03:27	Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
2025/02/10 19:03:27	Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2025/02/10 19:03:29	Building wheels for collected packages: langdetect, pyacoustid
2025/02/10 19:03:29	  Building wheel for langdetect (setup.py): started
2025/02/10 19:03:31	  Building wheel for langdetect (setup.py): finished with status 'done'
2025/02/10 19:03:31	  Created wheel for langdetect: filename=langdetect-1.0.9-py3-none-any.whl size=993284 sha256=69227cf1307291c32159ae5eea55dcfa8e0b785f469d8148b7fd48e8af922a74
2025/02/10 19:03:31	  Stored in directory: /volume1/@appstore/beets/var/pip-cache/wheels/c1/67/88/e844b5b022812e15a52e4eaa38a1e709e99f06f6639d7e3ba7
2025/02/10 19:03:31	  Building wheel for pyacoustid (setup.py): started
2025/02/10 19:03:33	  Building wheel for pyacoustid (setup.py): finished with status 'done'
2025/02/10 19:03:33	  Created wheel for pyacoustid: filename=pyacoustid-1.3.0-py3-none-any.whl size=14097 sha256=a7621c8b7be199102c80b2212b17522e1745195cf853f2cd735c6fa0caa39800
2025/02/10 19:03:33	  Stored in directory: /volume1/@appstore/beets/var/pip-cache/wheels/fc/3a/b6/fb009150f6b6664d5836f246da5b15e5555369deb63af27069
2025/02/10 19:03:33	Successfully built langdetect pyacoustid
2025/02/10 19:03:34	Installing collected packages: pyxdg, munkres, ifaddr, filetype, appdirs, xmltodict, urllib3, Unidecode, typing_extensions, soupsieve, sniffio, six, PyYAML, python_mpd2, platformdirs, pillow, oauthlib, mutagen, musicbrainzngs, MarkupSafe, lxml, jellyfish, itsdangerous, idna, h11, click, charset_normalizer, certifi, blinker, audioread, werkzeug, requests, python_dateutil, mediafile, langdetect, jinja2, httpcore, confuse, beautifulsoup4, anyio, soco, requests_oauthlib, python3_discogs_client, pyacoustid, httpx, flask, beets, pylast, Flask_Cors
2025/02/10 19:03:41	  Attempting uninstall: six
2025/02/10 19:03:41	    Found existing installation: six 1.17.0
2025/02/10 19:03:41	    Not uninstalling six at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/beets/env
2025/02/10 19:03:41	    Can't uninstall 'six'. No files were found to uninstall.
2025/02/10 19:03:43	  Attempting uninstall: platformdirs
2025/02/10 19:03:43	    Found existing installation: platformdirs 4.3.6
2025/02/10 19:03:43	    Not uninstalling platformdirs at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/beets/env
2025/02/10 19:03:43	    Can't uninstall 'platformdirs'. No files were found to uninstall.
2025/02/10 19:04:16	  Attempting uninstall: certifi
2025/02/10 19:04:16	    Found existing installation: certifi 2024.12.14
2025/02/10 19:04:16	    Not uninstalling certifi at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/beets/env
2025/02/10 19:04:16	    Can't uninstall 'certifi'. No files were found to uninstall.
2025/02/10 19:04:37	Successfully installed Flask_Cors-5.0.0 MarkupSafe-3.0.2 PyYAML-6.0.2 Unidecode-1.3.8 anyio-4.8.0 appdirs-1.4.4 audioread-3.0.1 beautifulsoup4-4.13.3 beets-2.2.0 blinker-1.9.0 certifi-2025.1.31 charset_normalizer-3.4.1 click-8.1.8 confuse-2.0.1 filetype-1.2.0 flask-3.1.0 h11-0.14.0 httpcore-1.0.7 httpx-0.28.1 idna-3.10 ifaddr-0.2.0 itsdangerous-2.2.0 jellyfish-1.1.3 jinja2-3.1.5 langdetect-1.0.9 lxml-5.3.1 mediafile-0.13.0 munkres-1.1.4 musicbrainzngs-0.7.1 mutagen-1.47.0 oauthlib-3.2.2 pillow-11.1.0 platformdirs-4.3.6 pyacoustid-1.3.0 pylast-5.3.0 python3_discogs_client-2.7.1 python_dateutil-2.9.0.post0 python_mpd2-3.1.1 pyxdg-0.28 requests-2.32.3 requests_oauthlib-2.0.0 six-1.17.0 sniffio-1.3.1 soco-0.30.8 soupsieve-2.6 typing_extensions-4.12.2 urllib3-2.3.0 werkzeug-3.1.3 xmltodict-0.14.2
2025/02/10 19:04:38	Installed modules:
2025/02/10 19:04:39	anyio==4.8.0
2025/02/10 19:04:39	appdirs==1.4.4
2025/02/10 19:04:39	audioread==3.0.1
2025/02/10 19:04:39	beautifulsoup4==4.13.3
2025/02/10 19:04:39	beets==2.2.0
2025/02/10 19:04:39	blinker==1.9.0
2025/02/10 19:04:39	certifi==2025.1.31
2025/02/10 19:04:39	charset-normalizer==3.4.1
2025/02/10 19:04:39	click==8.1.8
2025/02/10 19:04:39	confuse==2.0.1
2025/02/10 19:04:39	distlib==0.3.9
2025/02/10 19:04:39	filelock==3.17.0
2025/02/10 19:04:39	filetype==1.2.0
2025/02/10 19:04:39	Flask==3.1.0
2025/02/10 19:04:39	Flask-Cors==5.0.0
2025/02/10 19:04:39	h11==0.14.0
2025/02/10 19:04:39	httpcore==1.0.7
2025/02/10 19:04:39	httpx==0.28.1
2025/02/10 19:04:39	idna==3.10
2025/02/10 19:04:39	ifaddr==0.2.0
2025/02/10 19:04:39	itsdangerous==2.2.0
2025/02/10 19:04:39	jellyfish==1.1.3
2025/02/10 19:04:39	Jinja2==3.1.5
2025/02/10 19:04:39	langdetect==1.0.9
2025/02/10 19:04:39	lxml==5.3.1
2025/02/10 19:04:39	MarkupSafe==3.0.2
2025/02/10 19:04:39	mediafile==0.13.0
2025/02/10 19:04:39	munkres==1.1.4
2025/02/10 19:04:39	musicbrainzngs==0.7.1
2025/02/10 19:04:39	mutagen==1.47.0
2025/02/10 19:04:39	oauthlib==3.2.2
2025/02/10 19:04:39	pillow==11.1.0
2025/02/10 19:04:40	platformdirs==4.3.6
2025/02/10 19:04:40	pyacoustid==1.3.0
2025/02/10 19:04:40	pylast==5.3.0
2025/02/10 19:04:40	python-dateutil==2.9.0.post0
2025/02/10 19:04:40	python-mpd2==3.1.1
2025/02/10 19:04:40	python3-discogs-client==2.7.1
2025/02/10 19:04:40	pyxdg==0.28
2025/02/10 19:04:40	PyYAML==6.0.2
2025/02/10 19:04:40	requests==2.32.3
2025/02/10 19:04:40	requests-oauthlib==2.0.0
2025/02/10 19:04:40	setuptools==75.8.0
2025/02/10 19:04:40	six==1.17.0
2025/02/10 19:04:40	sniffio==1.3.1
2025/02/10 19:04:40	soco==0.30.8
2025/02/10 19:04:40	soupsieve==2.6
2025/02/10 19:04:40	typing_extensions==4.12.2
2025/02/10 19:04:40	Unidecode==1.3.8
2025/02/10 19:04:40	urllib3==2.3.0
2025/02/10 19:04:40	virtualenv==20.29.1
2025/02/10 19:04:40	Werkzeug==3.1.3
2025/02/10 19:04:40	wheel==0.45.1
2025/02/10 19:04:40	xmltodict==0.14.2
2025/02/10 19:04:41	Installed version: beets version 2.2.0
2025/02/10 19:04:41	Python version 3.12.8
2025/02/10 19:04:41	no plugins loaded
2025/02/10 19:04:41	End service_postinst
2025/02/10 19:04:41	install beets 2.2.0-10 End postinst ret=[0]
2025/02/10 19:04:41	install beets 2.2.0-10 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2025/02/10 19:04:41	install beets 2.2.0-10 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
2025/02/10 19:04:44	install beets 2.2.0-10 Begin start-stop-status start
2025/02/10 19:04:44	install beets 2.2.0-10 End start-stop-status start ret=[0]
Upgrade Log
2025/02/10 19:05:46	upgrade beets 2.2.0-10 Begin start-stop-status stop
2025/02/10 19:05:46	upgrade beets 2.2.0-10 End start-stop-status stop ret=[0]
2025/02/10 19:05:47	upgrade beets 2.2.0-10 Begin preupgrade
2025/02/10 19:05:47	Begin initialize_variables
2025/02/10 19:05:47	End initialize_variables
2025/02/10 19:05:47	===> Step preupgrade. STATUS=UPGRADE USER= GROUP= SHARE_PATH=
2025/02/10 19:05:48	upgrade beets 2.2.0-10 End preupgrade ret=[0]
2025/02/10 19:05:48	upgrade beets 2.2.0-10 Begin preuninst
2025/02/10 19:05:48	Begin initialize_variables
2025/02/10 19:05:48	End initialize_variables
2025/02/10 19:05:48	===> Step preuninst. STATUS=UPGRADE USER= GROUP= SHARE_PATH=
2025/02/10 19:05:49	upgrade beets 2.2.0-10 End preuninst ret=[0]
2025/02/10 19:05:49	upgrade beets 2.2.0-10 Begin /bin/rm -rf /volume1/@appstore/beets
2025/02/10 19:05:50	upgrade beets 2.2.0-10 End /bin/rm -rf /volume1/@appstore/beets ret=[0]
2025/02/10 19:05:50	upgrade beets 2.2.0-10 Begin postuninst
2025/02/10 19:05:50	Begin initialize_variables
2025/02/10 19:05:50	End initialize_variables
2025/02/10 19:05:50	===> Step postuninst. STATUS=UPGRADE USER= GROUP= SHARE_PATH=
2025/02/10 19:05:50	upgrade beets 2.2.0-10 End postuninst ret=[0]
2025/02/10 19:05:51	upgrade beets 2.2.0-10 Begin preinst
2025/02/10 19:05:52	Begin initialize_variables
2025/02/10 19:05:52	End initialize_variables
2025/02/10 19:05:52	===> Step preinst. STATUS=UPGRADE USER= GROUP= SHARE_PATH=
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End preinst ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/rm -rf /volume1/@appstore/beets
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/rm -rf /volume1/@appstore/beets ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/beets
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/beets ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/mkdir -p /var/packages/beets
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/mkdir -p /var/packages/beets ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/beets/INFO
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/beets/INFO ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/rm -rf /var/packages/beets/scripts
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/rm -rf /var/packages/beets/scripts ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/beets/scripts
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/beets/scripts ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/rm -rf /var/packages/beets/conf
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/rm -rf /var/packages/beets/conf ret=[0]
2025/02/10 19:05:52	upgrade beets 2.2.0-10 Begin /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/beets/conf
2025/02/10 19:05:52	upgrade beets 2.2.0-10 End /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/beets/conf ret=[0]
2025/02/10 19:05:56	upgrade beets 2.2.0-10 Begin postinst
2025/02/10 19:05:56	Begin initialize_variables
2025/02/10 19:05:56	End initialize_variables
2025/02/10 19:05:56	===> Step postinst. STATUS=UPGRADE USER= GROUP= SHARE_PATH=
2025/02/10 19:05:56	Begin save_wizard_variables
2025/02/10 19:05:56	End save_wizard_variables
2025/02/10 19:05:56	Begin service_postinst
2025/02/10 19:05:56	====================================================
2025/02/10 19:05:56	Python 3.12.8
2025/02/10 19:05:57	Default pip version 24.3.1
2025/02/10 19:06:14	====================================================
2025/02/10 19:06:14	Install packages from wheels
2025/02/10 19:06:14	Install packages from wheels [/volume1/@appstore/beets/share/wheelhouse/requirements.txt]
2025/02/10 19:06:16	Looking in links: /volume1/@appstore/beets/share/wheelhouse
2025/02/10 19:06:17	Collecting Flask_Cors==5.0.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 1))
2025/02/10 19:06:18	  Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl.metadata (5.5 kB)
2025/02/10 19:06:19	Collecting MarkupSafe==3.0.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 2))
2025/02/10 19:06:20	  Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
2025/02/10 19:06:21	Collecting PyYAML==6.0.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 3))
2025/02/10 19:06:21	  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025/02/10 19:06:22	Collecting Unidecode==1.3.8 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 4))
2025/02/10 19:06:23	  Downloading Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
2025/02/10 19:06:24	Collecting anyio==4.8.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 5))
2025/02/10 19:06:24	  Downloading anyio-4.8.0-py3-none-any.whl.metadata (4.6 kB)
2025/02/10 19:06:25	Collecting appdirs==1.4.4 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 6))
2025/02/10 19:06:25	  Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)
2025/02/10 19:06:26	Collecting audioread==3.0.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 7))
2025/02/10 19:06:26	  Downloading audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
2025/02/10 19:06:27	Collecting beautifulsoup4==4.13.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 8))
2025/02/10 19:06:27	  Downloading beautifulsoup4-4.13.3-py3-none-any.whl.metadata (3.8 kB)
2025/02/10 19:06:29	Collecting beets==2.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 9))
2025/02/10 19:06:29	  Downloading beets-2.2.0-py3-none-any.whl.metadata (9.0 kB)
2025/02/10 19:06:30	Collecting blinker==1.9.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 10))
2025/02/10 19:06:30	  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2025/02/10 19:06:32	Collecting charset_normalizer==3.4.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 11))
2025/02/10 19:06:32	  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
2025/02/10 19:06:33	Collecting click==8.1.8 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 12))
2025/02/10 19:06:34	  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
2025/02/10 19:06:35	Collecting confuse==2.0.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 13))
2025/02/10 19:06:35	  Downloading confuse-2.0.1-py3-none-any.whl.metadata (3.7 kB)
2025/02/10 19:06:36	Collecting filetype==1.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 14))
2025/02/10 19:06:36	  Downloading filetype-1.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
2025/02/10 19:06:38	Collecting flask==3.1.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 15))
2025/02/10 19:06:38	  Downloading flask-3.1.0-py3-none-any.whl.metadata (2.7 kB)
2025/02/10 19:06:39	Collecting h11==0.14.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 16))
2025/02/10 19:06:39	  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
2025/02/10 19:06:41	Collecting httpcore==1.0.7 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 17))
2025/02/10 19:06:41	  Downloading httpcore-1.0.7-py3-none-any.whl.metadata (21 kB)
2025/02/10 19:06:42	Collecting httpx==0.28.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 18))
2025/02/10 19:06:42	  Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
2025/02/10 19:06:43	Collecting idna==3.10 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 19))
2025/02/10 19:06:43	  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/02/10 19:06:45	Collecting ifaddr==0.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 20))
2025/02/10 19:06:45	  Downloading ifaddr-0.2.0-py3-none-any.whl.metadata (4.9 kB)
2025/02/10 19:06:46	Collecting itsdangerous==2.2.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 21))
2025/02/10 19:06:46	  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
2025/02/10 19:06:48	Collecting jellyfish==1.1.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 22))
2025/02/10 19:06:48	  Downloading jellyfish-1.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.6 kB)
2025/02/10 19:06:50	Collecting jinja2==3.1.5 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 23))
2025/02/10 19:06:50	  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
2025/02/10 19:06:51	Collecting langdetect==1.0.9 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 24))
2025/02/10 19:06:51	  Downloading langdetect-1.0.9.tar.gz (981 kB)
2025/02/10 19:06:51	     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 981.5/981.5 kB 1.2 MB/s eta 0:00:00
2025/02/10 19:06:52	  Preparing metadata (setup.py): started
2025/02/10 19:06:53	  Preparing metadata (setup.py): finished with status 'done'
2025/02/10 19:06:55	Collecting lxml==5.3.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 25))
2025/02/10 19:06:55	  Downloading lxml-5.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.7 kB)
2025/02/10 19:06:56	Collecting mediafile==0.13.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 26))
2025/02/10 19:06:57	  Downloading mediafile-0.13.0-py3-none-any.whl.metadata (2.3 kB)
2025/02/10 19:06:58	Collecting munkres==1.1.4 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 27))
2025/02/10 19:06:58	  Downloading munkres-1.1.4-py2.py3-none-any.whl.metadata (980 bytes)
2025/02/10 19:06:59	Collecting musicbrainzngs==0.7.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 28))
2025/02/10 19:06:59	  Downloading musicbrainzngs-0.7.1-py2.py3-none-any.whl.metadata (3.3 kB)
2025/02/10 19:07:00	Collecting mutagen==1.47.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 29))
2025/02/10 19:07:00	  Downloading mutagen-1.47.0-py3-none-any.whl.metadata (1.7 kB)
2025/02/10 19:07:01	Collecting oauthlib==3.2.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 30))
2025/02/10 19:07:01	  Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
2025/02/10 19:07:05	Collecting pillow==11.1.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 31))
2025/02/10 19:07:05	  Downloading pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB)
2025/02/10 19:07:07	Collecting pyacoustid==1.3.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 32))
2025/02/10 19:07:07	  Downloading pyacoustid-1.3.0.tar.gz (17 kB)
2025/02/10 19:07:08	  Preparing metadata (setup.py): started
2025/02/10 19:07:09	  Preparing metadata (setup.py): finished with status 'done'
2025/02/10 19:07:10	Collecting pylast==5.3.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 33))
2025/02/10 19:07:10	  Downloading pylast-5.3.0-py3-none-any.whl.metadata (7.4 kB)
2025/02/10 19:07:11	Collecting python3_discogs_client==2.7.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 34))
2025/02/10 19:07:11	  Downloading python3_discogs_client-2.7.1-py3-none-any.whl.metadata (1.1 kB)
2025/02/10 19:07:12	Collecting python_dateutil==2.9.0.post0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 35))
2025/02/10 19:07:13	  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2025/02/10 19:07:14	Collecting python_mpd2==3.1.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 36))
2025/02/10 19:07:14	  Downloading python_mpd2-3.1.1-py2.py3-none-any.whl.metadata (4.9 kB)
2025/02/10 19:07:15	Collecting pyxdg==0.28 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 37))
2025/02/10 19:07:15	  Downloading pyxdg-0.28-py2.py3-none-any.whl.metadata (567 bytes)
2025/02/10 19:07:17	Collecting requests==2.32.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 38))
2025/02/10 19:07:17	  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
2025/02/10 19:07:18	Collecting requests_oauthlib==2.0.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 39))
2025/02/10 19:07:18	  Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
2025/02/10 19:07:19	Collecting sniffio==1.3.1 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 40))
2025/02/10 19:07:19	  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
2025/02/10 19:07:21	Collecting soco==0.30.8 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 41))
2025/02/10 19:07:21	  Downloading soco-0.30.8-py2.py3-none-any.whl.metadata (10 kB)
2025/02/10 19:07:22	Collecting soupsieve==2.6 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 42))
2025/02/10 19:07:22	  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
2025/02/10 19:07:23	Collecting typing_extensions==4.12.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 43))
2025/02/10 19:07:24	  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
2025/02/10 19:07:25	Collecting urllib3==2.3.0 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 44))
2025/02/10 19:07:25	  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
2025/02/10 19:07:27	Collecting werkzeug==3.1.3 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 45))
2025/02/10 19:07:27	  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
2025/02/10 19:07:28	Collecting xmltodict==0.14.2 (from -r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 46))
2025/02/10 19:07:28	  Downloading xmltodict-0.14.2-py2.py3-none-any.whl.metadata (8.0 kB)
2025/02/10 19:07:29	Collecting platformdirs>=3.5.0 (from beets==2.2.0->-r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 9))
2025/02/10 19:07:29	  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
2025/02/10 19:07:31	Collecting certifi (from httpcore==1.0.7->-r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 17))
2025/02/10 19:07:31	  Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
2025/02/10 19:07:32	Collecting six (from langdetect==1.0.9->-r /volume1/@appstore/beets/share/wheelhouse/requirements.txt (line 24))
2025/02/10 19:07:32	  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2025/02/10 19:07:33	Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl (14 kB)
2025/02/10 19:07:34	Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
2025/02/10 19:07:35	Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025/02/10 19:07:35	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 1.2 MB/s eta 0:00:00
2025/02/10 19:07:35	Downloading Unidecode-1.3.8-py3-none-any.whl (235 kB)
2025/02/10 19:07:36	Downloading anyio-4.8.0-py3-none-any.whl (96 kB)
2025/02/10 19:07:36	Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
2025/02/10 19:07:37	Downloading audioread-3.0.1-py3-none-any.whl (23 kB)
2025/02/10 19:07:38	Downloading beautifulsoup4-4.13.3-py3-none-any.whl (186 kB)
2025/02/10 19:07:38	Downloading beets-2.2.0-py3-none-any.whl (575 kB)
2025/02/10 19:07:39	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.4/575.4 kB 555.5 kB/s eta 0:00:00
2025/02/10 19:07:39	Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2025/02/10 19:07:40	Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
2025/02/10 19:07:40	Downloading click-8.1.8-py3-none-any.whl (98 kB)
2025/02/10 19:07:41	Downloading confuse-2.0.1-py3-none-any.whl (24 kB)
2025/02/10 19:07:41	Downloading filetype-1.2.0-py2.py3-none-any.whl (19 kB)
2025/02/10 19:07:42	Downloading flask-3.1.0-py3-none-any.whl (102 kB)
2025/02/10 19:07:43	Downloading h11-0.14.0-py3-none-any.whl (58 kB)
2025/02/10 19:07:44	Downloading httpcore-1.0.7-py3-none-any.whl (78 kB)
2025/02/10 19:07:44	Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
2025/02/10 19:07:45	Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/02/10 19:07:45	Downloading ifaddr-0.2.0-py3-none-any.whl (12 kB)
2025/02/10 19:07:46	Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
2025/02/10 19:07:46	Downloading jellyfish-1.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347 kB)
2025/02/10 19:07:47	Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
2025/02/10 19:07:48	Downloading lxml-5.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB)
2025/02/10 19:07:48	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 7.0 MB/s eta 0:00:00
2025/02/10 19:07:48	Downloading mediafile-0.13.0-py3-none-any.whl (21 kB)
2025/02/10 19:07:49	Downloading munkres-1.1.4-py2.py3-none-any.whl (7.0 kB)
2025/02/10 19:07:49	Downloading musicbrainzngs-0.7.1-py2.py3-none-any.whl (25 kB)
2025/02/10 19:07:50	Downloading mutagen-1.47.0-py3-none-any.whl (194 kB)
2025/02/10 19:07:50	Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
2025/02/10 19:07:51	Downloading pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
2025/02/10 19:07:51	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 6.9 MB/s eta 0:00:00
2025/02/10 19:07:52	Downloading pylast-5.3.0-py3-none-any.whl (29 kB)
2025/02/10 19:07:52	Downloading python3_discogs_client-2.7.1-py3-none-any.whl (17 kB)
2025/02/10 19:07:53	Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2025/02/10 19:07:53	Downloading python_mpd2-3.1.1-py2.py3-none-any.whl (35 kB)
2025/02/10 19:07:54	Downloading pyxdg-0.28-py2.py3-none-any.whl (49 kB)
2025/02/10 19:07:54	Downloading requests-2.32.3-py3-none-any.whl (64 kB)
2025/02/10 19:07:55	Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
2025/02/10 19:07:56	Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
2025/02/10 19:07:56	Downloading soco-0.30.8-py2.py3-none-any.whl (162 kB)
2025/02/10 19:07:57	Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
2025/02/10 19:07:57	Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
2025/02/10 19:07:58	Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
2025/02/10 19:07:59	Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
2025/02/10 19:08:00	Downloading xmltodict-0.14.2-py2.py3-none-any.whl (10.0 kB)
2025/02/10 19:08:00	Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
2025/02/10 19:08:01	Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
2025/02/10 19:08:01	Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2025/02/10 19:08:03	Building wheels for collected packages: langdetect, pyacoustid
2025/02/10 19:08:03	  Building wheel for langdetect (setup.py): started
2025/02/10 19:08:05	  Building wheel for langdetect (setup.py): finished with status 'done'
2025/02/10 19:08:05	  Created wheel for langdetect: filename=langdetect-1.0.9-py3-none-any.whl size=993284 sha256=f13b739f5af8c3e9ac3fde9c6e443ede3682811ce8607c46673aee36364ec123
2025/02/10 19:08:05	  Stored in directory: /volume1/@appstore/beets/var/pip-cache/wheels/c1/67/88/e844b5b022812e15a52e4eaa38a1e709e99f06f6639d7e3ba7
2025/02/10 19:08:05	  Building wheel for pyacoustid (setup.py): started
2025/02/10 19:08:06	  Building wheel for pyacoustid (setup.py): finished with status 'done'
2025/02/10 19:08:06	  Created wheel for pyacoustid: filename=pyacoustid-1.3.0-py3-none-any.whl size=14097 sha256=6c47009f25e3e44724106d9c549fcfac5a5f882c24ef6cdfc0086cdfbe109d2d
2025/02/10 19:08:06	  Stored in directory: /volume1/@appstore/beets/var/pip-cache/wheels/fc/3a/b6/fb009150f6b6664d5836f246da5b15e5555369deb63af27069
2025/02/10 19:08:06	Successfully built langdetect pyacoustid
2025/02/10 19:08:07	Installing collected packages: pyxdg, munkres, ifaddr, filetype, appdirs, xmltodict, urllib3, Unidecode, typing_extensions, soupsieve, sniffio, six, PyYAML, python_mpd2, platformdirs, pillow, oauthlib, mutagen, musicbrainzngs, MarkupSafe, lxml, jellyfish, itsdangerous, idna, h11, click, charset_normalizer, certifi, blinker, audioread, werkzeug, requests, python_dateutil, mediafile, langdetect, jinja2, httpcore, confuse, beautifulsoup4, anyio, soco, requests_oauthlib, python3_discogs_client, pyacoustid, httpx, flask, beets, pylast, Flask_Cors
2025/02/10 19:08:15	  Attempting uninstall: six
2025/02/10 19:08:15	    Found existing installation: six 1.17.0
2025/02/10 19:08:15	    Not uninstalling six at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/beets/env
2025/02/10 19:08:15	    Can't uninstall 'six'. No files were found to uninstall.
2025/02/10 19:08:18	  Attempting uninstall: platformdirs
2025/02/10 19:08:18	    Found existing installation: platformdirs 4.3.6
2025/02/10 19:08:18	    Not uninstalling platformdirs at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/beets/env
2025/02/10 19:08:18	    Can't uninstall 'platformdirs'. No files were found to uninstall.
2025/02/10 19:08:31	  Attempting uninstall: certifi
2025/02/10 19:08:31	    Found existing installation: certifi 2024.12.14
2025/02/10 19:08:31	    Not uninstalling certifi at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/beets/env
2025/02/10 19:08:31	    Can't uninstall 'certifi'. No files were found to uninstall.
2025/02/10 19:08:53	Successfully installed Flask_Cors-5.0.0 MarkupSafe-3.0.2 PyYAML-6.0.2 Unidecode-1.3.8 anyio-4.8.0 appdirs-1.4.4 audioread-3.0.1 beautifulsoup4-4.13.3 beets-2.2.0 blinker-1.9.0 certifi-2025.1.31 charset_normalizer-3.4.1 click-8.1.8 confuse-2.0.1 filetype-1.2.0 flask-3.1.0 h11-0.14.0 httpcore-1.0.7 httpx-0.28.1 idna-3.10 ifaddr-0.2.0 itsdangerous-2.2.0 jellyfish-1.1.3 jinja2-3.1.5 langdetect-1.0.9 lxml-5.3.1 mediafile-0.13.0 munkres-1.1.4 musicbrainzngs-0.7.1 mutagen-1.47.0 oauthlib-3.2.2 pillow-11.1.0 platformdirs-4.3.6 pyacoustid-1.3.0 pylast-5.3.0 python3_discogs_client-2.7.1 python_dateutil-2.9.0.post0 python_mpd2-3.1.1 pyxdg-0.28 requests-2.32.3 requests_oauthlib-2.0.0 six-1.17.0 sniffio-1.3.1 soco-0.30.8 soupsieve-2.6 typing_extensions-4.12.2 urllib3-2.3.0 werkzeug-3.1.3 xmltodict-0.14.2
2025/02/10 19:08:54	Installed modules:
2025/02/10 19:08:56	anyio==4.8.0
2025/02/10 19:08:56	appdirs==1.4.4
2025/02/10 19:08:56	audioread==3.0.1
2025/02/10 19:08:56	beautifulsoup4==4.13.3
2025/02/10 19:08:56	beets==2.2.0
2025/02/10 19:08:56	blinker==1.9.0
2025/02/10 19:08:56	certifi==2025.1.31
2025/02/10 19:08:56	charset-normalizer==3.4.1
2025/02/10 19:08:56	click==8.1.8
2025/02/10 19:08:56	confuse==2.0.1
2025/02/10 19:08:56	distlib==0.3.9
2025/02/10 19:08:56	filelock==3.17.0
2025/02/10 19:08:56	filetype==1.2.0
2025/02/10 19:08:56	Flask==3.1.0
2025/02/10 19:08:56	Flask-Cors==5.0.0
2025/02/10 19:08:56	h11==0.14.0
2025/02/10 19:08:56	httpcore==1.0.7
2025/02/10 19:08:56	httpx==0.28.1
2025/02/10 19:08:56	idna==3.10
2025/02/10 19:08:56	ifaddr==0.2.0
2025/02/10 19:08:56	itsdangerous==2.2.0
2025/02/10 19:08:56	jellyfish==1.1.3
2025/02/10 19:08:56	Jinja2==3.1.5
2025/02/10 19:08:56	langdetect==1.0.9
2025/02/10 19:08:56	lxml==5.3.1
2025/02/10 19:08:56	MarkupSafe==3.0.2
2025/02/10 19:08:56	mediafile==0.13.0
2025/02/10 19:08:56	munkres==1.1.4
2025/02/10 19:08:56	musicbrainzngs==0.7.1
2025/02/10 19:08:56	mutagen==1.47.0
2025/02/10 19:08:56	oauthlib==3.2.2
2025/02/10 19:08:56	pillow==11.1.0
2025/02/10 19:08:56	platformdirs==4.3.6
2025/02/10 19:08:56	pyacoustid==1.3.0
2025/02/10 19:08:56	pylast==5.3.0
2025/02/10 19:08:56	python-dateutil==2.9.0.post0
2025/02/10 19:08:56	python-mpd2==3.1.1
2025/02/10 19:08:56	python3-discogs-client==2.7.1
2025/02/10 19:08:56	pyxdg==0.28
2025/02/10 19:08:56	PyYAML==6.0.2
2025/02/10 19:08:56	requests==2.32.3
2025/02/10 19:08:56	requests-oauthlib==2.0.0
2025/02/10 19:08:56	setuptools==75.8.0
2025/02/10 19:08:56	six==1.17.0
2025/02/10 19:08:56	sniffio==1.3.1
2025/02/10 19:08:56	soco==0.30.8
2025/02/10 19:08:56	soupsieve==2.6
2025/02/10 19:08:56	typing_extensions==4.12.2
2025/02/10 19:08:56	Unidecode==1.3.8
2025/02/10 19:08:56	urllib3==2.3.0
2025/02/10 19:08:56	virtualenv==20.29.1
2025/02/10 19:08:56	Werkzeug==3.1.3
2025/02/10 19:08:56	wheel==0.45.1
2025/02/10 19:08:56	xmltodict==0.14.2
2025/02/10 19:08:57	Installed version: beets version 2.2.0
2025/02/10 19:08:57	Python version 3.12.8
2025/02/10 19:08:57	no plugins loaded
2025/02/10 19:08:57	End service_postinst
2025/02/10 19:08:57	upgrade beets 2.2.0-10 End postinst ret=[0]
2025/02/10 19:08:57	upgrade beets 2.2.0-10 Begin postupgrade
2025/02/10 19:08:57	Begin initialize_variables
2025/02/10 19:08:57	End initialize_variables
2025/02/10 19:08:57	===> Step postupgrade. STATUS=UPGRADE USER= GROUP= SHARE_PATH=
2025/02/10 19:08:58	upgrade beets 2.2.0-10 End postupgrade ret=[0]
2025/02/10 19:09:00	upgrade beets 2.2.0-10 Begin start-stop-status start
2025/02/10 19:09:00	upgrade beets 2.2.0-10 End start-stop-status start ret=[0]
2025/02/10 19:09:00	upgrade beets 2.2.0-10 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2025/02/10 19:09:00	upgrade beets 2.2.0-10 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
App Test
$ beet version
beets version 2.2.0
Python version 3.12.8
plugins: aura, beatport, chroma, discogs, embedart, embyupdate, fetchart, kodiupdate, lastgenre, lastimport, lyrics, mpdstats, plexupdate, scrub, sonosupdate, thumbnails, web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant