./time/py-vdirsyncer, Synchronization tool for vdir

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 0.20.0, Package name: py313-vdirsyncer-0.20.0, Maintainer: pkgsrc-users

vdirsyncer synchronizes your calendars and addressbooks between
two storages. The supported storages are CalDAV, CardDAV, arbitrary
HTTP resources and some more.

It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.


Required to run:
[devel/py-setuptools] [databases/py-sqlite3] [devel/py-requests] [security/py-requests-oauthlib] [devel/py-requests-toolbelt] [devel/py-click] [devel/py-atomicwrites] [devel/py-click-log] [devel/py-click-threading] [lang/python310]

Required to build:
[textproc/py-sphinx] [devel/py-setuptools_scm]

Master sites:

Filesize: 123.665 KB

Version history: (Expand)


CVS history: (Expand)


   2026-02-17 11:47:28 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-vdirsyncer: use upstream version of setuptools fix
   2026-02-17 09:42:03 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-vdirsyncer: remove backup file
   2026-02-17 09:41:48 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-vdirsyncer: fix build with setuptools 82
   2026-01-06 12:18:20 by Thomas Klausner | Files touched by this commit (51)
Log message:
*: forbid Python 3.11 for sphinx users

list from 'bob scan'
   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message:
*: remove reference to (removed) Python 3.9
   2025-08-31 12:31:03 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-vdirsyncer: update to 0.20.0.

Version 0.20.0
==============

- Remove dependency on abandoned ``atomicwrites`` library.
- Implement ``filter_hook`` for the HTTP storage.
- Drop support for Python 3.7.
- Add support for Python 3.12 and Python 3.13.
- Properly close the status database after using. This especially affects tests,
  where we were leaking a large amount of file descriptors.
- Extend supported versions of ``aiostream`` to include 0.7.x.
   2025-04-13 23:22:37 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-vdirsyncer: fix for setuptools>=78
   2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79)
Log message:
*: py-sphinx 8.2 drops support for Python 3.10