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

SABnzbd: Migrate to Python 3.12 #6431

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mreid-tt
Copy link
Contributor

@mreid-tt mreid-tt commented Jan 27, 2025

Description

This PR includes the following:

  1. 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 Jan 27, 2025
@mreid-tt
Copy link
Contributor Author

Install and update seem to be successful on DSM 6:

Install Log
2025/01/27 20:38:31	install sabnzbd 4.4.1-74 Begin preinst
2025/01/27 20:38:32	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=Downloads]
2025/01/27 20:38:32	Begin initialize_variables
2025/01/27 20:38:32	Shared folder configured with SHARE_NAME [Downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:38:32	End initialize_variables
2025/01/27 20:38:32	===> Step preinst. STATUS=INSTALL USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End preinst ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/rm -rf /volume1/@appstore/sabnzbd
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/rm -rf /volume1/@appstore/sabnzbd ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/sabnzbd
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/sabnzbd ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/mkdir -p /var/packages/sabnzbd
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/mkdir -p /var/packages/sabnzbd ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/sabnzbd/INFO
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/sabnzbd/INFO ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd/scripts
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd/scripts ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/sabnzbd/scripts
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/sabnzbd/scripts ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd/WIZARD_UIFILES
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd/WIZARD_UIFILES ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/sabnzbd/WIZARD_UIFILES
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/sabnzbd/WIZARD_UIFILES ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd/conf
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd/conf ret=[0]
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/sabnzbd/conf
2025/01/27 20:38:32	install sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/sabnzbd/conf ret=[0]
2025/01/27 20:38:36	install sabnzbd 4.4.1-74 Begin postinst
2025/01/27 20:38:36	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=Downloads]
2025/01/27 20:38:36	Begin initialize_variables
2025/01/27 20:38:36	Shared folder configured with SHARE_NAME [Downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:38:36	End initialize_variables
2025/01/27 20:38:36	===> Step postinst. STATUS=INSTALL USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:38:36	Adding 'sc-sabnzbd' to 'sc-download'
2025/01/27 20:38:37	Group Name: [sc-download]
2025/01/27 20:38:37	Group Type: [AUTH_LOCAL]
2025/01/27 20:38:37	Group ID:   [65536]
2025/01/27 20:38:37	Group Members: 
2025/01/27 20:38:37	0:[sc-sabnzbd]
2025/01/27 20:38:37	Shared folder [/volume1/downloads] will be created by DSM.
2025/01/27 20:38:37	Begin save_wizard_variables
2025/01/27 20:38:37	End save_wizard_variables
2025/01/27 20:38:37	Begin service_postinst
2025/01/27 20:38:37	Python 3.12.8
2025/01/27 20:38:41	Default pip version 24.3.1
2025/01/27 20:38:57	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/env
2025/01/27 20:38:57	Install packages from wheels
2025/01/27 20:38:57	Install packages from wheels [/volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt]
2025/01/27 20:38:59	WARNING: The directory '/volume1/@appstore/sabnzbd/var/pip-cache' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
2025/01/27 20:39:00	Looking in links: /volume1/@appstore/sabnzbd/share/wheelhouse
2025/01/27 20:39:00	Collecting CT3==3.4.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 1))
2025/01/27 20:39:01	  Downloading CT3-3.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (3.4 kB)
2025/01/27 20:39:01	Collecting CherryPy==18.10.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 2))
2025/01/27 20:39:01	  Downloading CherryPy-18.10.0-py3-none-any.whl.metadata (8.7 kB)
2025/01/27 20:39:01	Collecting Markdown==3.7 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 3))
2025/01/27 20:39:01	  Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
2025/01/27 20:39:02	Collecting PyJWT==2.10.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 4))
2025/01/27 20:39:02	  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
2025/01/27 20:39:02	Collecting PySocks==1.7.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 5))
2025/01/27 20:39:02	  Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)
2025/01/27 20:39:02	Collecting PyYAML==6.0.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 6))
2025/01/27 20:39:02	  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025/01/27 20:39:03	Collecting apprise==1.9.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 7))
2025/01/27 20:39:03	  Downloading apprise-1.9.2-py3-none-any.whl.metadata (52 kB)
2025/01/27 20:39:03	Collecting babelfish==0.6.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 8))
2025/01/27 20:39:03	  Downloading babelfish-0.6.1-py3-none-any.whl.metadata (3.1 kB)
2025/01/27 20:39:03	Collecting blinker==1.9.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 9))
2025/01/27 20:39:04	  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2025/01/27 20:39:05	Collecting cffi==1.17.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 10))
2025/01/27 20:39:05	  Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025/01/27 20:39:05	Collecting chardet==5.2.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 11))
2025/01/27 20:39:05	  Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
2025/01/27 20:39:06	Collecting charset_normalizer==3.4.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 12))
2025/01/27 20:39:06	  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
2025/01/27 20:39:07	Collecting cheroot==10.0.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 13))
2025/01/27 20:39:07	  Downloading cheroot-10.0.1-py3-none-any.whl.metadata (7.1 kB)
2025/01/27 20:39:07	Collecting click==8.1.8 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 14))
2025/01/27 20:39:07	  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
2025/01/27 20:39:07	Collecting configobj==5.0.9 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 15))
2025/01/27 20:39:07	  Downloading configobj-5.0.9-py2.py3-none-any.whl.metadata (3.2 kB)
2025/01/27 20:39:09	Processing /volume1/@appstore/sabnzbd/share/wheelhouse/cryptography-41.0.3-cp312-cp312-linux_x86_64.whl (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 16))
2025/01/27 20:39:09	Collecting feedparser==6.0.11 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 17))
2025/01/27 20:39:09	  Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
2025/01/27 20:39:10	Collecting guessit==3.8.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 18))
2025/01/27 20:39:10	  Downloading guessit-3.8.0-py3-none-any.whl.metadata (140 kB)
2025/01/27 20:39:10	Collecting idna==3.10 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 19))
2025/01/27 20:39:10	  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/01/27 20:39:10	Collecting jaraco.classes==3.4.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 20))
2025/01/27 20:39:10	  Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
2025/01/27 20:39:11	Collecting jaraco.collections==5.0.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 21))
2025/01/27 20:39:11	  Downloading jaraco.collections-5.0.0-py3-none-any.whl.metadata (4.1 kB)
2025/01/27 20:39:11	Collecting jaraco.context==4.3.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 22))
2025/01/27 20:39:11	  Downloading jaraco.context-4.3.0-py3-none-any.whl.metadata (3.0 kB)
2025/01/27 20:39:11	Collecting jaraco.functools==4.1.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 23))
2025/01/27 20:39:11	  Downloading jaraco.functools-4.1.0-py3-none-any.whl.metadata (2.9 kB)
2025/01/27 20:39:11	Collecting jaraco.text==3.8.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 24))
2025/01/27 20:39:12	  Downloading jaraco.text-3.8.1-py3-none-any.whl.metadata (3.6 kB)
2025/01/27 20:39:12	Collecting more_itertools==10.6.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 25))
2025/01/27 20:39:12	  Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB)
2025/01/27 20:39:12	Collecting notify2==0.3.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 26))
2025/01/27 20:39:12	  Downloading notify2-0.3.1-py2.py3-none-any.whl.metadata (2.2 kB)
2025/01/27 20:39:12	Collecting oauthlib==3.2.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 27))
2025/01/27 20:39:13	  Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
2025/01/27 20:39:15	Collecting orjson==3.10.15 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 28))
2025/01/27 20:39:15	  Downloading orjson-3.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB)
2025/01/27 20:39:15	Collecting paho-mqtt==1.6.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 29))
2025/01/27 20:39:15	  Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
2025/01/27 20:39:16	  Preparing metadata (setup.py): started
2025/01/27 20:39:17	  Preparing metadata (setup.py): finished with status 'done'
2025/01/27 20:39:18	Collecting portend==3.2.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 30))
2025/01/27 20:39:18	  Downloading portend-3.2.0-py3-none-any.whl.metadata (3.6 kB)
2025/01/27 20:39:18	Collecting puremagic==1.28 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 31))
2025/01/27 20:39:18	  Downloading puremagic-1.28-py3-none-any.whl.metadata (5.8 kB)
2025/01/27 20:39:18	Collecting pycparser==2.22 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 32))
2025/01/27 20:39:18	  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025/01/27 20:39:18	Collecting python_dateutil==2.9.0.post0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 33))
2025/01/27 20:39:18	  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2025/01/27 20:39:19	Collecting pytz==2024.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 34))
2025/01/27 20:39:19	  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
2025/01/27 20:39:19	Collecting rebulk==3.2.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 35))
2025/01/27 20:39:19	  Downloading rebulk-3.2.0-py3-none-any.whl.metadata (22 kB)
2025/01/27 20:39:20	Collecting requests==2.32.3 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 36))
2025/01/27 20:39:20	  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
2025/01/27 20:39:20	Collecting requests_oauthlib==2.0.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 37))
2025/01/27 20:39:20	  Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
2025/01/27 20:39:20	Collecting sabctools==8.2.5 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 38))
2025/01/27 20:39:21	  Downloading sabctools-8.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB)
2025/01/27 20:39:21	Collecting sgmllib3k==1.0.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 39))
2025/01/27 20:39:21	  Downloading sgmllib3k-1.0.0.tar.gz (5.8 kB)
2025/01/27 20:39:21	  Preparing metadata (setup.py): started
2025/01/27 20:39:22	  Preparing metadata (setup.py): finished with status 'done'
2025/01/27 20:39:22	Collecting tempora==5.8.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 40))
2025/01/27 20:39:22	  Downloading tempora-5.8.0-py3-none-any.whl.metadata (3.3 kB)
2025/01/27 20:39:23	Collecting urllib3==2.3.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 41))
2025/01/27 20:39:23	  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
2025/01/27 20:39:23	Collecting zc.lockfile==3.0.post1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 42))
2025/01/27 20:39:23	  Downloading zc.lockfile-3.0.post1-py3-none-any.whl.metadata (6.2 kB)
2025/01/27 20:39:23	Collecting certifi (from apprise==1.9.2->-r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 7))
2025/01/27 20:39:24	  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
2025/01/27 20:39:24	Collecting six>=1.5 (from python_dateutil==2.9.0.post0->-r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 33))
2025/01/27 20:39:24	  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2025/01/27 20:39:27	Collecting setuptools (from zc.lockfile==3.0.post1->-r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 42))
2025/01/27 20:39:27	  Downloading setuptools-75.8.0-py3-none-any.whl.metadata (6.7 kB)
2025/01/27 20:39:27	Downloading CT3-3.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl (865 kB)
2025/01/27 20:39:27	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 866.0/866.0 kB 7.4 MB/s eta 0:00:00
2025/01/27 20:39:27	Downloading CherryPy-18.10.0-py3-none-any.whl (349 kB)
2025/01/27 20:39:27	Downloading Markdown-3.7-py3-none-any.whl (106 kB)
2025/01/27 20:39:27	Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
2025/01/27 20:39:27	Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
2025/01/27 20:39:28	Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025/01/27 20:39:28	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 40.0 MB/s eta 0:00:00
2025/01/27 20:39:28	Downloading apprise-1.9.2-py3-none-any.whl (1.3 MB)
2025/01/27 20:39:28	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 2.7 MB/s eta 0:00:00
2025/01/27 20:39:28	Downloading babelfish-0.6.1-py3-none-any.whl (94 kB)
2025/01/27 20:39:28	Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2025/01/27 20:39:28	Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025/01/27 20:39:28	Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
2025/01/27 20:39:29	Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
2025/01/27 20:39:29	Downloading cheroot-10.0.1-py3-none-any.whl (104 kB)
2025/01/27 20:39:29	Downloading click-8.1.8-py3-none-any.whl (98 kB)
2025/01/27 20:39:29	Downloading configobj-5.0.9-py2.py3-none-any.whl (35 kB)
2025/01/27 20:39:29	Downloading feedparser-6.0.11-py3-none-any.whl (81 kB)
2025/01/27 20:39:29	Downloading guessit-3.8.0-py3-none-any.whl (206 kB)
2025/01/27 20:39:29	Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/01/27 20:39:30	Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
2025/01/27 20:39:30	Downloading jaraco.collections-5.0.0-py3-none-any.whl (10 kB)
2025/01/27 20:39:30	Downloading jaraco.context-4.3.0-py3-none-any.whl (5.3 kB)
2025/01/27 20:39:30	Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB)
2025/01/27 20:39:30	Downloading jaraco.text-3.8.1-py3-none-any.whl (10 kB)
2025/01/27 20:39:30	Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB)
2025/01/27 20:39:30	Downloading notify2-0.3.1-py2.py3-none-any.whl (8.0 kB)
2025/01/27 20:39:30	Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
2025/01/27 20:39:30	Downloading orjson-3.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB)
2025/01/27 20:39:30	Downloading portend-3.2.0-py3-none-any.whl (5.3 kB)
2025/01/27 20:39:30	Downloading puremagic-1.28-py3-none-any.whl (43 kB)
2025/01/27 20:39:30	Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025/01/27 20:39:31	Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2025/01/27 20:39:31	Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
2025/01/27 20:39:31	Downloading rebulk-3.2.0-py3-none-any.whl (56 kB)
2025/01/27 20:39:31	Downloading requests-2.32.3-py3-none-any.whl (64 kB)
2025/01/27 20:39:31	Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
2025/01/27 20:39:31	Downloading sabctools-8.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (554 kB)
2025/01/27 20:39:31	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 554.3/554.3 kB 13.3 MB/s eta 0:00:00
2025/01/27 20:39:31	Downloading tempora-5.8.0-py3-none-any.whl (14 kB)
2025/01/27 20:39:31	Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
2025/01/27 20:39:31	Downloading zc.lockfile-3.0.post1-py3-none-any.whl (9.8 kB)
2025/01/27 20:39:31	Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
2025/01/27 20:39:32	Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2025/01/27 20:39:32	Downloading setuptools-75.8.0-py3-none-any.whl (1.2 MB)
2025/01/27 20:39:32	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 10.1 MB/s eta 0:00:00
2025/01/27 20:39:33	Building wheels for collected packages: paho-mqtt, sgmllib3k
2025/01/27 20:39:33	  Building wheel for paho-mqtt (setup.py): started
2025/01/27 20:39:34	  Building wheel for paho-mqtt (setup.py): finished with status 'done'
2025/01/27 20:39:34	  Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62170 sha256=f8da6b3f3ea18c937a4911462c2138237a7e1f863d58c04e2d552e7f421671f9
2025/01/27 20:39:34	  Stored in directory: /tmp/pip-ephem-wheel-cache-jissvcdf/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659
2025/01/27 20:39:34	  Building wheel for sgmllib3k (setup.py): started
2025/01/27 20:39:36	  Building wheel for sgmllib3k (setup.py): finished with status 'done'
2025/01/27 20:39:36	  Created wheel for sgmllib3k: filename=sgmllib3k-1.0.0-py3-none-any.whl size=6089 sha256=257b4b4088e72c957ed1a50cb097b471ec8c788456ea0a151a6cb3f6767f99ab
2025/01/27 20:39:36	  Stored in directory: /tmp/pip-ephem-wheel-cache-jissvcdf/wheels/03/f5/1a/23761066dac1d0e8e683e5fdb27e12de53209d05a4a37e6246
2025/01/27 20:39:36	Successfully built paho-mqtt sgmllib3k
2025/01/27 20:39:37	Installing collected packages: sgmllib3k, sabctools, rebulk, pytz, puremagic, paho-mqtt, notify2, urllib3, six, setuptools, PyYAML, PySocks, PyJWT, pycparser, orjson, oauthlib, more_itertools, Markdown, jaraco.context, idna, feedparser, CT3, configobj, click, charset_normalizer, chardet, certifi, blinker, babelfish, zc.lockfile, requests, python_dateutil, jaraco.functools, jaraco.classes, cffi, tempora, requests_oauthlib, jaraco.text, guessit, cryptography, cheroot, portend, jaraco.collections, apprise, CherryPy
2025/01/27 20:39:44	  Attempting uninstall: six
2025/01/27 20:39:44	    Found existing installation: six 1.17.0
2025/01/27 20:39:44	    Not uninstalling six at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/sabnzbd/env
2025/01/27 20:39:44	    Can't uninstall 'six'. No files were found to uninstall.
2025/01/27 20:39:45	  Attempting uninstall: setuptools
2025/01/27 20:39:45	    Found existing installation: setuptools 75.8.0
2025/01/27 20:39:45	    Not uninstalling setuptools at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/sabnzbd/env
2025/01/27 20:39:45	    Can't uninstall 'setuptools'. No files were found to uninstall.
2025/01/27 20:40:08	  Attempting uninstall: certifi
2025/01/27 20:40:08	    Found existing installation: certifi 2024.12.14
2025/01/27 20:40:08	    Not uninstalling certifi at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/sabnzbd/env
2025/01/27 20:40:08	    Can't uninstall 'certifi'. No files were found to uninstall.
2025/01/27 20:40:26	Successfully installed CT3-3.4.0 CherryPy-18.10.0 Markdown-3.7 PyJWT-2.10.1 PySocks-1.7.1 PyYAML-6.0.2 apprise-1.9.2 babelfish-0.6.1 blinker-1.9.0 certifi-2024.12.14 cffi-1.17.1 chardet-5.2.0 charset_normalizer-3.4.1 cheroot-10.0.1 click-8.1.8 configobj-5.0.9 cryptography-41.0.3 feedparser-6.0.11 guessit-3.8.0 idna-3.10 jaraco.classes-3.4.0 jaraco.collections-5.0.0 jaraco.context-4.3.0 jaraco.functools-4.1.0 jaraco.text-3.8.1 more_itertools-10.6.0 notify2-0.3.1 oauthlib-3.2.2 orjson-3.10.15 paho-mqtt-1.6.1 portend-3.2.0 puremagic-1.28 pycparser-2.22 python_dateutil-2.9.0.post0 pytz-2024.2 rebulk-3.2.0 requests-2.32.3 requests_oauthlib-2.0.0 sabctools-8.2.5 setuptools-75.8.0 sgmllib3k-1.0.0 six-1.17.0 tempora-5.8.0 urllib3-2.3.0 zc.lockfile-3.0.post1
2025/01/27 20:40:27	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/env
2025/01/27 20:40:28	Installed modules:
2025/01/27 20:40:29	apprise==1.9.2
2025/01/27 20:40:29	babelfish==0.6.1
2025/01/27 20:40:29	blinker==1.9.0
2025/01/27 20:40:29	certifi==2024.12.14
2025/01/27 20:40:29	cffi==1.17.1
2025/01/27 20:40:29	chardet==5.2.0
2025/01/27 20:40:29	charset-normalizer==3.4.1
2025/01/27 20:40:29	cheroot==10.0.1
2025/01/27 20:40:29	CherryPy==18.10.0
2025/01/27 20:40:29	click==8.1.8
2025/01/27 20:40:29	configobj==5.0.9
2025/01/27 20:40:29	cryptography==41.0.3
2025/01/27 20:40:29	CT3==3.4.0
2025/01/27 20:40:29	distlib==0.3.9
2025/01/27 20:40:30	feedparser==6.0.11
2025/01/27 20:40:30	filelock==3.17.0
2025/01/27 20:40:30	guessit==3.8.0
2025/01/27 20:40:30	idna==3.10
2025/01/27 20:40:30	jaraco.classes==3.4.0
2025/01/27 20:40:30	jaraco.collections==5.0.0
2025/01/27 20:40:30	jaraco.context==4.3.0
2025/01/27 20:40:30	jaraco.functools==4.1.0
2025/01/27 20:40:30	jaraco.text==3.8.1
2025/01/27 20:40:30	Markdown==3.7
2025/01/27 20:40:30	more-itertools==10.6.0
2025/01/27 20:40:30	notify2==0.3.1
2025/01/27 20:40:30	oauthlib==3.2.2
2025/01/27 20:40:30	orjson==3.10.15
2025/01/27 20:40:30	paho-mqtt==1.6.1
2025/01/27 20:40:30	platformdirs==4.3.6
2025/01/27 20:40:30	portend==3.2.0
2025/01/27 20:40:30	puremagic==1.28
2025/01/27 20:40:30	pycparser==2.22
2025/01/27 20:40:30	PyJWT==2.10.1
2025/01/27 20:40:30	PySocks==1.7.1
2025/01/27 20:40:30	python-dateutil==2.9.0.post0
2025/01/27 20:40:30	pytz==2024.2
2025/01/27 20:40:30	PyYAML==6.0.2
2025/01/27 20:40:30	rebulk==3.2.0
2025/01/27 20:40:30	requests==2.32.3
2025/01/27 20:40:30	requests-oauthlib==2.0.0
2025/01/27 20:40:30	sabctools==8.2.5
2025/01/27 20:40:30	setuptools==75.8.0
2025/01/27 20:40:30	sgmllib3k==1.0.0
2025/01/27 20:40:30	six==1.17.0
2025/01/27 20:40:30	tempora==5.8.0
2025/01/27 20:40:30	urllib3==2.3.0
2025/01/27 20:40:30	virtualenv==20.29.1
2025/01/27 20:40:30	wheel==0.45.1
2025/01/27 20:40:30	zc.lockfile==3.0.post1
2025/01/27 20:40:30	End service_postinst
2025/01/27 20:40:30	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/var
2025/01/27 20:40:30	install sabnzbd 4.4.1-74 End postinst ret=[0]
2025/01/27 20:40:30	install sabnzbd 4.4.1-74 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2025/01/27 20:40:30	install sabnzbd 4.4.1-74 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
2025/01/27 20:40:33	install sabnzbd 4.4.1-74 Begin start-stop-status start
2025/01/27 20:40:50	install sabnzbd 4.4.1-74 End start-stop-status start ret=[0]
Upgrade Log
2025/01/27 20:42:12	upgrade sabnzbd 4.4.1-74 Begin start-stop-status stop
2025/01/27 20:42:12	upgrade sabnzbd 4.4.1-74 End start-stop-status stop ret=[0]
2025/01/27 20:42:16	upgrade sabnzbd 4.4.1-74 Begin preupgrade
2025/01/27 20:42:16	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=downloads]
2025/01/27 20:42:16	Begin initialize_variables
2025/01/27 20:42:16	Shared folder configured with SHARE_NAME [downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:42:16	End initialize_variables
2025/01/27 20:42:16	===> Step preupgrade. STATUS=UPGRADE USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:42:16	upgrade sabnzbd 4.4.1-74 End preupgrade ret=[0]
2025/01/27 20:42:16	upgrade sabnzbd 4.4.1-74 Begin preuninst
2025/01/27 20:42:17	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=downloads]
2025/01/27 20:42:17	Begin initialize_variables
2025/01/27 20:42:17	Shared folder configured with SHARE_NAME [downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:42:17	End initialize_variables
2025/01/27 20:42:17	===> Step preuninst. STATUS=UPGRADE USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:42:17	upgrade sabnzbd 4.4.1-74 End preuninst ret=[0]
2025/01/27 20:42:17	upgrade sabnzbd 4.4.1-74 Begin /bin/rm -rf /volume1/@appstore/sabnzbd
2025/01/27 20:42:18	upgrade sabnzbd 4.4.1-74 End /bin/rm -rf /volume1/@appstore/sabnzbd ret=[0]
2025/01/27 20:42:20	upgrade sabnzbd 4.4.1-74 Begin postuninst
2025/01/27 20:42:20	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=downloads]
2025/01/27 20:42:20	Begin initialize_variables
2025/01/27 20:42:20	Shared folder configured with SHARE_NAME [downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:42:20	End initialize_variables
2025/01/27 20:42:20	===> Step postuninst. STATUS=UPGRADE USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:42:20	upgrade sabnzbd 4.4.1-74 End postuninst ret=[0]
2025/01/27 20:42:24	upgrade sabnzbd 4.4.1-74 Begin preinst
2025/01/27 20:42:24	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=downloads]
2025/01/27 20:42:24	Begin initialize_variables
2025/01/27 20:42:24	Shared folder configured with SHARE_NAME [downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:42:24	End initialize_variables
2025/01/27 20:42:24	===> Step preinst. STATUS=UPGRADE USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:42:24	upgrade sabnzbd 4.4.1-74 End preinst ret=[0]
2025/01/27 20:42:24	upgrade sabnzbd 4.4.1-74 Begin /bin/rm -rf /volume1/@appstore/sabnzbd
2025/01/27 20:42:24	upgrade sabnzbd 4.4.1-74 End /bin/rm -rf /volume1/@appstore/sabnzbd ret=[0]
2025/01/27 20:42:24	upgrade sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/sabnzbd
2025/01/27 20:42:24	upgrade sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/sabnzbd ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/mkdir -p /var/packages/sabnzbd
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/mkdir -p /var/packages/sabnzbd ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/sabnzbd/INFO
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/sabnzbd/INFO ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd/scripts
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd/scripts ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/sabnzbd/scripts
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/sabnzbd/scripts ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd/WIZARD_UIFILES
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd/WIZARD_UIFILES ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/sabnzbd/WIZARD_UIFILES
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/sabnzbd/WIZARD_UIFILES ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/rm -rf /var/packages/sabnzbd/conf
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/rm -rf /var/packages/sabnzbd/conf ret=[0]
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 Begin /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/sabnzbd/conf
2025/01/27 20:42:27	upgrade sabnzbd 4.4.1-74 End /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/sabnzbd/conf ret=[0]
2025/01/27 20:42:32	upgrade sabnzbd 4.4.1-74 Begin postinst
2025/01/27 20:42:32	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=downloads]
2025/01/27 20:42:32	Begin initialize_variables
2025/01/27 20:42:32	Shared folder configured with SHARE_NAME [downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:42:32	End initialize_variables
2025/01/27 20:42:32	===> Step postinst. STATUS=UPGRADE USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:42:32	Shared folder [/volume1/downloads] will be created by DSM.
2025/01/27 20:42:32	Begin save_wizard_variables
2025/01/27 20:42:32	End save_wizard_variables
2025/01/27 20:42:32	Begin service_postinst
2025/01/27 20:42:32	Python 3.12.8
2025/01/27 20:42:34	Default pip version 24.3.1
2025/01/27 20:42:51	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/env
2025/01/27 20:42:51	Install packages from wheels
2025/01/27 20:42:51	Install packages from wheels [/volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt]
2025/01/27 20:42:53	WARNING: The directory '/volume1/@appstore/sabnzbd/var/pip-cache' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
2025/01/27 20:42:54	Looking in links: /volume1/@appstore/sabnzbd/share/wheelhouse
2025/01/27 20:42:55	Collecting CT3==3.4.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 1))
2025/01/27 20:42:55	  Downloading CT3-3.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (3.4 kB)
2025/01/27 20:42:56	Collecting CherryPy==18.10.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 2))
2025/01/27 20:42:56	  Downloading CherryPy-18.10.0-py3-none-any.whl.metadata (8.7 kB)
2025/01/27 20:42:57	Collecting Markdown==3.7 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 3))
2025/01/27 20:42:57	  Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
2025/01/27 20:42:57	Collecting PyJWT==2.10.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 4))
2025/01/27 20:42:57	  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
2025/01/27 20:42:57	Collecting PySocks==1.7.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 5))
2025/01/27 20:42:57	  Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)
2025/01/27 20:42:58	Collecting PyYAML==6.0.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 6))
2025/01/27 20:42:58	  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025/01/27 20:42:58	Collecting apprise==1.9.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 7))
2025/01/27 20:42:58	  Downloading apprise-1.9.2-py3-none-any.whl.metadata (52 kB)
2025/01/27 20:42:59	Collecting babelfish==0.6.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 8))
2025/01/27 20:42:59	  Downloading babelfish-0.6.1-py3-none-any.whl.metadata (3.1 kB)
2025/01/27 20:42:59	Collecting blinker==1.9.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 9))
2025/01/27 20:42:59	  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2025/01/27 20:43:00	Collecting cffi==1.17.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 10))
2025/01/27 20:43:00	  Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025/01/27 20:43:01	Collecting chardet==5.2.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 11))
2025/01/27 20:43:01	  Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
2025/01/27 20:43:01	Collecting charset_normalizer==3.4.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 12))
2025/01/27 20:43:02	  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
2025/01/27 20:43:02	Collecting cheroot==10.0.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 13))
2025/01/27 20:43:02	  Downloading cheroot-10.0.1-py3-none-any.whl.metadata (7.1 kB)
2025/01/27 20:43:02	Collecting click==8.1.8 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 14))
2025/01/27 20:43:02	  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
2025/01/27 20:43:03	Collecting configobj==5.0.9 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 15))
2025/01/27 20:43:03	  Downloading configobj-5.0.9-py2.py3-none-any.whl.metadata (3.2 kB)
2025/01/27 20:43:04	Processing /volume1/@appstore/sabnzbd/share/wheelhouse/cryptography-41.0.3-cp312-cp312-linux_x86_64.whl (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 16))
2025/01/27 20:43:05	Collecting feedparser==6.0.11 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 17))
2025/01/27 20:43:05	  Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
2025/01/27 20:43:05	Collecting guessit==3.8.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 18))
2025/01/27 20:43:05	  Downloading guessit-3.8.0-py3-none-any.whl.metadata (140 kB)
2025/01/27 20:43:05	Collecting idna==3.10 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 19))
2025/01/27 20:43:06	  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/01/27 20:43:06	Collecting jaraco.classes==3.4.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 20))
2025/01/27 20:43:06	  Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
2025/01/27 20:43:06	Collecting jaraco.collections==5.0.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 21))
2025/01/27 20:43:06	  Downloading jaraco.collections-5.0.0-py3-none-any.whl.metadata (4.1 kB)
2025/01/27 20:43:06	Collecting jaraco.context==4.3.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 22))
2025/01/27 20:43:06	  Downloading jaraco.context-4.3.0-py3-none-any.whl.metadata (3.0 kB)
2025/01/27 20:43:06	Collecting jaraco.functools==4.1.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 23))
2025/01/27 20:43:07	  Downloading jaraco.functools-4.1.0-py3-none-any.whl.metadata (2.9 kB)
2025/01/27 20:43:07	Collecting jaraco.text==3.8.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 24))
2025/01/27 20:43:07	  Downloading jaraco.text-3.8.1-py3-none-any.whl.metadata (3.6 kB)
2025/01/27 20:43:08	Collecting more_itertools==10.6.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 25))
2025/01/27 20:43:08	  Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB)
2025/01/27 20:43:08	Collecting notify2==0.3.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 26))
2025/01/27 20:43:08	  Downloading notify2-0.3.1-py2.py3-none-any.whl.metadata (2.2 kB)
2025/01/27 20:43:08	Collecting oauthlib==3.2.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 27))
2025/01/27 20:43:08	  Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
2025/01/27 20:43:10	Collecting orjson==3.10.15 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 28))
2025/01/27 20:43:11	  Downloading orjson-3.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB)
2025/01/27 20:43:11	Collecting paho-mqtt==1.6.1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 29))
2025/01/27 20:43:11	  Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
2025/01/27 20:43:11	  Preparing metadata (setup.py): started
2025/01/27 20:43:12	  Preparing metadata (setup.py): finished with status 'done'
2025/01/27 20:43:12	Collecting portend==3.2.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 30))
2025/01/27 20:43:12	  Downloading portend-3.2.0-py3-none-any.whl.metadata (3.6 kB)
2025/01/27 20:43:12	Collecting puremagic==1.28 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 31))
2025/01/27 20:43:13	  Downloading puremagic-1.28-py3-none-any.whl.metadata (5.8 kB)
2025/01/27 20:43:13	Collecting pycparser==2.22 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 32))
2025/01/27 20:43:13	  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025/01/27 20:43:13	Collecting python_dateutil==2.9.0.post0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 33))
2025/01/27 20:43:13	  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2025/01/27 20:43:14	Collecting pytz==2024.2 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 34))
2025/01/27 20:43:14	  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
2025/01/27 20:43:14	Collecting rebulk==3.2.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 35))
2025/01/27 20:43:14	  Downloading rebulk-3.2.0-py3-none-any.whl.metadata (22 kB)
2025/01/27 20:43:14	Collecting requests==2.32.3 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 36))
2025/01/27 20:43:14	  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
2025/01/27 20:43:15	Collecting requests_oauthlib==2.0.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 37))
2025/01/27 20:43:15	  Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
2025/01/27 20:43:15	Collecting sabctools==8.2.5 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 38))
2025/01/27 20:43:15	  Downloading sabctools-8.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB)
2025/01/27 20:43:15	Collecting sgmllib3k==1.0.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 39))
2025/01/27 20:43:15	  Downloading sgmllib3k-1.0.0.tar.gz (5.8 kB)
2025/01/27 20:43:15	  Preparing metadata (setup.py): started
2025/01/27 20:43:16	  Preparing metadata (setup.py): finished with status 'done'
2025/01/27 20:43:17	Collecting tempora==5.8.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 40))
2025/01/27 20:43:17	  Downloading tempora-5.8.0-py3-none-any.whl.metadata (3.3 kB)
2025/01/27 20:43:17	Collecting urllib3==2.3.0 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 41))
2025/01/27 20:43:17	  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
2025/01/27 20:43:17	Collecting zc.lockfile==3.0.post1 (from -r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 42))
2025/01/27 20:43:17	  Downloading zc.lockfile-3.0.post1-py3-none-any.whl.metadata (6.2 kB)
2025/01/27 20:43:18	Collecting certifi (from apprise==1.9.2->-r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 7))
2025/01/27 20:43:18	  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
2025/01/27 20:43:19	Collecting six>=1.5 (from python_dateutil==2.9.0.post0->-r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 33))
2025/01/27 20:43:19	  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2025/01/27 20:43:21	Collecting setuptools (from zc.lockfile==3.0.post1->-r /volume1/@appstore/sabnzbd/share/wheelhouse/requirements.txt (line 42))
2025/01/27 20:43:21	  Downloading setuptools-75.8.0-py3-none-any.whl.metadata (6.7 kB)
2025/01/27 20:43:21	Downloading CT3-3.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl (865 kB)
2025/01/27 20:43:21	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 866.0/866.0 kB 8.0 MB/s eta 0:00:00
2025/01/27 20:43:22	Downloading CherryPy-18.10.0-py3-none-any.whl (349 kB)
2025/01/27 20:43:22	Downloading Markdown-3.7-py3-none-any.whl (106 kB)
2025/01/27 20:43:22	Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
2025/01/27 20:43:22	Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
2025/01/27 20:43:22	Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025/01/27 20:43:22	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 71.3 MB/s eta 0:00:00
2025/01/27 20:43:22	Downloading apprise-1.9.2-py3-none-any.whl (1.3 MB)
2025/01/27 20:43:22	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 58.5 MB/s eta 0:00:00
2025/01/27 20:43:22	Downloading babelfish-0.6.1-py3-none-any.whl (94 kB)
2025/01/27 20:43:22	Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2025/01/27 20:43:22	Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025/01/27 20:43:22	Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
2025/01/27 20:43:23	Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
2025/01/27 20:43:23	Downloading cheroot-10.0.1-py3-none-any.whl (104 kB)
2025/01/27 20:43:23	Downloading click-8.1.8-py3-none-any.whl (98 kB)
2025/01/27 20:43:23	Downloading configobj-5.0.9-py2.py3-none-any.whl (35 kB)
2025/01/27 20:43:23	Downloading feedparser-6.0.11-py3-none-any.whl (81 kB)
2025/01/27 20:43:23	Downloading guessit-3.8.0-py3-none-any.whl (206 kB)
2025/01/27 20:43:23	Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/01/27 20:43:23	Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
2025/01/27 20:43:23	Downloading jaraco.collections-5.0.0-py3-none-any.whl (10 kB)
2025/01/27 20:43:23	Downloading jaraco.context-4.3.0-py3-none-any.whl (5.3 kB)
2025/01/27 20:43:23	Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB)
2025/01/27 20:43:23	Downloading jaraco.text-3.8.1-py3-none-any.whl (10 kB)
2025/01/27 20:43:24	Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB)
2025/01/27 20:43:24	Downloading notify2-0.3.1-py2.py3-none-any.whl (8.0 kB)
2025/01/27 20:43:24	Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
2025/01/27 20:43:24	Downloading orjson-3.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB)
2025/01/27 20:43:24	Downloading portend-3.2.0-py3-none-any.whl (5.3 kB)
2025/01/27 20:43:24	Downloading puremagic-1.28-py3-none-any.whl (43 kB)
2025/01/27 20:43:24	Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025/01/27 20:43:24	Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2025/01/27 20:43:24	Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
2025/01/27 20:43:24	Downloading rebulk-3.2.0-py3-none-any.whl (56 kB)
2025/01/27 20:43:24	Downloading requests-2.32.3-py3-none-any.whl (64 kB)
2025/01/27 20:43:25	Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
2025/01/27 20:43:25	Downloading sabctools-8.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (554 kB)
2025/01/27 20:43:25	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 554.3/554.3 kB 51.1 MB/s eta 0:00:00
2025/01/27 20:43:25	Downloading tempora-5.8.0-py3-none-any.whl (14 kB)
2025/01/27 20:43:25	Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
2025/01/27 20:43:25	Downloading zc.lockfile-3.0.post1-py3-none-any.whl (9.8 kB)
2025/01/27 20:43:25	Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
2025/01/27 20:43:25	Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2025/01/27 20:43:25	Downloading setuptools-75.8.0-py3-none-any.whl (1.2 MB)
2025/01/27 20:43:25	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.2 MB/s eta 0:00:00
2025/01/27 20:43:26	Building wheels for collected packages: paho-mqtt, sgmllib3k
2025/01/27 20:43:26	  Building wheel for paho-mqtt (setup.py): started
2025/01/27 20:43:27	  Building wheel for paho-mqtt (setup.py): finished with status 'done'
2025/01/27 20:43:27	  Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62170 sha256=78627f7a63b2649fe50e6d0d7f57f7653a1b7e447b5ea3583c585c83dbb7254f
2025/01/27 20:43:27	  Stored in directory: /tmp/pip-ephem-wheel-cache-d68vx1r2/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659
2025/01/27 20:43:27	  Building wheel for sgmllib3k (setup.py): started
2025/01/27 20:43:29	  Building wheel for sgmllib3k (setup.py): finished with status 'done'
2025/01/27 20:43:29	  Created wheel for sgmllib3k: filename=sgmllib3k-1.0.0-py3-none-any.whl size=6089 sha256=5ff58203f6bef667f57dc00e01fce70d5ece4adc1a452f376b0b7644d64e02a2
2025/01/27 20:43:29	  Stored in directory: /tmp/pip-ephem-wheel-cache-d68vx1r2/wheels/03/f5/1a/23761066dac1d0e8e683e5fdb27e12de53209d05a4a37e6246
2025/01/27 20:43:29	Successfully built paho-mqtt sgmllib3k
2025/01/27 20:43:30	Installing collected packages: sgmllib3k, sabctools, rebulk, pytz, puremagic, paho-mqtt, notify2, urllib3, six, setuptools, PyYAML, PySocks, PyJWT, pycparser, orjson, oauthlib, more_itertools, Markdown, jaraco.context, idna, feedparser, CT3, configobj, click, charset_normalizer, chardet, certifi, blinker, babelfish, zc.lockfile, requests, python_dateutil, jaraco.functools, jaraco.classes, cffi, tempora, requests_oauthlib, jaraco.text, guessit, cryptography, cheroot, portend, jaraco.collections, apprise, CherryPy
2025/01/27 20:43:37	  Attempting uninstall: six
2025/01/27 20:43:37	    Found existing installation: six 1.17.0
2025/01/27 20:43:37	    Not uninstalling six at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/sabnzbd/env
2025/01/27 20:43:37	    Can't uninstall 'six'. No files were found to uninstall.
2025/01/27 20:43:38	  Attempting uninstall: setuptools
2025/01/27 20:43:38	    Found existing installation: setuptools 75.8.0
2025/01/27 20:43:38	    Not uninstalling setuptools at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/sabnzbd/env
2025/01/27 20:43:38	    Can't uninstall 'setuptools'. No files were found to uninstall.
2025/01/27 20:43:59	  Attempting uninstall: certifi
2025/01/27 20:43:59	    Found existing installation: certifi 2024.12.14
2025/01/27 20:43:59	    Not uninstalling certifi at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/sabnzbd/env
2025/01/27 20:43:59	    Can't uninstall 'certifi'. No files were found to uninstall.
2025/01/27 20:44:18	Successfully installed CT3-3.4.0 CherryPy-18.10.0 Markdown-3.7 PyJWT-2.10.1 PySocks-1.7.1 PyYAML-6.0.2 apprise-1.9.2 babelfish-0.6.1 blinker-1.9.0 certifi-2024.12.14 cffi-1.17.1 chardet-5.2.0 charset_normalizer-3.4.1 cheroot-10.0.1 click-8.1.8 configobj-5.0.9 cryptography-41.0.3 feedparser-6.0.11 guessit-3.8.0 idna-3.10 jaraco.classes-3.4.0 jaraco.collections-5.0.0 jaraco.context-4.3.0 jaraco.functools-4.1.0 jaraco.text-3.8.1 more_itertools-10.6.0 notify2-0.3.1 oauthlib-3.2.2 orjson-3.10.15 paho-mqtt-1.6.1 portend-3.2.0 puremagic-1.28 pycparser-2.22 python_dateutil-2.9.0.post0 pytz-2024.2 rebulk-3.2.0 requests-2.32.3 requests_oauthlib-2.0.0 sabctools-8.2.5 setuptools-75.8.0 sgmllib3k-1.0.0 six-1.17.0 tempora-5.8.0 urllib3-2.3.0 zc.lockfile-3.0.post1
2025/01/27 20:44:19	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/env
2025/01/27 20:44:20	Installed modules:
2025/01/27 20:44:21	apprise==1.9.2
2025/01/27 20:44:21	babelfish==0.6.1
2025/01/27 20:44:21	blinker==1.9.0
2025/01/27 20:44:21	certifi==2024.12.14
2025/01/27 20:44:21	cffi==1.17.1
2025/01/27 20:44:21	chardet==5.2.0
2025/01/27 20:44:21	charset-normalizer==3.4.1
2025/01/27 20:44:21	cheroot==10.0.1
2025/01/27 20:44:21	CherryPy==18.10.0
2025/01/27 20:44:21	click==8.1.8
2025/01/27 20:44:21	configobj==5.0.9
2025/01/27 20:44:21	cryptography==41.0.3
2025/01/27 20:44:21	CT3==3.4.0
2025/01/27 20:44:21	distlib==0.3.9
2025/01/27 20:44:21	feedparser==6.0.11
2025/01/27 20:44:21	filelock==3.17.0
2025/01/27 20:44:21	guessit==3.8.0
2025/01/27 20:44:21	idna==3.10
2025/01/27 20:44:21	jaraco.classes==3.4.0
2025/01/27 20:44:21	jaraco.collections==5.0.0
2025/01/27 20:44:21	jaraco.context==4.3.0
2025/01/27 20:44:21	jaraco.functools==4.1.0
2025/01/27 20:44:21	jaraco.text==3.8.1
2025/01/27 20:44:21	Markdown==3.7
2025/01/27 20:44:21	more-itertools==10.6.0
2025/01/27 20:44:21	notify2==0.3.1
2025/01/27 20:44:21	oauthlib==3.2.2
2025/01/27 20:44:21	orjson==3.10.15
2025/01/27 20:44:21	paho-mqtt==1.6.1
2025/01/27 20:44:21	platformdirs==4.3.6
2025/01/27 20:44:21	portend==3.2.0
2025/01/27 20:44:21	puremagic==1.28
2025/01/27 20:44:21	pycparser==2.22
2025/01/27 20:44:21	PyJWT==2.10.1
2025/01/27 20:44:21	PySocks==1.7.1
2025/01/27 20:44:21	python-dateutil==2.9.0.post0
2025/01/27 20:44:21	pytz==2024.2
2025/01/27 20:44:21	PyYAML==6.0.2
2025/01/27 20:44:21	rebulk==3.2.0
2025/01/27 20:44:21	requests==2.32.3
2025/01/27 20:44:21	requests-oauthlib==2.0.0
2025/01/27 20:44:21	sabctools==8.2.5
2025/01/27 20:44:21	setuptools==75.8.0
2025/01/27 20:44:21	sgmllib3k==1.0.0
2025/01/27 20:44:21	six==1.17.0
2025/01/27 20:44:21	tempora==5.8.0
2025/01/27 20:44:21	urllib3==2.3.0
2025/01/27 20:44:22	virtualenv==20.29.1
2025/01/27 20:44:22	wheel==0.45.1
2025/01/27 20:44:22	zc.lockfile==3.0.post1
2025/01/27 20:44:22	End service_postinst
2025/01/27 20:44:22	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/var
2025/01/27 20:44:22	upgrade sabnzbd 4.4.1-74 End postinst ret=[0]
2025/01/27 20:44:22	upgrade sabnzbd 4.4.1-74 Begin postupgrade
2025/01/27 20:44:22	SHARE_PATH from share [/volume1/downloads], variable [wizard_shared_folder_name=downloads]
2025/01/27 20:44:22	Begin initialize_variables
2025/01/27 20:44:22	Shared folder configured with SHARE_NAME [downloads] and SHARE_PATH [/volume1/downloads]
2025/01/27 20:44:22	End initialize_variables
2025/01/27 20:44:22	===> Step postupgrade. STATUS=UPGRADE USER=sabnzbd GROUP=sc-download SHARE_PATH=/volume1/downloads
2025/01/27 20:44:22	Granting 'sc-sabnzbd' unix ownership on /volume1/@appstore/sabnzbd/var
2025/01/27 20:44:22	upgrade sabnzbd 4.4.1-74 End postupgrade ret=[0]
2025/01/27 20:44:24	upgrade sabnzbd 4.4.1-74 Begin start-stop-status start
2025/01/27 20:44:33	upgrade sabnzbd 4.4.1-74 End start-stop-status start ret=[0]
2025/01/27 20:44:35	upgrade sabnzbd 4.4.1-74 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2025/01/27 20:44:35	upgrade sabnzbd 4.4.1-74 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
Service Log
Installation log: /var/log/packages/sabnzbd.log
Starting sabnzbd ...
tail: /var/packages/sabnzbd/var/sabnzbd.log: file truncated
Mon Jan 27 20:40:33 -04 2025
Starting sabnzbd command env LANG=en_US.UTF-8 /volume1/@appstore/sabnzbd/env/bin/python3 -OO /volume1/@appstore/sabnzbd/share/SABnzbd/SABnzbd.py -f /volume1/@appstore/sabnzbd/var/config.ini --pidfile /volume1/@appstore/sabnzbd/var/sabnzbd.pid -d
sabnzbd is not running

@hgy59
Copy link
Contributor

hgy59 commented Jan 30, 2025

@mreid-tt sabnzbd is also a candiate for hybrid packaging (python311/python312)?

@mreid-tt
Copy link
Contributor Author

@mreid-tt sabnzbd is also a candiate for hybrid packaging (python311/python312)?

No, I don’t believe so. Things seem to build okay for DSM 6 with python 3.12. Was there something I missed?

@hgy59
Copy link
Contributor

hgy59 commented Jan 30, 2025

@mreid-tt sabnzbd is also a candiate for hybrid packaging (python311/python312)?

No, I don’t believe so. Things seem to build okay for DSM 6 with python 3.12. Was there something I missed?

Sorry, my fault, this restriction of only for packages with numpy wheel 🛞 🛞 🛞

@th0ma7
Copy link
Contributor

th0ma7 commented Jan 30, 2025

Wonder if this is a good idea, hybrid packages. Thinking of the future maintenance burden...

If building exceptional/complex wheels remains the same, fine, but if it ends up diverting I'm not sure. Anyway, future will tell

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.

3 participants