Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1040384D24 for ; Tue, 30 May 2023 04:23:56 +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 Fgtxi9Xixen5 for ; Tue, 30 May 2023 04:23:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 85BCA84C2C for ; Tue, 30 May 2023 04:23:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7960EF9E9; Tue, 30 May 2023 04:23:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168542063541270" MIME-Version: 1.0 Date: Tue, 30 May 2023 04:23:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-icalendar To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230530042355.7960EF9E9@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168542063541270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 30 04:23:55 UTC 2023 Modified Files: pkgsrc/time/py-icalendar: Makefile distinfo Log Message: py-icalendar: updated to 5.0.7 5.0.7 Bug fixes: - to_ical() now accepts RRULE BYDAY values>=10 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/time/py-icalendar/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/time/py-icalendar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168542063541270 Content-Disposition: inline Content-Length: 1588 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.40 pkgsrc/time/py-icalendar/Makefile:1.41 --- pkgsrc/time/py-icalendar/Makefile:1.40 Sun May 28 16:54:32 2023 +++ pkgsrc/time/py-icalendar/Makefile Tue May 30 04:23:55 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2023/05/28 16:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2023/05/30 04:23:55 adam Exp $ -DISTNAME= icalendar-5.0.6 +DISTNAME= icalendar-5.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.32 pkgsrc/time/py-icalendar/distinfo:1.33 --- pkgsrc/time/py-icalendar/distinfo:1.32 Sun May 28 16:54:32 2023 +++ pkgsrc/time/py-icalendar/distinfo Tue May 30 04:23:55 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2023/05/28 16:54:32 wiz Exp $ +$NetBSD: distinfo,v 1.33 2023/05/30 04:23:55 adam Exp $ -BLAKE2s (icalendar-5.0.6.tar.gz) = 17ef9fe7693cf5805a58f4ed6616171f92c825b81cc23f61764a8bc765068c24 -SHA512 (icalendar-5.0.6.tar.gz) = 696240e7e4efe57a194be5fa0e6158284e297277e72f7aea0bc547db5f638dae05ca8cafcadedb43673f1d9f19241f25516d90e8247a79660d8b2ef71c5da11a -Size (icalendar-5.0.6.tar.gz) = 103352 bytes +BLAKE2s (icalendar-5.0.7.tar.gz) = 47212266f02c0e77462cc5dbdfe9e66b4b9729af6d032212a1249b14ea51a8db +SHA512 (icalendar-5.0.7.tar.gz) = c541e61d79b76123d119e51ee6d927795a7d675aded427a21bd38d0f069ea454e182a61ff86b96c7769c42560dfc20f7facb00dfe8a9cfa47da74b279d841b42 +Size (icalendar-5.0.7.tar.gz) = 104099 bytes --_----------=_168542063541270--