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.13.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74b5d1421f44
branches:  trunk
changeset: 342773:74b5d1421f44
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 25 10:21:35 2019 +0000

description:
py-cffi: updated to 1.13.1

v1.13.1
* deprecate the way to declare in cdef() a global variable with only void *foo;. You should always use a storage class, like extern void *foo; or maybe static void *foo;. These are all equivalent for 
the purposes of cdef(), but the reason for deprecating the bare version is that (as far as I know) it would always be mistake in a real C header.
* fix the regression RuntimeError: found a situation in which we try to build a type recursively.
* fixed issue 427 where a multithreading mistake in the embedding logic initialization code would cause deadlocks on CPython 3.7.

diffstat:

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

diffs (29 lines):

diff -r 7a0d489cb084 -r 74b5d1421f44 devel/py-cffi/Makefile
--- a/devel/py-cffi/Makefile    Fri Oct 25 10:21:32 2019 +0000
+++ b/devel/py-cffi/Makefile    Fri Oct 25 10:21:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2019/10/16 08:12:08 adam Exp $
+# $NetBSD: Makefile,v 1.40 2019/10/25 10:21:35 adam Exp $
 
-DISTNAME=      cffi-1.13.0
+DISTNAME=      cffi-1.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}
diff -r 7a0d489cb084 -r 74b5d1421f44 devel/py-cffi/distinfo
--- a/devel/py-cffi/distinfo    Fri Oct 25 10:21:32 2019 +0000
+++ b/devel/py-cffi/distinfo    Fri Oct 25 10:21:35 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2019/10/16 08:12:08 adam Exp $
+$NetBSD: distinfo,v 1.35 2019/10/25 10:21:35 adam Exp $
 
-SHA1 (cffi-1.13.0.tar.gz) = 75977bbad8ea8c15f2c34edde5efcf39462ea43e
-RMD160 (cffi-1.13.0.tar.gz) = a11648941b7ddec69e9370698b7102bf775968b6
-SHA512 (cffi-1.13.0.tar.gz) = bde7e166a670d217101a9471256cdc6e6ce5001badf036f0b86cf5029280482b956df2565559fd592528954a470a625390ec2d60228cd9b29b11ffbcdf728844
-Size (cffi-1.13.0.tar.gz) = 459345 bytes
+SHA1 (cffi-1.13.1.tar.gz) = 678dad3a3102ebcbeab8f5f132968afa444f6a54
+RMD160 (cffi-1.13.1.tar.gz) = 39b6baf1b90f5586ef3e76a020e9caaeab68b101
+SHA512 (cffi-1.13.1.tar.gz) = a8be3837bf6c130a80644d27078b2a482a0e3e41aab326b5a3770a30245e9bfff2f6ee3f4ed4c5cdda1e0119a4494fe95c694461f875c162ccb3ce0ca419c6f0
+Size (cffi-1.13.1.tar.gz) = 460208 bytes
 SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
 SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529



Home | Main Index | Thread Index | Old Index