pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  6 10:12:29 UTC 2017

Modified Files:
        pkgsrc/devel/py-cython: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-cython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.40 pkgsrc/devel/py-cython/Makefile:1.41
--- pkgsrc/devel/py-cython/Makefile:1.40        Mon Oct 23 20:46:22 2017
+++ pkgsrc/devel/py-cython/Makefile     Mon Nov  6 10:12:29 2017
@@ -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/}

Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.32 pkgsrc/devel/py-cython/distinfo:1.33
--- pkgsrc/devel/py-cython/distinfo:1.32        Mon Oct 23 20:46:22 2017
+++ pkgsrc/devel/py-cython/distinfo     Mon Nov  6 10:12:29 2017
@@ -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