diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-14 15:55:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-14 15:55:00 +0000 |
commit | c9b2b02856dac79be21014c1ae92392c7b6baf8a (patch) | |
tree | 12366ca8a3984154db26b065d7fabf6c1dfbe82a /time/py-vdirsyncer | |
parent | d44f7098c645c042acb207c579d594a1fe510ca1 (diff) | |
download | pkgsrc-c9b2b02856dac79be21014c1ae92392c7b6baf8a.tar.gz |
Update to 0.3.4:
Version 0.3.4
=============
*released on 8 December 2014*
- Some more bugfixes to config handling.
Version 0.3.3
=============
*released on 8 December 2014*
- Vdirsyncer now also works with iCloud. Particularly collection discovery and
etag handling were fixed.
- Vdirsyncer now encodes Cal- and CardDAV requests differently. This hasn't
been well-tested with servers like Zimbra or SoGo, but isn't expected to
cause any problems.
- Vdirsyncer is now more robust regarding invalid responses from CalDAV
servers. This should help with future compatibility with Davmail/Outlook.
- Fix a bug when specifying ``item_types`` of
:py:class:`vdirsyncer.storage.CaldavStorage` in the deprecated config format.
- Fix a bug where vdirsyncer would ignore all but one character specified in
``unsafe_href_chars`` of :py:class:`vdirsyncer.storage.CaldavStorage` and
:py:class:`vdirsyncer.storage.CarddavStorage`.
Diffstat (limited to 'time/py-vdirsyncer')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 8a08c414fc8..4b48ade6d0c 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/12/07 17:41:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/12/14 15:55:00 wiz Exp $ -DISTNAME= vdirsyncer-0.3.2 +DISTNAME= vdirsyncer-0.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 552d9985133..9fdc4fe7b59 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/12/07 17:41:47 wiz Exp $ +$NetBSD: distinfo,v 1.7 2014/12/14 15:55:00 wiz Exp $ -SHA1 (vdirsyncer-0.3.2.tar.gz) = 6a2a0039af868090646dd49ccaa927ed803e1323 -RMD160 (vdirsyncer-0.3.2.tar.gz) = 9807444a05032fad70b2c897ca38e9ba836e4054 -Size (vdirsyncer-0.3.2.tar.gz) = 137531 bytes +SHA1 (vdirsyncer-0.3.4.tar.gz) = 245db5db34da9e0f200dc45c7a38c52cd068badb +RMD160 (vdirsyncer-0.3.4.tar.gz) = f00adf6b58012930575e426cc91f543eb5b133ae +Size (vdirsyncer-0.3.4.tar.gz) = 138452 bytes |