pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cython py-cython: updated to 0.27.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a3a8a5e4a71
branches:  trunk
changeset: 371144:5a3a8a5e4a71
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 06 10:12:29 2017 +0000

description:
py-cython: updated to 0.27.3

0.27.3:

Bugs fixed

* String forward references to extension types like ``@cython.locals(x="ExtType")``
  failed to find the named type.

* NumPy slicing generated incorrect results when compiled with Pythran.

* Fix "undefined reference" linker error for generators on Windows in Py3.3-3.5.

* Adapt to recent C-API change of ``PyThreadState`` in CPython 3.7.

* Fix signature of ``PyWeakref_GetObject()`` API declaration.

diffstat:

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

diffs (29 lines):

diff -r 52fb7b54da3d -r 5a3a8a5e4a71 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Mon Nov 06 10:04:46 2017 +0000
+++ b/devel/py-cython/Makefile  Mon Nov 06 10:12:29 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/10/23 20:46:22 adam Exp $
+# $NetBSD: Makefile,v 1.41 2017/11/06 10:12:29 adam Exp $
 
-DISTNAME=      Cython-0.27.2
+DISTNAME=      Cython-0.27.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cython/}
diff -r 52fb7b54da3d -r 5a3a8a5e4a71 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Mon Nov 06 10:04:46 2017 +0000
+++ b/devel/py-cython/distinfo  Mon Nov 06 10:12:29 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2017/10/23 20:46:22 adam Exp $
+$NetBSD: distinfo,v 1.33 2017/11/06 10:12:29 adam Exp $
 
-SHA1 (Cython-0.27.2.tar.gz) = 3f903995b1444d5cbb3af6cd4aeadfd7c1dacc2b
-RMD160 (Cython-0.27.2.tar.gz) = 295cc571ba9f339a16588a963321c74e40b07f8c
-SHA512 (Cython-0.27.2.tar.gz) = 9d894b7e883155ef0b135b09870a7c8b9bacfdca2a83b019ec9c183754a07f9794c64d64b1ad064716742cf676c5d5f55381c91e36559efd825134e5b02b83d8
-Size (Cython-0.27.2.tar.gz) = 1776074 bytes
+SHA1 (Cython-0.27.3.tar.gz) = 688aa815301dd9e710cd847528de31099f3b52c4
+RMD160 (Cython-0.27.3.tar.gz) = c6fa763137e0c000beff0898e3af0f6c23c9d9bc
+SHA512 (Cython-0.27.3.tar.gz) = 3c91d3be063cea4a03420a4ef2d9485453d5aa8f1a605d6157b2456b71ab53601c27a5df9cb5337ac14345b09fc86063d1cc613abe9bcbb0e8257f93181a79cf
+Size (Cython-0.27.3.tar.gz) = 1776789 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da



Home | Main Index | Thread Index | Old Index