From 337226a96c3a198ce1a9066b4af3afbca15ba16c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 27 Dec 2015 23:41:25 +0000 Subject: Update py-vdirsyncer to 0.7.4: Version 0.7.4 ============= *released on 22 December 2015* - Improved error messages instead of faulty server behavior, see :gh:`290` and :gh:`300`. - Safer shutdown of threadpool, avoid exceptions, see :gh:`291`. - Fix a sync bug for read-only storages see commmit `ed22764921b2e5bf6a934cf14aa9c5fede804d8e`. - Etag changes are no longer sufficient to trigger sync operations. An actual content change is also necessary. See :gh:`257`. - :storage:`remotestorage` now automatically opens authentication dialogs in your configured GUI browser. - **Packagers:** ``lxml>=3.1`` is now required (newer lower-bound version). --- time/py-vdirsyncer/Makefile | 6 +++--- time/py-vdirsyncer/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'time/py-vdirsyncer') diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index b8a55fcbb66..427f0887e74 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2015/11/06 21:32:45 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/27 23:41:25 wiz Exp $ -DISTNAME= vdirsyncer-0.7.3 +DISTNAME= vdirsyncer-0.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-click-log-[0-9]*:../../devel/py-click-log DEPENDS+= ${PYPKGPREFIX}-click-threading-[0-9]*:../../devel/py-click-threading -DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml +DEPENDS+= ${PYPKGPREFIX}-lxml>=3.1:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib-[0-9]*:../../security/py-requests-oauthlib DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 8a183cf724e..4f3cde780f2 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2015/11/06 11:06:56 wiz Exp $ +$NetBSD: distinfo,v 1.20 2015/12/27 23:41:25 wiz Exp $ -SHA1 (vdirsyncer-0.7.3.tar.gz) = 4822d5e316b2aa250cf7e8d0317ed55d18c7c955 -RMD160 (vdirsyncer-0.7.3.tar.gz) = cfafeb2318ab8f2ebe741c62b77c0f45365002a6 -SHA512 (vdirsyncer-0.7.3.tar.gz) = 2da410c8e3f8fb472a0d0ea508c23dee1feb978cc1f4acc51372d72441b9dfd1ce26dcbb42bacc366b10806267fb9a644ca1a4ab5640acf39d1792862488f745 -Size (vdirsyncer-0.7.3.tar.gz) = 82883 bytes +SHA1 (vdirsyncer-0.7.4.tar.gz) = 4056f3e3e91f73f94875b3ff7eb1bf2790c955e3 +RMD160 (vdirsyncer-0.7.4.tar.gz) = c66abbbb618b0196bd3e2dddd89e5c2c38be687a +SHA512 (vdirsyncer-0.7.4.tar.gz) = 3669a8d9abebd1571e0ee6121736bdef2fc807a767f0d14aa6745e56e4a10ccb6f4da0d309af44641ecc3cffbf5c4146611e5d36121e5b3e92441dad3c866752 +Size (vdirsyncer-0.7.4.tar.gz) = 86572 bytes -- cgit v1.2.3