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 1612C1A9239 for ; Fri, 10 Dec 2021 09:06:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 45FF884CE2; Fri, 10 Dec 2021 09:06:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CBEB84DB2 for ; Fri, 10 Dec 2021 09:06:31 +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 AeRLJ_k6GSEN for ; Fri, 10 Dec 2021 09:06:31 +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 C640184CE2 for ; Fri, 10 Dec 2021 09:06:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE3CCFAEC; Fri, 10 Dec 2021 09:06:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639127190273030" MIME-Version: 1.0 Date: Fri, 10 Dec 2021 09:06:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211210090630.BE3CCFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639127190273030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 10 09:06:30 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated devel/py-cffi, devel/py-ipython To generate a diff of this commit: cvs rdiff -u -r1.6063 -r1.6064 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639127190273030 Content-Disposition: inline Content-Length: 774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.6063 pkgsrc/doc/CHANGES-2021:1.6064 --- pkgsrc/doc/CHANGES-2021:1.6063 Fri Dec 10 08:55:39 2021 +++ pkgsrc/doc/CHANGES-2021 Fri Dec 10 09:06:30 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.6063 2021/12/10 08:55:39 adam Exp $ +$NetBSD: CHANGES-2021,v 1.6064 2021/12/10 09:06:30 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -9126,3 +9126,5 @@ Changes to the packages collection and i Updated x11/libX11 to 1.7.3.1 [wiz 2021-12-10] Updated textproc/py-jsonpickle to 2.0.0 [adam 2021-12-10] Updated comms/py-rich to 10.15.2 [adam 2021-12-10] + Updated devel/py-cffi to 1.15.0 [adam 2021-12-10] + Updated devel/py-ipython to 7.30.1 [adam 2021-12-10] --_----------=_1639127190273030--