Package Details: yarsync 0.2.1-2

Git Clone URL: https://aur.archlinux.org/yarsync.git (read-only, click to copy)
Package Base: yarsync
Description: Yet Another Rsync is a file synchronization and backup tool
Upstream URL: https://github.com/ynikitenko/yarsync
Keywords: backup mirroring rsync synchronization
Licenses: GPL3
Submitter: Alxe
Maintainer: ynikitenko
Last Packager: ynikitenko
Votes: 3
Popularity: 0.000002
First Submitted: 2018-04-24 11:46 (UTC)
Last Updated: 2023-05-22 10:30 (UTC)

Latest Comments

1 2 Next › Last »

simona commented on 2025-02-06 17:57 (UTC)

thx :-)

ynikitenko commented on 2025-02-06 16:13 (UTC)

@simona and all, thank you for bug reporting. Now with help of other people we have updated the code. The tests pass for Python 3.13 as well. The code itself has not been changed, so it should work also without the update.

The package will be updated (I believe one does not update a package simply because of tests, so I try to add new functionality there). Stay tuned.

simona commented on 2025-01-11 21:15 (UTC)

File "/usr/lib/python3.13/site-packages/pytest_image_diff/image_diff.py", line 5, in <module>
from diffimg import diff
ModuleNotFoundError: No module named 'diffimg'

ynikitenko commented on 2024-12-25 13:20 (UTC)

@simona I see, thanks. For now you can try to run tests with a previous Python version or just skip them. I shall try to improve the tests meanwhile!

simona commented on 2024-12-25 10:18 (UTC)

E AssertionError: assert [call('.ys/co...all().close()] == [call('.ys/co...t', 'x'), ...]
E
E At index 5 diff: call().close() != call('.ys/repo_myhost.txt', 'x')
E Left contains 2 more items, first extra item: call().exit(None, None, None)
E Use -v to get more diff

/home/simona/.cache/yay/yarsync/src/yarsync-0.2.1/tests/test_init.py:87: AssertionError

ynikitenko commented on 2024-12-25 10:10 (UTC)

@simona could you please add the error trace?

simona commented on 2024-12-25 09:02 (UTC)

no more builds

ynikitenko commented on 2024-08-29 10:04 (UTC)

Todo for the next release: drop setuptools (see the wiki).

ynikitenko commented on 2023-05-22 10:33 (UTC)

Done, thanks. Are you sure python-setuptools is really needed?

On https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517) it is written that this package is only needed "If no pyproject.toml can be found or it fails to contain a [build-system] table".

sekret commented on 2023-05-21 10:06 (UTC)

Please add

rsync python-setuptools python-pytest python-pytest-mock

to makedepends. It doesn't build without these.