diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-22 22:44:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-22 22:44:50 +0000 |
commit | 41830ac582468d68f6060376b3a6a0f4bd59f36d (patch) | |
tree | c30d458f656f84d1b2dbab620fd3dbabae006520 /time | |
parent | 2256695b0e4b8b5e6bdb537da2fbc0ba936e505f (diff) | |
download | pkgsrc-41830ac582468d68f6060376b3a6a0f4bd59f36d.tar.gz |
Update to 0.4.3:
Version 0.4.3
=============
- More performance improvements to ``singlefile``-storage.
- Add ``post_hook`` param to ``filesystem``-storage.
- Collection creation now also works with SabreDAV-based servers, such as
Baikal or ownCloud.
- Removed some workarounds for Radicale. Upgrading to the latest Radicale will
fix the issues.
- Fixed issues with iCloud discovery.
- Vdirsyncer now includes a simple ``repair`` command that seeks to fix some
broken items.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 5 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 8129acd63ae..a33735cb4ec 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/02/04 12:36:38 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/02/22 22:44:50 wiz Exp $ -DISTNAME= vdirsyncer-0.4.2 +DISTNAME= vdirsyncer-0.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 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 88d93b02e3a..84916c016c4 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2015/02/01 19:52:51 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/02/22 22:44:50 wiz Exp $ -SHA1 (vdirsyncer-0.4.2.tar.gz) = 44e7fa65a5f43bee4dbacbfe34097ee5f97b9c36 -RMD160 (vdirsyncer-0.4.2.tar.gz) = c1498326e75cedffa6433a931aadc98c86cc14c3 -Size (vdirsyncer-0.4.2.tar.gz) = 156135 bytes +SHA1 (vdirsyncer-0.4.3.tar.gz) = 5e96de73dbe185300f06e40db5c863533ec1b76c +RMD160 (vdirsyncer-0.4.3.tar.gz) = 780749eac5b2e0afd91ae98142368eda6705d409 +Size (vdirsyncer-0.4.3.tar.gz) = 158711 bytes |