Search Criteria
Package Details: yarsync 0.3-1
Package Actions
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.000001 |
First Submitted: | 2018-04-24 11:46 (UTC) |
Last Updated: | 2025-03-28 15:02 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR)
- python-build (make)
- python-installer (make)
- python-pytest (make)
- python-pytest-mock (make)
- python-wheel (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
Latest Comments
1 2 Next › Last »
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!
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".
1 2 Next › Last »