Sun Dec 14 15:55:00 2014 UTC ()
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`.


(wiz)
diff -r1.10 -r1.11 pkgsrc/time/py-vdirsyncer/Makefile
diff -r1.6 -r1.7 pkgsrc/time/py-vdirsyncer/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/time/py-vdirsyncer/Makefile (expand / switch to unified diff)

--- pkgsrc/time/py-vdirsyncer/Makefile 2014/12/07 17:41:47 1.10
+++ pkgsrc/time/py-vdirsyncer/Makefile 2014/12/14 15:55:00 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2014/12/07 17:41:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2014/12/14 15:55:00 wiz Exp $
2 2
3DISTNAME= vdirsyncer-0.3.2 3DISTNAME= vdirsyncer-0.3.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ 6MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ 9HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/
10COMMENT= Synchronization tool for vdir 10COMMENT= Synchronization tool for vdir
11LICENSE= mit 11LICENSE= mit
12 12
13EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps 13EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
14 14
15DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click 15DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click
16DEPENDS+= ${PYPKGPREFIX}-icalendar>=3.6:../../time/py-icalendar 16DEPENDS+= ${PYPKGPREFIX}-icalendar>=3.6:../../time/py-icalendar

cvs diff -r1.6 -r1.7 pkgsrc/time/py-vdirsyncer/distinfo (expand / switch to unified diff)

--- pkgsrc/time/py-vdirsyncer/distinfo 2014/12/07 17:41:47 1.6
+++ pkgsrc/time/py-vdirsyncer/distinfo 2014/12/14 15:55:00 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2014/12/07 17:41:47 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2014/12/14 15:55:00 wiz Exp $
2 2
3SHA1 (vdirsyncer-0.3.2.tar.gz) = 6a2a0039af868090646dd49ccaa927ed803e1323 3SHA1 (vdirsyncer-0.3.4.tar.gz) = 245db5db34da9e0f200dc45c7a38c52cd068badb
4RMD160 (vdirsyncer-0.3.2.tar.gz) = 9807444a05032fad70b2c897ca38e9ba836e4054 4RMD160 (vdirsyncer-0.3.4.tar.gz) = f00adf6b58012930575e426cc91f543eb5b133ae
5Size (vdirsyncer-0.3.2.tar.gz) = 137531 bytes 5Size (vdirsyncer-0.3.4.tar.gz) = 138452 bytes