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 1BC3A7A1FC for ; Sun, 9 Apr 2017 17:38:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFF138556D; Sun, 9 Apr 2017 17:38:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E91C84DFD for ; Sun, 9 Apr 2017 17:38: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 fM9KjwR6ei1h for ; Sun, 9 Apr 2017 17:38:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE84F84CDB for ; Sun, 9 Apr 2017 17:38:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC723FBE4; Sun, 9 Apr 2017 17:38:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491759510222610" MIME-Version: 1.0 Date: Sun, 9 Apr 2017 17:38: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: <20170409173830.AC723FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1491759510222610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 9 17:38:30 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Updated parallel/py-billiard to 3.5.0.2; net/py-amqp to 2.1.4; net/py-kombu to 4.0.2; net/py-celery to 4.0.2; Added devel/py-vine version 1.1.3 To generate a diff of this commit: cvs rdiff -u -r1.1500 -r1.1501 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491759510222610 Content-Disposition: inline Content-Length: 931 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.1500 pkgsrc/doc/CHANGES-2017:1.1501 --- pkgsrc/doc/CHANGES-2017:1.1500 Sun Apr 9 16:04:35 2017 +++ pkgsrc/doc/CHANGES-2017 Sun Apr 9 17:38:30 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.1500 2017/04/09 16:04:35 wen Exp $ +$NetBSD: CHANGES-2017,v 1.1501 2017/04/09 17:38:30 adam Exp $ Changes to the packages collection and infrastructure in 2017: @@ -1842,3 +1842,8 @@ Changes to the packages collection and i Updated lang/ruby23 to 2.3.4 [taca 2017-04-09] Updated devel/ruby-mode to 2.3.4 [taca 2017-04-09] Updated databases/p5-SQL-Abstract to 1.84 [wen 2017-04-09] + Updated parallel/py-billiard to 3.5.0.2 [adam 2017-04-09] + Updated net/py-amqp to 2.1.4 [adam 2017-04-09] + Added devel/py-vine version 1.1.3 [adam 2017-04-09] + Updated net/py-kombu to 4.0.2 [adam 2017-04-09] + Updated net/py-celery to 4.0.2 [adam 2017-04-09] --_----------=_1491759510222610--