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.
This commit is contained in:
parent
2e25057ba8
commit
e3f076d0d3
2 changed files with 6 additions and 7 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue