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: Wed Jan 10 20:37:34 UTC 2024
Modified Files:
pkgsrc/devel/py-cython: Makefile PLIST distinfo
Log Message:
py-cython: updated to 3.0.8
3.0.8 (2024-01-10)
Bugs fixed
* Using ``const`` together with defined fused types could fail to compile.
* A "use after free" bug was fixed in parallel sections.
* Several types were not available as ``cython.*`` types in pure Python code.
* The generated code is now correct C89 again, removing some C++ style ``//`` comments
and C99-style declaration-after-code code ordering. This is still relevant for some
ols C compilers, specifically ones that match old Python 2.7 installations.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-cython/PLIST
cvs rdiff -u -r1.79 -r1.80 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.89 pkgsrc/devel/py-cython/Makefile:1.90
--- pkgsrc/devel/py-cython/Makefile:1.89 Fri Dec 29 21:22:57 2023
+++ pkgsrc/devel/py-cython/Makefile Wed Jan 10 20:37:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2023/12/29 21:22:57 adam Exp $
+# $NetBSD: Makefile,v 1.90 2024/01/10 20:37:34 adam Exp $
-DISTNAME= Cython-3.0.7
+DISTNAME= Cython-3.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/}
Index: pkgsrc/devel/py-cython/PLIST
diff -u pkgsrc/devel/py-cython/PLIST:1.30 pkgsrc/devel/py-cython/PLIST:1.31
--- pkgsrc/devel/py-cython/PLIST:1.30 Sun Nov 26 14:16:48 2023
+++ pkgsrc/devel/py-cython/PLIST Wed Jan 10 20:37:34 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2023/11/26 14:16:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2024/01/10 20:37:34 adam Exp $
bin/cygdb-${PYVERSSUFFIX}
bin/cython-${PYVERSSUFFIX}
bin/cythonize-${PYVERSSUFFIX}
@@ -489,6 +489,9 @@ ${PYSITELIB}/Cython/Tests/TestCythonUtil
${PYSITELIB}/Cython/Tests/TestJediTyper.py
${PYSITELIB}/Cython/Tests/TestJediTyper.pyc
${PYSITELIB}/Cython/Tests/TestJediTyper.pyo
+${PYSITELIB}/Cython/Tests/TestShadow.py
+${PYSITELIB}/Cython/Tests/TestShadow.pyc
+${PYSITELIB}/Cython/Tests/TestShadow.pyo
${PYSITELIB}/Cython/Tests/TestStringIOTree.py
${PYSITELIB}/Cython/Tests/TestStringIOTree.pyc
${PYSITELIB}/Cython/Tests/TestStringIOTree.pyo
Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.79 pkgsrc/devel/py-cython/distinfo:1.80
--- pkgsrc/devel/py-cython/distinfo:1.79 Fri Dec 29 21:22:57 2023
+++ pkgsrc/devel/py-cython/distinfo Wed Jan 10 20:37:34 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.79 2023/12/29 21:22:57 adam Exp $
+$NetBSD: distinfo,v 1.80 2024/01/10 20:37:34 adam Exp $
-BLAKE2s (Cython-3.0.7.tar.gz) = da3f50a85e96b5f8c105cba70ae92a038a558321dd2371e439572d82f9a133b5
-SHA512 (Cython-3.0.7.tar.gz) = 52d4d824779ff2765c85527a11abc20e08b8ff90a7d4ae23ec47e6697c0bdef07909764ff81577d3c86cf2da519cc7982133d9846fe16e4524be4d79cffde3e9
-Size (Cython-3.0.7.tar.gz) = 2741910 bytes
+BLAKE2s (Cython-3.0.8.tar.gz) = ccd9d3ed7fc7c09ad32bccd12ff885c40df6d5a0bb52cc9b86fd4c061ff2b65e
+SHA512 (Cython-3.0.8.tar.gz) = 83da718f0989e51ebd068b7ec488ce8e5f44f2bc81ec05e3931f56a8f6bb3e43f9bf5e3d722f23c53704617776c068d3fde8bb23abbe269a9324244f70c46680
+Size (Cython-3.0.8.tar.gz) = 2744096 bytes
SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5
Home |
Main Index |
Thread Index |
Old Index