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 Jun 25 05:09:44 UTC 2026

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

Log Message:
py-cython: updated to 3.2.6

3.2.6 (2026-06-24)

Bugs fixed

* ``@functools.wraps()`` was broken in Py3.14+ for Cython compiled functions.

* A double-free in the t-string code was fixed.

* The ``-`` operator declarations for iterators in ``libcpp.vector`` we corrected.

* The shared utility code module no longer uses a temporary file path that
  changed the C code on each generation.

* On 32 bit platforms, cached constants are no longer made immortal during module import.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.97 -r1.98 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.116 pkgsrc/devel/py-cython/Makefile:1.117
--- pkgsrc/devel/py-cython/Makefile:1.116       Sun May 24 05:44:11 2026
+++ pkgsrc/devel/py-cython/Makefile     Thu Jun 25 05:09:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2026/05/24 05:44:11 adam Exp $
+# $NetBSD: Makefile,v 1.117 2026/06/25 05:09:44 adam Exp $
 
-DISTNAME=      cython-3.2.5
+DISTNAME=      cython-3.2.6
 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.97 pkgsrc/devel/py-cython/distinfo:1.98
--- pkgsrc/devel/py-cython/distinfo:1.97        Sun May 24 05:44:11 2026
+++ pkgsrc/devel/py-cython/distinfo     Thu Jun 25 05:09:44 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.97 2026/05/24 05:44:11 adam Exp $
+$NetBSD: distinfo,v 1.98 2026/06/25 05:09:44 adam Exp $
 
-BLAKE2s (cython-3.2.5.tar.gz) = 646ab739269897d4414ce2cc2a2ab9dde12e33f8fae2ebc0a3d8470fc3c3fd70
-SHA512 (cython-3.2.5.tar.gz) = d11feb71bf2dbbbdffcac3e71e28eaa4d2583431f24e1722df4c0ab3fc33afc763ba4468e3bc7b8620b6d486357b8aa85dee248a195570329648c6b84312657a
-Size (cython-3.2.5.tar.gz) = 3286381 bytes
+BLAKE2s (cython-3.2.6.tar.gz) = 38ff252c8f1cc2a909afb8ad2d94c88d1ea425fafcf5517a92f3a83b875dd5c9
+SHA512 (cython-3.2.6.tar.gz) = 85940b6313ceb83c06f2ddb67bfc5dfd7dc7957503cea2b68362eb71a0e594976bf86032b24a4db713c991bb7eae7cd31f6bb90b58449b0b36cff2423f954931
+Size (cython-3.2.6.tar.gz) = 3286970 bytes
 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
 SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5



Home | Main Index | Thread Index | Old Index