Received: by mail.netbsd.org (Postfix, from userid 605) id 1760984DD3; Wed, 15 Jul 2020 09:33:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9218584DCF for ; Wed, 15 Jul 2020 09:33:25 +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 c2i6ueV_tg1s for ; Wed, 15 Jul 2020 09:33:25 +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 18DAD84CDB for ; Wed, 15 Jul 2020 09:33:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F9E6FB28; Wed, 15 Jul 2020 09:33:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594805605113730" MIME-Version: 1.0 Date: Wed, 15 Jul 2020 09:33:25 +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: <20200715093325.0F9E6FB28@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. --_----------=_1594805605113730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 15 09:33:24 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: Updated net/haproxy, security/py-google-auth, security/py-google-auth-httplib2, devel/py-typing To generate a diff of this commit: cvs rdiff -u -r1.4042 -r1.4043 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.19950 -r1.19951 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594805605113730 Content-Disposition: inline Content-Length: 1511 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.4042 pkgsrc/doc/CHANGES-2020:1.4043 --- pkgsrc/doc/CHANGES-2020:1.4042 Wed Jul 15 08:15:51 2020 +++ pkgsrc/doc/CHANGES-2020 Wed Jul 15 09:33:24 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4042 2020/07/15 08:15:51 wiz Exp $ +$NetBSD: CHANGES-2020,v 1.4043 2020/07/15 09:33:24 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -6425,3 +6425,7 @@ Changes to the packages collection and i Updated devel/py-greenlet to 0.4.16 [adam 2020-07-15] Updated print/py-latexcodec to 2.0.1 [adam 2020-07-15] Updated archivers/libzip to 1.7.3 [wiz 2020-07-15] + Updated net/haproxy to 2.2.0 [adam 2020-07-15] + Updated security/py-google-auth to 1.19.0 [adam 2020-07-15] + Updated security/py-google-auth-httplib2 to 0.0.4 [adam 2020-07-15] + Updated devel/py-typing to 3.7.4.3 [adam 2020-07-15] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19950 pkgsrc/doc/TODO:1.19951 --- pkgsrc/doc/TODO:1.19950 Mon Jul 13 20:34:08 2020 +++ pkgsrc/doc/TODO Wed Jul 15 09:33:24 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19950 2020/07/13 20:34:08 wiz Exp $ +$NetBSD: TODO,v 1.19951 2020/07/15 09:33:24 adam Exp $ Suggested new packages ====================== @@ -980,7 +980,6 @@ For possible Perl packages updates, see o py-cassa-1.11.0 o py-configparser-5.0.0 [drops python-2.x support] o py-ephem3-3.7.6.0 - o py-google-auth-httplib2-0.0.4 o py-hgview-1.9.0 o py-idna-2.10 o py-input-pad-1.4.2 --_----------=_1594805605113730--