pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-wrapt Version 1.10.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/408ecd9efe61
branches:  trunk
changeset: 366613:408ecd9efe61
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 16 18:07:31 2017 +0000

description:
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.

diffstat:

 devel/py-wrapt/Makefile |   4 ++--
 devel/py-wrapt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a14bcf3fbe12 -r 408ecd9efe61 devel/py-wrapt/Makefile
--- a/devel/py-wrapt/Makefile   Wed Aug 16 18:04:34 2017 +0000
+++ b/devel/py-wrapt/Makefile   Wed Aug 16 18:07:31 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/07/30 22:32:16 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/16 18:07:31 adam Exp $
 
-DISTNAME=      wrapt-1.10.10
+DISTNAME=      wrapt-1.10.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wrapt/}
diff -r a14bcf3fbe12 -r 408ecd9efe61 devel/py-wrapt/distinfo
--- a/devel/py-wrapt/distinfo   Wed Aug 16 18:04:34 2017 +0000
+++ b/devel/py-wrapt/distinfo   Wed Aug 16 18:07:31 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/07 14:42:26 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2017/08/16 18:07:31 adam Exp $
 
-SHA1 (wrapt-1.10.10.tar.gz) = 6be4f1bb50db879863f4247692360eb830a3eb33
-RMD160 (wrapt-1.10.10.tar.gz) = e78fc011d2bacff5010e63fbdc68f6aa473b0fb3
-SHA512 (wrapt-1.10.10.tar.gz) = 4cb43eeadb49727dcd74cccd5b2e593bce1c9510904fa431be7d494563e73ea0e7dbbd00f23a48c1a2b7f3bf7c29ccc001ac1dab18e8dd1e5638184f6acb52ae
-Size (wrapt-1.10.10.tar.gz) = 27257 bytes
+SHA1 (wrapt-1.10.11.tar.gz) = 64e4ab57330818c89bcd416a61dd892ccaaea9b0
+RMD160 (wrapt-1.10.11.tar.gz) = 351af35eda7ebdc61ab4bf11139d7331c628f2e4
+SHA512 (wrapt-1.10.11.tar.gz) = 75f171af7882de9ca8b8700b580004fadf6df9a1c4565c4a15c151c477c5e5e9f6f3bd81a26be97442bbcd93855d9831b566ea23a6574c72b9fdbab41e689c8d
+Size (wrapt-1.10.11.tar.gz) = 27402 bytes



Home | Main Index | Thread Index | Old Index