Mon Apr 15 08:18:38 2019 UTC ()
py-cython: updated to 0.29.7

0.29.7:
Bugs fixed
* Crash when the shared Cython config module gets unloaded and another Cython
  module reports an exceptions.  Cython now makes sure it keeps an owned reference
  to the module.
* Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
* Coverage reporting did not include the signature line of cdef functions.
* Casting a GIL-requiring function into a nogil function now issues a warning.
* Generators and coroutines were missing their return type annotation.


(adam)
diff -r1.54 -r1.55 pkgsrc/devel/py-cython/Makefile
diff -r1.46 -r1.47 pkgsrc/devel/py-cython/distinfo

cvs diff -r1.54 -r1.55 pkgsrc/devel/py-cython/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cython/Makefile 2019/02/28 08:56:03 1.54
+++ pkgsrc/devel/py-cython/Makefile 2019/04/15 08:18:38 1.55
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.54 2019/02/28 08:56:03 adam Exp $ 1# $NetBSD: Makefile,v 1.55 2019/04/15 08:18:38 adam Exp $
2 2
3DISTNAME= Cython-0.29.6 3DISTNAME= Cython-0.29.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= lang python 5CATEGORIES= lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://cython.org/ 9HOMEPAGE= http://cython.org/
10COMMENT= C-Extensions for Python 10COMMENT= C-Extensions for Python
11LICENSE= apache-1.1 11LICENSE= apache-1.1
12 12
13REPLACE_PYTHON+= Cython/Build/Cythonize.py 13REPLACE_PYTHON+= Cython/Build/Cythonize.py
14REPLACE_PYTHON+= Cython/Debugger/Cygdb.py 14REPLACE_PYTHON+= Cython/Debugger/Cygdb.py
15REPLACE_PYTHON+= Cython/Debugger/libpython.py 15REPLACE_PYTHON+= Cython/Debugger/libpython.py
16REPLACE_PYTHON+= cython.py 16REPLACE_PYTHON+= cython.py

cvs diff -r1.46 -r1.47 pkgsrc/devel/py-cython/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-cython/distinfo 2019/02/28 08:56:03 1.46
+++ pkgsrc/devel/py-cython/distinfo 2019/04/15 08:18:38 1.47
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.46 2019/02/28 08:56:03 adam Exp $ 1$NetBSD: distinfo,v 1.47 2019/04/15 08:18:38 adam Exp $
2 2
3SHA1 (Cython-0.29.6.tar.gz) = 94ec3db8f44c1de97b9e9105f48b4cbca815725d 3SHA1 (Cython-0.29.7.tar.gz) = eaa3dc383143cfe92c1c73d59b209fafb9776ac7
4RMD160 (Cython-0.29.6.tar.gz) = ce75a5cddbf74c4c2ee08c7be30111d14c46b55d 4RMD160 (Cython-0.29.7.tar.gz) = f9f9a9f0228d83e742500e2e479b1d6528220770
5SHA512 (Cython-0.29.6.tar.gz) = bb8095b438a7d2567b8b831628fbb32c02299c866e41113da62fb5a5d4982dc0df947a9f723a82c52086806435d8f3518e78a803166149d476f81e042a12494e 5SHA512 (Cython-0.29.7.tar.gz) = 1c2fd2185d65445318118d917ff6f8b4b958b0a036bc3ce1587dcb8fa94ccc750901cece27e4d0d39c53db68c3a620edf2dcf9424d7a6df58a0275097b90fa6e
6Size (Cython-0.29.6.tar.gz) = 2047021 bytes 6Size (Cython-0.29.7.tar.gz) = 2047944 bytes
7SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 7SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
8SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48 8SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48