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 Jul  9 06:34:28 UTC 2018

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

Log Message:
py-cython: updated to 0.28.4

0.28.4:
Bugs fixed
* Reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation.
* Exception catching based on a non-literal (runtime) tuple could fail to match the exception.
* Compile fix for CPython 3.7.0a2.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.37 -r1.38 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.45 pkgsrc/devel/py-cython/Makefile:1.46
--- pkgsrc/devel/py-cython/Makefile:1.45        Tue May 29 11:45:06 2018
+++ pkgsrc/devel/py-cython/Makefile     Mon Jul  9 06:34:28 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2018/05/29 11:45:06 adam Exp $
+# $NetBSD: Makefile,v 1.46 2018/07/09 06:34:28 adam Exp $
 
-DISTNAME=      Cython-0.28.3
+DISTNAME=      Cython-0.28.4
 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.37 pkgsrc/devel/py-cython/distinfo:1.38
--- pkgsrc/devel/py-cython/distinfo:1.37        Tue May 29 11:45:06 2018
+++ pkgsrc/devel/py-cython/distinfo     Mon Jul  9 06:34:28 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2018/05/29 11:45:06 adam Exp $
+$NetBSD: distinfo,v 1.38 2018/07/09 06:34:28 adam Exp $
 
-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 (Cython-0.28.4.tar.gz) = b965c1efa2236fb57470d749438f22fbe1a23b53
+RMD160 (Cython-0.28.4.tar.gz) = be04f8cde12fb1227a9902fe0bde4f4bd86385fe
+SHA512 (Cython-0.28.4.tar.gz) = 67d2da2d776fc02193cfe98c8942e93905ec5e30bf4e0f9d5c965d930a034936d4c29c8248fccefff5db6d4dee054ec854994bea63fa3f64ff65df7550997c29
+Size (Cython-0.28.4.tar.gz) = 1880943 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da



Home | Main Index | Thread Index | Old Index