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 Oct 23 20:46:22 UTC 2017

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

Log Message:
py-cython: updated to 0.27.2

0.27.2:

Bugs fixed
----------
* Comprehensions could incorrectly be optimised away when they appeared in boolean
  test contexts.
* The special methods ``__eq__``, ``__lt__`` etc. in extension types did not type
  their first argument as the type of the class but ``object``.
* Crash on first lookup of "cline_in_traceback" option during exception handling.
* Some nested module level comprehensions failed to compile.
* Compiler crash on some complex type declarations in pure mode.
* ``std::unordered_map.erase()`` was declared with an incorrect ``void`` return
  type in ``libcpp.unordered_map``.
* Invalid use of C++ ``fallthrough`` attribute before C++11 and similar issue in clang.
* Compiler crash on misnamed properties.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.31 -r1.32 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.39 pkgsrc/devel/py-cython/Makefile:1.40
--- pkgsrc/devel/py-cython/Makefile:1.39        Tue Oct  3 19:50:23 2017
+++ pkgsrc/devel/py-cython/Makefile     Mon Oct 23 20:46:22 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2017/10/03 19:50:23 adam Exp $
+# $NetBSD: Makefile,v 1.40 2017/10/23 20:46:22 adam Exp $
 
-DISTNAME=      Cython-0.27.1
+DISTNAME=      Cython-0.27.2
 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.31 pkgsrc/devel/py-cython/distinfo:1.32
--- pkgsrc/devel/py-cython/distinfo:1.31        Tue Oct  3 19:50:23 2017
+++ pkgsrc/devel/py-cython/distinfo     Mon Oct 23 20:46:22 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2017/10/03 19:50:23 adam Exp $
+$NetBSD: distinfo,v 1.32 2017/10/23 20:46:22 adam Exp $
 
-SHA1 (Cython-0.27.1.tar.gz) = 20b7a99f0bdc9570dcf5c8415b0bfa2981dad232
-RMD160 (Cython-0.27.1.tar.gz) = e8bd824c3d29cd538c85b982f3846497dbd88962
-SHA512 (Cython-0.27.1.tar.gz) = 924812325d0065da5e5bd3ae4c7ecebce4b1e1e8a46bd472f2c50b349804b82e7124fdc082d6a95d047c35b83f02d0b5be052b7e67791509c8870e3603fff47a
-Size (Cython-0.27.1.tar.gz) = 1773306 bytes
+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 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da



Home | Main Index | Thread Index | Old Index