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 7C6D07A20E for ; Mon, 16 Jan 2017 11:00:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2B566856A2; Mon, 16 Jan 2017 11:00:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE39C85698 for ; Mon, 16 Jan 2017 11:00:30 +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 ZMrl9tSYk29S for ; Mon, 16 Jan 2017 11:00:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4017085593 for ; Mon, 16 Jan 2017 11:00:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3AF3FFBA6; Mon, 16 Jan 2017 11:00:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484564430245460" MIME-Version: 1.0 Date: Mon, 16 Jan 2017 11:00:30 +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: <20170116110030.3AF3FFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484564430245460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 16 11:00:30 UTC 2017 Modified Files: pkgsrc/time/py-vdirsyncer: Makefile distinfo Log Message: Updated py-vdirsyncer to 0.14.1. Version 0.14.1 ============== *released on 05 January 2017* - ``vdirsyncer repair`` no longer changes "unsafe" UIDs by default, an extra option has to be specified. See :gh:`527`. - A lot of important documentation updates. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/time/py-vdirsyncer/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/time/py-vdirsyncer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484564430245460 Content-Disposition: inline Content-Length: 1708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-vdirsyncer/Makefile diff -u pkgsrc/time/py-vdirsyncer/Makefile:1.41 pkgsrc/time/py-vdirsyncer/Makefile:1.42 --- pkgsrc/time/py-vdirsyncer/Makefile:1.41 Wed Oct 26 14:42:07 2016 +++ pkgsrc/time/py-vdirsyncer/Makefile Mon Jan 16 11:00:29 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2016/10/26 14:42:07 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2017/01/16 11:00:29 wiz Exp $ -DISTNAME= vdirsyncer-0.14.0 +DISTNAME= vdirsyncer-0.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} Index: pkgsrc/time/py-vdirsyncer/distinfo diff -u pkgsrc/time/py-vdirsyncer/distinfo:1.31 pkgsrc/time/py-vdirsyncer/distinfo:1.32 --- pkgsrc/time/py-vdirsyncer/distinfo:1.31 Wed Oct 26 14:42:07 2016 +++ pkgsrc/time/py-vdirsyncer/distinfo Mon Jan 16 11:00:29 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2016/10/26 14:42:07 wiz Exp $ +$NetBSD: distinfo,v 1.32 2017/01/16 11:00:29 wiz Exp $ -SHA1 (vdirsyncer-0.14.0.tar.gz) = d878a29421ef620c50dc02456c8ba016b94cac8d -RMD160 (vdirsyncer-0.14.0.tar.gz) = ee2b39be3f457b3c5030ce77108d0079d46c0cdf -SHA512 (vdirsyncer-0.14.0.tar.gz) = e8a9f74032bc625db60206a210d7c00fad224b7eccfd1caeabbb97b443fd90ae8a00e2fdfabfd6118864dd9b6d8922eb9906091a8e341334848f66e55ed5fcdd -Size (vdirsyncer-0.14.0.tar.gz) = 105839 bytes +SHA1 (vdirsyncer-0.14.1.tar.gz) = b33bf0f2740ac16eb28fe1e7a7e37bdfcc1600f3 +RMD160 (vdirsyncer-0.14.1.tar.gz) = a4cdba9a419ffd33943076b14c28d9acdb677d24 +SHA512 (vdirsyncer-0.14.1.tar.gz) = 5c0b0fbd1ba3df9d2291d2ac77c0a330f0908a7b7b9685dab994d7092d72a198555b36d9023fb4030344968fc9dc68c4acda8632a8cbb98ceaff64929ac38bb4 +Size (vdirsyncer-0.14.1.tar.gz) = 106532 bytes --_----------=_1484564430245460--