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: Fri Jul 24 12:45:21 UTC 2026
Modified Files:
pkgsrc/devel/py-cython: Makefile distinfo
Log Message:
py-cython: updated to 3.2.9
3.2.9 (2026-07-23)
Bugs fixed
* Indexing into freshly created lists with an out-of-bounds index could crash.
* Function arguments with default values could end up uninitialised in closures, leading to crashes.
* ``bytearray.append(None)`` could crash. The optimised code was also lacking concurrency guards.
* Some rare corner cases when concatenating text strings were resolved.
* Assignments of builtin string types to typedefs of `object` could erroneously be rejected.
* Subscripting ``type`` failed with a ``TypeError``.
* Manually disabling ``CYTHON_VECTORCALL`` in CPython could lead to invalid C code.
* Some internal Limited API version checks for Py3.12 were corrected.
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.99 -r1.100 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.119 pkgsrc/devel/py-cython/Makefile:1.120
--- pkgsrc/devel/py-cython/Makefile:1.119 Tue Jun 30 09:44:07 2026
+++ pkgsrc/devel/py-cython/Makefile Fri Jul 24 12:45:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2026/06/30 09:44:07 adam Exp $
+# $NetBSD: Makefile,v 1.120 2026/07/24 12:45:21 adam Exp $
-DISTNAME= cython-3.2.8
+DISTNAME= cython-3.2.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/}
Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.99 pkgsrc/devel/py-cython/distinfo:1.100
--- pkgsrc/devel/py-cython/distinfo:1.99 Tue Jun 30 09:44:07 2026
+++ pkgsrc/devel/py-cython/distinfo Fri Jul 24 12:45:21 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.99 2026/06/30 09:44:07 adam Exp $
+$NetBSD: distinfo,v 1.100 2026/07/24 12:45:21 adam Exp $
-BLAKE2s (cython-3.2.8.tar.gz) = a1014f86b8a8cdef5445d5e76c492b1f8b4e5c5609cb643f79b5090ac498a01f
-SHA512 (cython-3.2.8.tar.gz) = 19807bc7a956325c642206debdd32c8c234aaeb79bb9b9b79adfdea51a65150203e32b3ac2a952371e57600ba06656c2734b2f401f2c986813bc73227069a853
-Size (cython-3.2.8.tar.gz) = 3290300 bytes
+BLAKE2s (cython-3.2.9.tar.gz) = 21f9f7e545087bc91e4946c622d6367d39c62ee01e700efc7589fc10fd468ada
+SHA512 (cython-3.2.9.tar.gz) = 5592d4eca3c522628082a695c514627e12b933cb761be77c97da9dda0dafdc44b16ea6ceb18a773ac32173c96e6150d06fa1d61b99d8f85d0fdc367e105b6bb1
+Size (cython-3.2.9.tar.gz) = 3293493 bytes
SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5
Home |
Main Index |
Thread Index |
Old Index