Package Details: changedetection.io 0.49.17-1

Git Clone URL: https://aur.archlinux.org/changedetection.io.git (read-only, click to copy)
Package Base: changedetection.io
Description: change monitoring of web pages
Upstream URL: https://github.com/dgtlmoon/changedetection.io
Licenses: Apache 2.0
Submitter: tbh
Maintainer: tbh
Last Packager: tbh
Votes: 1
Popularity: 0.000000
First Submitted: 2021-12-07 20:23 (UTC)
Last Updated: 2025-05-12 20:13 (UTC)

Latest Comments

1 2 Next › Last »

justLookatme commented on 2025-04-06 02:08 (UTC) (edited on 2025-04-06 02:12 (UTC) by justLookatme)

running install_egg_info Copying changedetection.io.egg-info to /home/echo/.cache/paru/clone/changedetection.io/pkg/changedetection.io/usr/lib/python3.13/site-packages/changedetection.io-0.49.11-py3.13.egg-info running install_scripts creating /home/echo/.cache/paru/clone/changedetection.io/pkg/changedetection.io/usr/bin copying build/scripts-3.13/changedetection.py -> /home/echo/.cache/paru/clone/changedetection.io/pkg/changedetection.io/usr/bin changing mode of /home/echo/.cache/paru/clone/changedetection.io/pkg/changedetection.io/usr/bin/changedetection.py to 755 Installing changedetection.io script to /home/echo/.cache/paru/clone/changedetection.io/pkg/changedetection.io/usr/bin /home/echo/.cache/paru/clone/changedetection.io/PKGBUILD: line 69: pip: command not found ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'changedetection.io-0.49.11-1': error: packages failed to build: changedetection.io-0.49.11-1

micwoj92 commented on 2024-05-26 18:39 (UTC)

It would be better if this was separate package instead of downloading inside this PKGBUILD.

tbh commented on 2024-05-26 16:18 (UTC)

from https://github.com/dgtlmoon/pyppeteer-ng/blob/dev/pyproject.toml

micwoj92 commented on 2024-05-26 03:05 (UTC)

Is python-aenum dependency needed? Can't find any mention to it looking at github of this project.

tobias_de commented on 2024-01-05 22:13 (UTC)

It needs the environment variable EVENTLET_NO_GREENDNS set to "yes" for me, otherwise fails with: "AttributeError: module 'eventlet.green.select' has no attribute 'epoll' "

SoftICE commented on 2023-09-14 00:04 (UTC) (edited on 2023-09-14 00:09 (UTC) by SoftICE)

Since upstream version 0.44.2 the validators package need to be version 0.21: requirements.txt.

Otherwise the call to

validate.url(..., simple_host=...)

in forms.py will fail with

TypeError: got an unexpected keyword argument 'simple_host'

as there is no such key parameter yet.

Please revert to upstream 0.44.1 or request a version bump for python-validators.

Thanks and Cheers

aubin commented on 2023-04-06 05:47 (UTC)

I had to rollback python-dnspython to v2.2.1 to make it start. Current 2.3.0 generates : "AttributeError: module 'dns.rdtypes' has no attribute 'ANY'" See https://github.com/dgtlmoon/changedetection.io/issues/1314

tbh commented on 2022-09-10 20:25 (UTC)

haven't tried it with playwright

ruahcra commented on 2022-09-10 02:25 (UTC)

By the way are you using Playwright with changedetection?

tbh commented on 2022-09-09 17:03 (UTC) (edited on 2022-09-09 17:04 (UTC) by tbh)

I created https://aur.archlinux.org/packages/python-inscriptis

nice, updated