Package Details: sabnzbd 4.3.3-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: 270
Popularity: 0.61
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-08-21 15:57 (UTC)

Latest Comments

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

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.

hcjl commented on 2022-06-10 13:12 (UTC)

@fryfrog ping ;-)

fryfrog commented on 2022-06-10 01:58 (UTC)

Awesome, feel free to re-ping me when they come out of testing if I don't notice!

Jormungandr89 commented on 2022-06-10 01:47 (UTC)

The remaining four (functools, collections, text, context) are in the community-testing repo currently.

fryfrog commented on 2022-06-09 14:15 (UTC)

From sabnzbd's requirements.txt, it requires these five jaraco.* packages.

jaraco.functools==3.5.0
jaraco.collections==3.5.1
jaraco.text==3.8.0
jaraco.classes==3.2.1
jaraco.context==4.1.1

But we only have these available in Arch, of which only one of them matches up and it seems python-jaraco provides the rest?

community/python-jaraco.test 5.0.0-4 [5.40KiB 3.50KiB]
    Testing support by jaraco
community/python-jaraco.path 3.4.0-2 [12.16KiB 33.43KiB]
    Miscellaneous path functions
community/python-jaraco.envs 2.2.0-1 [7.01KiB 10.77KiB]
    Classes for orchestrating Python (virtual) environments
community/python-jaraco.context 4.1.1-2 [0B 20.44KiB] [Installed]
    Context managers by jaraco
community/python-jaraco 2022.2.21-2 [0B 382.55KiB] [Installed]
    A gaggle of idiosyncratic and questionable wrappers for the stdlib.

Are the individual ones still being split? Do I need to create aur packages for the other 4?

yan12125 commented on 2022-06-09 07:44 (UTC)

python-jaraco is split into python-jaraco.* and going to be removed. Please update package dependencies, thanks!

Pietro_Pizzi commented on 2022-06-08 22:56 (UTC)

@fryfrog: Exactly! I looked in .local/lib/python3.10/site-packages/ what I have falsely installed with pip and get rid of it with 'pip uninstall -y <apps>'. Now all works again. Thanks!