Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 86DFD1A9245 for ; Sat, 9 Jan 2021 09:30:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BC07384D4C; Sat, 9 Jan 2021 09:30:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01E1084D37 for ; Sat, 9 Jan 2021 09:30:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PeQTuLzC-zAx for ; Sat, 9 Jan 2021 09:30:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7DF4584CDC for ; Sat, 9 Jan 2021 09:30:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B09BFA9D; Sat, 9 Jan 2021 09:30:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610184626299710" MIME-Version: 1.0 Date: Sat, 9 Jan 2021 09:30:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-icalendar To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210109093026.7B09BFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610184626299710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 9 09:30:26 UTC 2021 Modified Files: pkgsrc/time/py-icalendar: Makefile distinfo Log Message: py-icalendar: updated to 4.0.7 4.0.7: Bug fixes: - fixed rrule handling, re-enabled test_create_america_new_york() To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/time/py-icalendar/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/py-icalendar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610184626299710 Content-Disposition: inline Content-Length: 1686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-icalendar/Makefile diff -u pkgsrc/time/py-icalendar/Makefile:1.34 pkgsrc/time/py-icalendar/Makefile:1.35 --- pkgsrc/time/py-icalendar/Makefile:1.34 Thu May 7 04:58:11 2020 +++ pkgsrc/time/py-icalendar/Makefile Sat Jan 9 09:30:26 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2020/05/07 04:58:11 adam Exp $ +# $NetBSD: Makefile,v 1.35 2021/01/09 09:30:26 adam Exp $ -DISTNAME= icalendar-4.0.6 +DISTNAME= icalendar-4.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/} Index: pkgsrc/time/py-icalendar/distinfo diff -u pkgsrc/time/py-icalendar/distinfo:1.26 pkgsrc/time/py-icalendar/distinfo:1.27 --- pkgsrc/time/py-icalendar/distinfo:1.26 Thu May 7 04:58:11 2020 +++ pkgsrc/time/py-icalendar/distinfo Sat Jan 9 09:30:26 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2020/05/07 04:58:11 adam Exp $ +$NetBSD: distinfo,v 1.27 2021/01/09 09:30:26 adam Exp $ -SHA1 (icalendar-4.0.6.tar.gz) = 718956ee61e9bcf381cc40ad2155ae4799bc07ca -RMD160 (icalendar-4.0.6.tar.gz) = da2314e0c18899ba522f67eec4888ec33cde56e4 -SHA512 (icalendar-4.0.6.tar.gz) = e8f7ee878cc14b75636268d7b8c79569ce1875142fb907b1eb74bc6b9cf96f218e4be63828190aa2a27978c431437c1d454febe9a2da58c5f2785e283ae725b2 -Size (icalendar-4.0.6.tar.gz) = 78418 bytes +SHA1 (icalendar-4.0.7.tar.gz) = 3a77dcddeb567a589db7f11b1cd291d799b730f5 +RMD160 (icalendar-4.0.7.tar.gz) = eba9a736f1c9eb1fcacf388a425e5e0db952bee9 +SHA512 (icalendar-4.0.7.tar.gz) = 97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379 +Size (icalendar-4.0.7.tar.gz) = 78569 bytes --_----------=_1610184626299710--