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:           Sun Dec 14 08:39:09 UTC 2025

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

Log Message:
py-cython: updated to 3.2.3

3.2.3 (2025-12-14)

Features added

* The C-API declarations were updated to include the new ``PyList_*()`` functions.

* The ``Py_mod_gil`` module setting can now be changed with a C macro, overriding
  the ``freethreading_compatible`` directive setting.

Bugs fixed

* t-strings lost the last element when compiled for the Limited API.

* The ``array.data`` property of the ``cpython.array`` declarations generated a
  useless exception check that degraded its use in ``nogil`` code.

* Parallel builds with the ``cythonize`` command could request more processes
  than allowed by the platform, thus failing the build.

* A minor thread sanitizer issue was resolved.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.94 -r1.95 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.113 pkgsrc/devel/py-cython/Makefile:1.114
--- pkgsrc/devel/py-cython/Makefile:1.113       Sun Nov 30 19:58:20 2025
+++ pkgsrc/devel/py-cython/Makefile     Sun Dec 14 08:39:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2025/11/30 19:58:20 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2025/12/14 08:39:09 adam Exp $
 
-DISTNAME=      cython-3.2.2
+DISTNAME=      cython-3.2.3
 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.94 pkgsrc/devel/py-cython/distinfo:1.95
--- pkgsrc/devel/py-cython/distinfo:1.94        Sun Nov 30 19:58:20 2025
+++ pkgsrc/devel/py-cython/distinfo     Sun Dec 14 08:39:09 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.94 2025/11/30 19:58:20 wiz Exp $
+$NetBSD: distinfo,v 1.95 2025/12/14 08:39:09 adam Exp $
 
-BLAKE2s (cython-3.2.2.tar.gz) = 5ad33650da153d4331783f89966fdc53b035ae2e68d19b756dc0dad94a355a63
-SHA512 (cython-3.2.2.tar.gz) = 788c05b4e2dcc5ae3f6ecfbb6a5e4bfa5c19afdfe3047ed5a34be994c7d81f165b4ee0a162c349ab2ff0912380fc2836e98e442d93ac6522f75e63a5c3522d27
-Size (cython-3.2.2.tar.gz) = 3275797 bytes
+BLAKE2s (cython-3.2.3.tar.gz) = 15b47fb47c6a42e4394135c63ca86b2edd3ee169b278cae76c5cfa4fd9368038
+SHA512 (cython-3.2.3.tar.gz) = 00bf2244da9c544fd3ea110cd1ab2aeadeb7e1df16fff4fdc926b90759c75f312c11171513d55dad6b5489f77c7c462905b789242641d6d6807b172db1a57b87
+Size (cython-3.2.3.tar.gz) = 3276650 bytes
 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
 SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5



Home | Main Index | Thread Index | Old Index