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 Feb 18 16:44:22 UTC 2020

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

Log Message:
py-cython: updated to 0.29.15

0.29.15:
* Crash when returning a temporary Python object from an async-def function.
* Crash when using ``**kwargs`` in generators.
* Double reference free in ``__class__`` cell handling for ``super()`` calls.
* Compile error when using ``*args`` as Python class bases.
* Import failure in IPython 7.11.
* Fixed C name collision in the auto-pickle code.
* Deprecated import failed in Python 3.9.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.54 -r1.55 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.62 pkgsrc/devel/py-cython/Makefile:1.63
--- pkgsrc/devel/py-cython/Makefile:1.62        Wed Dec 11 20:20:23 2019
+++ pkgsrc/devel/py-cython/Makefile     Tue Feb 18 16:44:22 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2019/12/11 20:20:23 adam Exp $
+# $NetBSD: Makefile,v 1.63 2020/02/18 16:44:22 adam Exp $
 
-DISTNAME=      Cython-0.29.14
-PKGREVISION=   1
+DISTNAME=      Cython-0.29.15
 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.54 pkgsrc/devel/py-cython/distinfo:1.55
--- pkgsrc/devel/py-cython/distinfo:1.54        Wed Dec 11 20:20:23 2019
+++ pkgsrc/devel/py-cython/distinfo     Tue Feb 18 16:44:22 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2019/12/11 20:20:23 adam Exp $
+$NetBSD: distinfo,v 1.55 2020/02/18 16:44:22 adam Exp $
 
-SHA1 (Cython-0.29.14.tar.gz) = f86f2dddde3cc7499cb47d48c0ab98026493d5a8
-RMD160 (Cython-0.29.14.tar.gz) = 5c056cdded1fa2626705be3d1fcb289a9a72bd34
-SHA512 (Cython-0.29.14.tar.gz) = 50e9a11593e44539a14fd505427dfcbbc3783585d079eb2314832f6852e415a151130e6ee3aa790c3e3ae5b77e64cf920e62d55b57fc1157e535286b170775df
-Size (Cython-0.29.14.tar.gz) = 2053456 bytes
+SHA1 (Cython-0.29.15.tar.gz) = ee7d629b58560e2bff9e4df879527477c2d9286e
+RMD160 (Cython-0.29.15.tar.gz) = 091eb38ea5a9197b9da8d320a8974ac5f68deff4
+SHA512 (Cython-0.29.15.tar.gz) = dcf12ddc89e12fbae7351dbff9e508490d4247214bf4d0a996f2bed9956e47b7d53241d94575e3784a58a8ef38c28d9e7862193f132ba8b775ee16fb27707f0b
+Size (Cython-0.29.15.tar.gz) = 2054713 bytes
 SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48



Home | Main Index | Thread Index | Old Index