Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 2283CA5809 for ; Fri, 12 Dec 2014 11:45:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BB14514A2EF; Fri, 12 Dec 2014 11:45:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24C1F14A2EE for ; Fri, 12 Dec 2014 11:45:06 +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 Q1WHD6D5fkFu for ; Fri, 12 Dec 2014 11:45:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A360D14A2E9 for ; Fri, 12 Dec 2014 11:45:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9DA9798; Fri, 12 Dec 2014 11:45:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 12 Dec 2014 11:45:05 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/py-argcomplete To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20141212114505.9DA9798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Fri Dec 12 11:45:05 UTC 2014 Modified Files: pkgsrc/devel/py-argcomplete: Makefile distinfo Log Message: Update py-argcomplete to 0.8.4. Version 0.8.4 (2014-12-11) - Fix issue related to using argcomplete in a REPL environement. Thanks to @wapiflapi (pull request #91). Version 0.8.3 (2014-11-09) - Fix multiple issues related to using argcomplete in a REPL environement. Thanks to @wapiflapi (pull request #90). Version 0.8.2 (2014-11-03) - Don't strip colon prefix in completion results if COMP_WORDBREAKS does not contain a colon. Thanks to @berezv (pull request #88). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-argcomplete/Makefile \ pkgsrc/devel/py-argcomplete/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.