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:           Tue May 29 11:45:06 UTC 2018

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

Log Message:
py-cython: updated to 0.28.3

0.28.3:
Bugs fixed
* Set iteration was broken in non-CPython since 0.28.
* UnicodeEncodeError in Py2 when %s formatting is optimised for unicode strings.
* Work around a crash bug in g++ 4.4.x by disabling the size reduction setting of the module init function in this version.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.36 -r1.37 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.44 pkgsrc/devel/py-cython/Makefile:1.45
--- pkgsrc/devel/py-cython/Makefile:1.44        Fri Apr 13 06:55:45 2018
+++ pkgsrc/devel/py-cython/Makefile     Tue May 29 11:45:06 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2018/04/13 06:55:45 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/05/29 11:45:06 adam Exp $
 
-DISTNAME=      Cython-0.28.2
+DISTNAME=      Cython-0.28.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.36 pkgsrc/devel/py-cython/distinfo:1.37
--- pkgsrc/devel/py-cython/distinfo:1.36        Fri Apr 13 06:55:45 2018
+++ pkgsrc/devel/py-cython/distinfo     Tue May 29 11:45:06 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2018/04/13 06:55:45 adam Exp $
+$NetBSD: distinfo,v 1.37 2018/05/29 11:45:06 adam Exp $
 
-SHA1 (Cython-0.28.2.tar.gz) = 3f8c5ed37d11d9ceab2690db68a513ef80697938
-RMD160 (Cython-0.28.2.tar.gz) = 7dfeace8945ba24df7155731d8024f9d82d49975
-SHA512 (Cython-0.28.2.tar.gz) = 7d09d1fdc10f96eb6121657b71e059c38c479b4ca180965a8e5adb89ac0f9be50260ea46197c45e8ddc7c1339b9b88c140dac2c4a7a49e1943fb4bf24a73d082
-Size (Cython-0.28.2.tar.gz) = 1878797 bytes
+SHA1 (Cython-0.28.3.tar.gz) = 1a7e5a45a5e7589660934b911d43f4a2d0a50f5f
+RMD160 (Cython-0.28.3.tar.gz) = 5b3de1c00bd88c9745404d1d5807ea37853eca03
+SHA512 (Cython-0.28.3.tar.gz) = cd0b836e9db5cfd1367a72b18c6cb324eb512c4ae9adc12506e1bf73938e39aa9d373f60370de56e6c601aec459fe95672c7d42b7a420e6a6817e1551db58f8c
+Size (Cython-0.28.3.tar.gz) = 1880324 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da



Home | Main Index | Thread Index | Old Index