Search Criteria
Package Details: etesync-dav 0.33.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etesync-dav.git (read-only, click to copy) |
---|---|
Package Base: | etesync-dav |
Description: | A CalDAV and CardDAV adapter for EteSync |
Upstream URL: | https://github.com/etesync/etesync-dav/ |
Licenses: | GPL |
Replaces: | python-radicale-storage-etesync |
Submitter: | tasn |
Maintainer: | tasn (xiretza) |
Last Packager: | tasn |
Votes: | 10 |
Popularity: | 0.000003 |
First Submitted: | 2018-03-16 14:44 (UTC) |
Last Updated: | 2024-11-21 15:46 (UTC) |
Dependencies (10)
- python-appdirs (python-appdirs-gitAUR)
- python-etebaseAUR
- python-etesyncAUR
- python-flask (python-flask-gitAUR)
- python-flask-wtf
- python-setuptools
- radicale (radicale-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 4
bsndrf commented on 2020-01-30 14:36 (UTC)
since the last update etesync-dav fails to start because urllib3 is the wrong version
Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/requests/init.py", line 55, in <module> assert minor <= 22 AssertionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/etesync-dav", line 10, in <module> from etesync_dav import webui File "/usr/lib/python3.8/site-packages/etesync_dav/webui.py", line 12, in <module> import etesync as api File "/usr/lib/python3.8/site-packages/etesync/init.py", line 1, in <module> from .api import * File "/usr/lib/python3.8/site-packages/etesync/api.py", line 7, in <module> from .service import JournalManager, EntryManager, SyncEntry File "/usr/lib/python3.8/site-packages/etesync/service.py", line 1, in <module> import requests File "/usr/lib/python3.8/site-packages/requests/init.py", line 57, in <module> raise RuntimeError('Requests dependency \'urllib3\' must be version >= 1.21.1, < 1.22!') RuntimeError: Requests dependency 'urllib3' must be version >= 1.21.1, < 1.22!
tasn commented on 2019-10-12 15:51 (UTC)
Thanks, done! I added the file to the etesync repo and updated this package to use a local copy until the next etesync-dav release.
roobre commented on 2019-10-03 08:21 (UTC)
I have added a systemd user service for ease of use, feel free to merge https://github.com/roobre/etesync-dav-pkgbuild/commit/154e415c03ef0d1dc84f23dca90ebdb26ed5a3c1
tasn commented on 2019-07-15 07:26 (UTC)
Sorry to hear you had issues. These packages have now been merged, so I added a "replaces" directive to this package. I thought this would be enough, but I guess, based on your report it isn't.
Anyhow python-radicale-storage-etesync should be removed and only etesync-dav installed.
benoliver999 commented on 2019-07-15 07:22 (UTC) (edited on 2019-07-15 07:22 (UTC) by benoliver999)
Just FYI to people hitting up against file conflict errors, I had to remove this package, and also
python-radicale-storage-etesync
, then re-installetesync-dav
.« First ‹ Previous 1 2 3 4