Received: by mail.netbsd.org (Postfix, from userid 605) id 2DEE284D98; Thu, 22 Feb 2018 10:08:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC78A84D8C for ; Thu, 22 Feb 2018 10:08:40 +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 gSHNvh7wZQyV for ; Thu, 22 Feb 2018 10:08:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3432B84D71 for ; Thu, 22 Feb 2018 10:08:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3114BFB40; Thu, 22 Feb 2018 10:08:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519294120213230" MIME-Version: 1.0 Date: Thu, 22 Feb 2018 10:08:40 +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: <20180222100840.3114BFB40@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. --_----------=_1519294120213230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 22 10:08:40 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 TODO Log Message: Updated databases/py-sqlalchemy, databases/py-sqlalchemy-utils, net/py-zmq, lang/py-asttokens To generate a diff of this commit: cvs rdiff -u -r1.735 -r1.736 pkgsrc/doc/CHANGES-2018 cvs rdiff -u -r1.18122 -r1.18123 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519294120213230 Content-Disposition: inline Content-Length: 1478 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.735 pkgsrc/doc/CHANGES-2018:1.736 --- pkgsrc/doc/CHANGES-2018:1.735 Thu Feb 22 09:51:05 2018 +++ pkgsrc/doc/CHANGES-2018 Thu Feb 22 10:08:39 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.735 2018/02/22 09:51:05 adam Exp $ +$NetBSD: CHANGES-2018,v 1.736 2018/02/22 10:08:39 adam Exp $ Changes to the packages collection and infrastructure in 2018: @@ -1070,3 +1070,7 @@ Changes to the packages collection and i Updated devel/py-test to 3.4.1 [adam 2018-02-22] Updated devel/py-test-xdist to 1.22.1 [adam 2018-02-22] Updated devel/py-test-mock to 1.7.0 [adam 2018-02-22] + Updated databases/py-sqlalchemy to 1.2.3 [adam 2018-02-22] + Updated databases/py-sqlalchemy-utils to 0.33.0 [adam 2018-02-22] + Updated net/py-zmq to 17.0.0 [adam 2018-02-22] + Updated lang/py-asttokens to 1.1.10 [adam 2018-02-22] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.18122 pkgsrc/doc/TODO:1.18123 --- pkgsrc/doc/TODO:1.18122 Thu Feb 22 09:51:05 2018 +++ pkgsrc/doc/TODO Thu Feb 22 10:08:39 2018 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.18122 2018/02/22 09:51:05 adam Exp $ +$NetBSD: TODO,v 1.18123 2018/02/22 10:08:39 adam Exp $ Suggested new packages ====================== @@ -1209,7 +1209,6 @@ For possible Perl packages updates, see o py-HappyDoc-3.0 o py-Scientific-doc-2.5.5 o py-Send2Trash-1.5.0 - o py-asttokens-1.1.10 o py-augeas-1.0.3 o py-cassa-1.11.0 o py-cssselect2-0.2.1 --_----------=_1519294120213230--