summaryrefslogtreecommitdiff
path: root/devel/py-cffi
diff options
context:
space:
mode:
authorwiz <wiz>2015-06-14 16:24:45 +0000
committerwiz <wiz>2015-06-14 16:24:45 +0000
commit0e085ad10664a54f417b4fd4530a779f8caa6b9e (patch)
tree65ef2dc1e55944c7016075e4f4dac620485c4a87 /devel/py-cffi
parent3d7016dd94c8e9facc218fa53bac37f341073f4a (diff)
downloadpkgsrc-0e085ad10664a54f417b4fd4530a779f8caa6b9e.tar.gz
Update to 1.1.2:
1.1.2 ===== * ``ffi.gc()``: fixed a race condition in multithreaded programs introduced in 1.1.1 1.1.1 ===== * Out-of-line mode: ``ffi.string()``, ``ffi.buffer()`` and ``ffi.getwinerror()`` didn't accept their arguments as keyword arguments, unlike their in-line mode equivalent. (It worked in PyPy.) * Out-of-line ABI mode: documented a restriction__ of ``ffi.dlopen()`` when compared to the in-line mode. * ``ffi.gc()``: when called several times with equal pointers, it was accidentally registering only the last destructor, or even none at all depending on details. (It was correctly registering all of them only in PyPy, and only with the out-of-line FFIs.) .. __: cdef.html#dlopen-note
Diffstat (limited to 'devel/py-cffi')
-rw-r--r--devel/py-cffi/Makefile4
-rw-r--r--devel/py-cffi/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile
index 68540eccb1c..6169f2828aa 100644
--- a/devel/py-cffi/Makefile
+++ b/devel/py-cffi/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2015/05/31 13:09:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/06/14 16:24:45 wiz Exp $
-DISTNAME= cffi-1.1.0
+DISTNAME= cffi-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://pypi.python.org/packages/source/c/cffi/
diff --git a/devel/py-cffi/distinfo b/devel/py-cffi/distinfo
index c4826abef7a..fdafb0a68a0 100644
--- a/devel/py-cffi/distinfo
+++ b/devel/py-cffi/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2015/05/31 13:09:51 wiz Exp $
+$NetBSD: distinfo,v 1.9 2015/06/14 16:24:45 wiz Exp $
-SHA1 (cffi-1.1.0.tar.gz) = 7c36b783156eaf985b35a56c43f3eecac37e262c
-RMD160 (cffi-1.1.0.tar.gz) = abae9d0c46f4db94b06dd6f9036d1ace9c21c366
-Size (cffi-1.1.0.tar.gz) = 323962 bytes
+SHA1 (cffi-1.1.2.tar.gz) = 6d6203bf7d390560ac50943da4a3d2c96ab29756
+RMD160 (cffi-1.1.2.tar.gz) = d3a138b528a25f7ad3abc125a35b3f656a9291f7
+Size (cffi-1.1.2.tar.gz) = 326758 bytes