Subject: CVS commit: pkgsrc/devel/py-wrapt
From: Adam Ciarcinski
Date: 2017-08-16 20:07:32
Message id: 20170816180732.224E6FAD0@cvs.NetBSD.org

Log Message:
Version 1.10.11

Bugs Fixed
* When wrapping a @classmethod in a class used as a base class, when the method \ 
was called via the derived class type, the base class type was being passed for \ 
the cls argument instead of the derived class type through which the call was \ 
made.

New Features
* The C extension can be disabled at runtime by setting the environment variable \ 
WRAPT_DISABLE_EXTENSIONS. This may be necessary where there is currently a \ 
difference in behaviour between pure Python implementation and C extension and \ 
the C extension isn't having the desired result.

Files:
RevisionActionfile
1.5modifypkgsrc/devel/py-wrapt/Makefile
1.3modifypkgsrc/devel/py-wrapt/distinfo