Package Details: sabnzbd 4.3.0-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 269
Popularity: 0.26
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-05-01 21:38 (UTC)

Required by (14)

Sources (5)

Pinned Comments

fryfrog commented on 2024-04-30 04:23 (UTC)

Arch updated Python to 3.12, you need to re-build/re-install python-sabyenc3 and python-sabctools!

Using paru:

paru -S python-sabyenc3 python-sabctools --rebuild

@hoban, thanks for reminding me to post about this!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 64 Next › Last »

ryley commented on 2023-05-28 07:19 (UTC)

After updating python-sabctools to 7.1.0 today, sabnzbd now complains that python-sabctools 7.0.2 is unavailable. I can't see a new release for sabnzbd. I had a go at naively patching requirements.txt and constants.py to allow 7.1.0, but this produced incomplete/failed downloads. Hopefully 4.0.2 will be released soon.

pezz commented on 2023-05-08 04:34 (UTC)

I noticed sab stopped working today, guessing due to the big python update. Recompiling python-sabctools fixed it.

jkhsjdhjs commented on 2022-12-04 22:38 (UTC)

The optional dependency par2cmdline-tbb doesn't exist.

andy_0 commented on 2022-09-26 16:57 (UTC)

Sabnzbd+ uses Python 3 starting with v3.0.0 (https://sabnzbd.org/wiki/extra/python3.html).

francoism90 commented on 2022-09-25 07:51 (UTC)

Does SAB still require python 2?

hcjl commented on 2022-09-23 09:19 (UTC) (edited on 2022-09-23 09:22 (UTC) by hcjl)

Unfortunately some of the python dependencies like python-puremagic and python-rebulk do not exist any longer in the AUR. At least the first one is needed for building sabnzbd-git as well.

EDIT: Sorry, forget it, they were moved to the community repo. My mirrors weren't synced.

aSystemOverload commented on 2022-07-06 08:10 (UTC) (edited on 2022-07-06 08:11 (UTC) by aSystemOverload)

yay -S installed the following

  • python-jaraco.classes
  • python-jaraco.collections
  • python-jaraco.functools
  • python-jaraco.text

sudo systemctl restart sabnzbd

All sorted. Thank you!

vilerage commented on 2022-06-11 20:29 (UTC) (edited on 2022-06-11 20:30 (UTC) by vilerage)

Cannot update via yay, paru, or makepkg:

makepkg -si

==> Making package: sabnzbd 3.6.0-2 (Sat 11 Jun 2022 04:26:47 PM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
:: python-jaraco.classes and python-jaraco are in conflict. Remove python-jaraco? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing python-jaraco breaks dependency 'python-jaraco' required by python-cheroot
:: removing python-jaraco breaks dependency 'python-jaraco' required by python-cherrypy
:: removing python-jaraco breaks dependency 'python-jaraco' required by python-tempora
:: removing python-jaraco breaks dependency 'python-jaraco' required by sabnzbd
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> python-jaraco.classes
  -> python-jaraco.collections
  -> python-jaraco.functools
  -> python-jaraco.text
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

sudo pacman -Syu

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 chaotic-aur is up to date
:: Starting full system upgrade...
:: Replace python-jaraco with community/python-jaraco.classes? [Y/n] 
:: Replace python-jaraco with community/python-jaraco.collections? [Y/n] 
:: Replace python-jaraco with community/python-jaraco.functools? [Y/n] 
:: Replace python-jaraco with community/python-jaraco.itertools? [Y/n] 
:: Replace python-jaraco with community/python-jaraco.logging? [Y/n] 
:: Replace python-jaraco with community/python-jaraco.stream? [Y/n] 
:: Replace python-jaraco with community/python-jaraco.text? [Y/n] 
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing python-jaraco breaks dependency 'python-jaraco' required by sabnzbd

hcjl commented on 2022-06-10 17:07 (UTC)

@fryfrog Thanks a lot for the update. Personally I think makepkg is more exciting than paru ;-)

fryfrog commented on 2022-06-10 16:05 (UTC)

I could not update normally via paru because my installed sabnzbd depended on python-jaraco which was going to be replaced by python-jaraco.*. I solved it by doing a boring makepkg -si on the new version of sabnzbd, then was able to update the rest of the system normally with paru.