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:           Thu Nov 13 06:08:41 UTC 2025

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

Log Message:
py-cython: updated to 3.2.1

3.2.1 (2025-11-12)
==================

Features added
--------------

* Cython now leaves markers about its utility code dependencies in the generated C code
  to help debugging "unused function" C compiler warnings.
  (Github issue :issue:`7294`)

Bugs fixed
----------

* Relative imports could fail if the shared utility module is used.
  This bug was introduces in Cython 3.2.0.
  (Github issue :issue:`7290`)

* Under lock congestion, acquiring the GIL could crash in Python 3.11.
  This bug was introduces in Cython 3.2.0.
  (Github issue :issue:`7312`)

* Using the shared utility module left an unused C function in user modules with memoryviews.
  To make debugging this kind of issue easier, Cython now leaves "used by …" markers in the
  generated C files that indicate why a specific piece of utility code was included.
  This bug was introduces in Cython 3.2.0.
  (Github issue :issue:`7293`)

* Code using the pre-import scope failed with an undefined name.
  This bug was introduces in Cython 3.2.0.
  (Github issue :issue:`7304`)

* Includes all fixes as of Cython 3.1.7.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.92 -r1.93 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.111 pkgsrc/devel/py-cython/Makefile:1.112
--- pkgsrc/devel/py-cython/Makefile:1.111       Mon Nov 10 09:30:14 2025
+++ pkgsrc/devel/py-cython/Makefile     Thu Nov 13 06:08:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2025/11/10 09:30:14 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2025/11/13 06:08:41 adam Exp $
 
-DISTNAME=      cython-3.2.0
+DISTNAME=      cython-3.2.1
 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.92 pkgsrc/devel/py-cython/distinfo:1.93
--- pkgsrc/devel/py-cython/distinfo:1.92        Mon Nov 10 09:30:14 2025
+++ pkgsrc/devel/py-cython/distinfo     Thu Nov 13 06:08:41 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.92 2025/11/10 09:30:14 wiz Exp $
+$NetBSD: distinfo,v 1.93 2025/11/13 06:08:41 adam Exp $
 
-BLAKE2s (cython-3.2.0.tar.gz) = 79d332c83c20a4d0c3ae3265cb0da713855f85844adfb52beaee7d36e3121707
-SHA512 (cython-3.2.0.tar.gz) = 902f8389792bfa7937f5e1c024a537561e7e0367d1e6e6eefa84ebc25e961968e95bda5095b1cf2b26e994b4b14c0a039b97df80066620c166368a3f0ebd7f4b
-Size (cython-3.2.0.tar.gz) = 3267264 bytes
+BLAKE2s (cython-3.2.1.tar.gz) = 15f4b123bd94c8b3651452ef8af2f7b233a312451dac1f3a134e34280af59d02
+SHA512 (cython-3.2.1.tar.gz) = b6f64b2c32c355a9c5a3586fdea768ad1924cb4b421d4395d443dadc1cf06e2fe4f3f85d237789eb0a68c9857750cbefefb022475ed7f3d8787551bea3d2fb7d
+Size (cython-3.2.1.tar.gz) = 3270455 bytes
 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
 SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5



Home | Main Index | Thread Index | Old Index