Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (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 5A5E6A64E1 for ; Fri, 4 Dec 2015 20:44:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 05E1D85EEC; Fri, 4 Dec 2015 20:44:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8931585E47 for ; Fri, 4 Dec 2015 20:44:48 +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 LOA3gLSyjceD for ; Fri, 4 Dec 2015 20:44:48 +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 257E284C73 for ; Fri, 4 Dec 2015 20:44:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1F8AD98; Fri, 4 Dec 2015 20:44:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 4 Dec 2015 20:44:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-decorator To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151204204448.1F8AD98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Dec 4 20:44:48 UTC 2015 Modified Files: pkgsrc/devel/py-decorator: Makefile distinfo Log Message: Update py-decorator to 4.0.2: 4.0.2 Fix: docs/README.rst was not included in MANIFEST.in by accident, thus breaking the source installation (2015/07/28) 4.0.1 Added docs directory and upload_docs command. Fixed bug with `__qualname__`, reported by Lucian Petrut (2015/07/28) 4.0.0 Removed the need for 2to3 by dropping the support for Python 2.5. Added a MANIFEST.in file and produced a proper wheel. Improved the integration with setuptools so that `python setup.py test` works. Reworked the documentation and introduced `decorator.decorated`. Removed any dependence from `inspect.getargspec`, which is deprecated in Python 3.5, as signaled by Ralf Gommers. Fixed `contextmanager` to work with Python 3.5. Copied the `__qualname__` attribute, as requested by Frazer McLean. Added a `dispatch_on` facility to implement generic functions. (2015/07/24) 3.4.2 Same as 3.4.1, re-uploaded to PyPI (2015-03-22) 3.4.1 Ported the repository from GoogleCode to GitHub and added Travis CI support. Tests are executed with the new command `python test.py -v`. setuptools is now mandatory in Python 3. The suggested installation tool is now `pip`, not `easy_install`. Supported IronPython and other Python implementations without sys._getframe, as requested by Doug Blank (2015/03/16) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-decorator/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-decorator/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.