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 | aa01f49a1b68a6c4ab0a82e5072fb00053acc0a7 (patch) | |
tree | c30d458f656f84d1b2dbab620fd3dbabae006520 /time | |
parent | 1a129510b5ce1197992eab480f378d25ed91b3e8 (diff) | |
download | pkgsrc-aa01f49a1b68a6c4ab0a82e5072fb00053acc0a7.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 |