Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 390217A227 for ; Sun, 27 Dec 2015 23:41:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D656185F66; Sun, 27 Dec 2015 23:41:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64FE985EAD for ; Sun, 27 Dec 2015 23:41:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wtvaHAGVA7FM for ; Sun, 27 Dec 2015 23:41:26 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0C58485DF8 for ; Sun, 27 Dec 2015 23:41:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04BFCFBA4; Sun, 27 Dec 2015 23:41:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 27 Dec 2015 23:41:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/py-vdirsyncer To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151227234126.04BFCFBA4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Dec 27 23:41:25 UTC 2015 Modified Files: pkgsrc/time/py-vdirsyncer: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/py-vdirsyncer/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/py-vdirsyncer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.