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 8F79DA567D for ; Sun, 30 Aug 2015 14:43:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4190314A4DC; Sun, 30 Aug 2015 14:43:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8332814A4DB for ; Sun, 30 Aug 2015 14:43:26 +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 t1z4siksmUN7 for ; Sun, 30 Aug 2015 14:43:26 +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 D24D014A4D9 for ; Sun, 30 Aug 2015 14:43:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D002098; Sun, 30 Aug 2015 14:43:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 30 Aug 2015 14:43:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-click To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150830144325.D002098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Aug 30 14:43:25 UTC 2015 Modified Files: pkgsrc/devel/py-click: Makefile PLIST distinfo Log Message: Update to 5.1: Version 5.1 ----------- (bugfix release, released on 17th August 2015) - Fix a bug in `pass_obj` that would accidentally pass the context too. Version 5.0 ----------- (codename "tok tok", released on 16th August 2015) - Removed various deprecated functionality. - Atomic files now only accept the `w` mode. - Change the usage part of help output for very long commands to wrap their arguments onto the next line, indented by 4 spaces. - Fix a bug where return code and error messages were incorrect when using ``CliRunner``. - added `get_current_context`. - added a `meta` dictionary to the context which is shared across the linked list of contexts to allow click utilities to place state there. - introduced `Context.scope`. - The `echo` function is now threadsafe: It calls the `write` method of the underlying object only once. - `prompt(hide_input=True)` now prints a newline on `^C`. - Click will now warn if users are using ``unicode_literals``. - Click will now ignore the ``PAGER`` environment variable if it is empty or contains only whitespace. - The `click-contrib` GitHub organization was created. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-click/Makefile \ pkgsrc/devel/py-click/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-click/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.