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" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 70769A65B0 for ; Thu, 2 Apr 2015 22:23:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EEA514A200; Thu, 2 Apr 2015 22:23:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A64E14A1D0 for ; Thu, 2 Apr 2015 22:23:32 +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 TAGJEXD4FCHi for ; Thu, 2 Apr 2015 22:23:31 +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 DCCE014A1CD for ; Thu, 2 Apr 2015 22:23:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DA0E398; Thu, 2 Apr 2015 22:23:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Apr 2015 22:23:31 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/sysutils/py-structlog To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20150402222331.DA0E398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Thu Apr 2 22:23:31 UTC 2015 Modified Files: pkgsrc/sysutils/py-structlog: Makefile distinfo Log Message: ========= Changelog ========= - :release:`15.1.0 <2015-02-24>` - :bug:`- major` Tolerate frames without a ``__name__``. - :release:`15.0.0 <2015-01-23>` - :feature:`44` Add :func:`structlog.stdlib.add_log_level` and :func:`structlog.stdlib.add_logger_name` processors. - :feature:`42` Add :func:`structlog.stdlib.BoundLogger.log`. - :feature:`19` Pass positional arguments to stdlib wrapped loggers that use string formatting. - :feature:`28` structlog is now dually licensed under the `Apache License, Version 2 `_ and the `MIT `_ license. Therefore it is now legal to use structlog with `GPLv2 `_-licensed projects. - :feature:`22` Add :func:`structlog.stdlib.BoundLogger.exception`. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-structlog/Makefile \ pkgsrc/sysutils/py-structlog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.