Search Criteria
Package Details: etesync-dav 0.35.1-2
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-3.0-only |
| Replaces: | python-radicale-storage-etesync |
| Submitter: | tasn |
| Maintainer: | tasn (xiretza) |
| Last Packager: | xiretza |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-03-16 14:44 (UTC) |
| Last Updated: | 2026-03-09 17:21 (UTC) |
Dependencies (10)
- python-appdirs
- python-etebaseAUR
- python-etesyncAUR
- python-flask
- python-flask-wtf
- python-setuptools
- radicale (radicale-gitAUR)
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 4
tasn commented on 2020-02-03 19:17 (UTC)
Yeah, but what about python-requests? That's the one that looks like it's too old.
bsndrf commented on 2020-02-03 13:10 (UTC)
Hi,
I have the same urllib3 version (installied via extra). The problem is that the version is too new. as the execption states: RuntimeError: Requests dependency 'urllib3' must be version >= 1.21.1, < 1.22!
I just realized pip fails with the same execption
tasn commented on 2020-01-30 14:41 (UTC) (edited on 2020-01-30 14:42 (UTC) by tasn)
Thanks for the report, though I can't reproduce it locally. Also, given the nature of the error you just described, it sounds like the problem is with python-requests, or more likely, with your system. Are you fully up to date?
I have:
Name : python-requests Version : 2.22.0-3
Name : python-urllib3 Version : 1.25.7-1
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