Package Details: paperless-ngx 2.8.3-1

Git Clone URL: https://aur.archlinux.org/paperless-ngx.git (read-only, click to copy)
Package Base: paperless-ngx
Description: A supercharged version of paperless: scan, index and archive all your physical documents
Upstream URL: https://docs.paperless-ngx.com/
Licenses: GPL3
Conflicts: paperless, paperless-ng
Provides: paperless, paperless-ngx
Submitter: AlphaJack
Maintainer: AlphaJack (atomicfs)
Last Packager: atomicfs
Votes: 22
Popularity: 0.35
First Submitted: 2022-03-11 10:18 (UTC)
Last Updated: 2024-05-11 09:02 (UTC)

Dependencies (110)

Required by (0)

Sources (9)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

hashworks commented on 2022-12-04 21:15 (UTC)

Waiting for fixes sounds reasonable :)

amo commented on 2022-12-01 13:00 (UTC) (edited on 2023-01-11 06:12 (UTC) by amo)

1.11.2 is out, I know. I have prepared and tested the update, but:

  • The switch from django-q to celery pulls in python-billiard as a dependency which has to be downgraded from 4.0.2 to 3.6.4 for celery to launch correctly. Maybe this issue is the one to watch here.
  • 1.11.2 also pulls in python-django-channels-redis as a dependency from the AUR, which also has a bug we might want to see resolved first. This one is harder to downgrade without cached pacman package if you didn't have it installed before. A fix will probably land around new year. This bug seems to be non-critical though: it looks like you can ignore the error messages.

I guess I will push the update soon and we might have to downgrade python-billiard. This is probably better than waiting eternally for fixes...

higgins commented on 2022-07-28 17:48 (UTC)

Encountered bug https://github.com/paperless-ngx/paperless-ngx/issues/1188 Installing python-regex-git solved it (needed regex==2022.3.2 according to https://github.com/paperless-ngx/paperless-ngx/blob/main/requirements.txt#L85)

amo commented on 2022-07-27 14:54 (UTC)

Thank you @sparrowhawk for the comment. I just did like you are suggesting. The file conflicts can't be solved that way though. The python-magic and python-magic-ahupp packages need to add each other to the conflict array in the PKGBUILD.

For those who wish to switch to the community package, I just did pacman -Rdd python-magic-ahupp and pacman -S python-magic.

sparrowhawk commented on 2022-07-18 09:28 (UTC)

Hi @amo, thank you for maintaining paperless-ngx! The community package for python-magic has recently switched over to ahupp's version, which leads to a file conflict when trying to install both AUR's python-magic-ahupp and community's python-magic. Could you please switch paperless-ngx's dependency to the community version ?

davidrec commented on 2022-05-08 13:15 (UTC)

Thank you amo, I just upgraded to 1.7.0, image vignettes are ok now.

amo commented on 2022-05-07 09:41 (UTC) (edited on 2022-05-07 09:45 (UTC) by amo)

Update to 1.7.0:

Pacman will probably complain about a file conflict:

error: failed to commit transaction (conflicting files)
paperless-ngx: /usr/share/paperless/src/documents/migrations/1017_alter_savedviewfilterrule_rule_type.py exists in filesystem
Errors occurred, no packages were upgraded.

The conflicting file is safe to remove from the filesystem: # rm /usr/share/paperless/src/documents/migrations/1017_alter_savedviewfilterrule_rule_type.py

Relaunch the update afterwards and don't forget to restart paperless.target.

davidrec commented on 2022-05-06 20:21 (UTC)

Hi, Could you please have a look at this issue: Document view on Documents page not showing #892 https://github.com/paperless-ngx/paperless-ngx/issues/892 Thank you.