pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cffi
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 15 21:08:00 UTC 2015
Modified Files:
pkgsrc/devel/py-cffi: Makefile distinfo
Log Message:
Update to 0.9.2:
I pushed release 0.9.2 out of the door with mostly just this fix:
https://bitbucket.org/cffi/cffi/issue/187/inconsistencies-in-ffifrom_buffer
ffi.from_buffer() was incorrectly accepting objects of type
'memoryview' containing strings, which was not intended --- it works
only on CPython, not PyPy, and it is documented that it should not
work. Additionally, still on CPython, ffi.from_buffer() was
incorrectly rejecting objects of type 'buffer' pointing to read-only
objects, say read-only numpy arrays. (Insert here the usual rant
against the internal mess of buffer and memoryview objects.)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-cffi/Makefile \
pkgsrc/devel/py-cffi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index