Package Details: yarsync 0.3.3-1

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.000000
First Submitted: 2018-04-24 11:46 (UTC)
Last Updated: 2026-01-13 23:08 (UTC)

Latest Comments

1 2 Next › Last »

simona commented on 2026-01-14 09:12 (UTC)

yes, solved. tnx.

ynikitenko commented on 2026-01-13 23:09 (UTC)

Please check the updated version. It should work (meaning test) file. @simona

simona commented on 2026-01-13 12:56 (UTC)

tnx

ynikitenko commented on 2026-01-13 12:55 (UTC)

Hi @simona, many thanks for your note. I've opened an issue (https://github.com/ynikitenko/yarsync/issues/21) and try to resolve that ASAP and update the program (also for Python 3.14). Yaroslav

simona commented on 2026-01-12 13:59 (UTC)

  assert mocker_print.mock_calls == [

call.write('In repository myhost'), call.write('\n'), call.write('No commits found'), call.write('\n') ] E AssertionError: assert [call.fileno(...l.write('\n')] == [call.write('...l.write('\n')] E E At index 0 diff: call.fileno() != call.write('In repository myhost') E Left contains 388 more items, first extra item: call.fileno() E Use -v to get more diff

/home/simona/.cache/yay/yarsync/src/yarsync-0.3/tests/test_status.py:75: AssertionError

ynikitenko commented on 2025-03-28 15:06 (UTC)

The package has been updated to v0.3. The tests pass for the most recent Python version 3.13 as well. Please check that all works for you well (@simona).

Sorry for such a delay. This release was mostly done by community, which made it much quicker than otherwise. I had too many urgent things to do, but I hope to make patch releases much quicker in the future. And thanks for your prompt notifications and feedback!

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!