pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cffi py-cffi: updated to 1.11.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17d9d817767e
branches:  trunk
changeset: 373959:17d9d817767e
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 12 12:26:00 2018 +0000

description:
py-cffi: updated to 1.11.3

v1.11.3
Fix on CPython 3.x: reading the attributes __loader__ or __spec__ from the cffi-generated lib modules gave a buggy SystemError. (These attributes are always None, and provided only to help 
compatibility with tools that expect them in all modules.)
More Windows fixes: workaround for MSVC not supporting large literal strings in C code (from ffi.embedding_init_code(large_string)); and an issue with Py_LIMITED_API linking with 
python35.dll/python36.dll instead of python3.dll.
Small documentation improvements.

diffstat:

 devel/py-cffi/Makefile |   6 +++---
 devel/py-cffi/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r b97bc7083f2b -r 17d9d817767e devel/py-cffi/Makefile
--- a/devel/py-cffi/Makefile    Fri Jan 12 11:35:28 2018 +0000
+++ b/devel/py-cffi/Makefile    Fri Jan 12 12:26:00 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2017/10/10 07:44:12 adam Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/12 12:26:00 adam Exp $
 
-DISTNAME=      cffi-1.11.2
+DISTNAME=      cffi-1.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b97bc7083f2b -r 17d9d817767e devel/py-cffi/distinfo
--- a/devel/py-cffi/distinfo    Fri Jan 12 11:35:28 2018 +0000
+++ b/devel/py-cffi/distinfo    Fri Jan 12 12:26:00 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2017/10/10 07:44:12 adam Exp $
+$NetBSD: distinfo,v 1.28 2018/01/12 12:26:00 adam Exp $
 
-SHA1 (cffi-1.11.2.tar.gz) = 04d2df85eb1921630b4f9206886737eb37200c19
-RMD160 (cffi-1.11.2.tar.gz) = 3db6391bfea5e142aa3c2431090e1b1da95d099b
-SHA512 (cffi-1.11.2.tar.gz) = 8ccd8988bb6b4beb760abe5d8cac7cbf65a7dcfad5a535343e5961912751f426fdf6e602a983430e6aa9f56f2f623855b0cfb5ed8e5294a95d122866a4533eda
-Size (cffi-1.11.2.tar.gz) = 435142 bytes
+SHA1 (cffi-1.11.3.tar.gz) = d38617a59d4aa0149861d17c0e497665b1e811ee
+RMD160 (cffi-1.11.3.tar.gz) = 8c7bbe2ea085926eb6c7d39e6ee20b38f757acba
+SHA512 (cffi-1.11.3.tar.gz) = aa9a939e44ba09df88304a001d75d858d12f9c7c14560a5146fe7ab928075f17df2309fb5400652cfb7225879e253f1720400b636eb5b50d0113e7bb83e74b5f
+Size (cffi-1.11.3.tar.gz) = 436359 bytes
 SHA1 (patch-testing_cffi0_test__verify.py) = 9097ed364176f968d8c5084e1bc3d3d368d92714
 SHA1 (patch-testing_cffi1_test__verify1.py) = 64a0c7073a446dd4ca7cd97086646959ad4fad08



Home | Main Index | Thread Index | Old Index