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:           Mon Oct 20 17:09:26 UTC 2025

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

Log Message:
py-cython: updated to 3.1.5

3.1.5 (2025-01-19)

Bugs fixed

* Conversion from C++ strings longer than ``PY_SSIZE_T_MAX`` did not validate the length.
* Some non-Limited API code was incorrectly used in generated header files.
* Optimised unpacking of Python integers in expressions uses a slightly safer scheme.
* Empty return statements were not always reported when tracing.
* Value conversion errors when tracing C return statements no longer fail the trace
  but fall back to reporting ``None`` returns instead.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.89 -r1.90 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.108 pkgsrc/devel/py-cython/Makefile:1.109
--- pkgsrc/devel/py-cython/Makefile:1.108       Thu Oct  9 07:57:30 2025
+++ pkgsrc/devel/py-cython/Makefile     Mon Oct 20 17:09:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2025/10/09 07:57:30 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2025/10/20 17:09:26 adam Exp $
 
-DISTNAME=      cython-3.1.4
+DISTNAME=      cython-3.1.5
 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.89 pkgsrc/devel/py-cython/distinfo:1.90
--- pkgsrc/devel/py-cython/distinfo:1.89        Sun Sep 21 15:39:55 2025
+++ pkgsrc/devel/py-cython/distinfo     Mon Oct 20 17:09:26 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.89 2025/09/21 15:39:55 wiz Exp $
+$NetBSD: distinfo,v 1.90 2025/10/20 17:09:26 adam Exp $
 
-BLAKE2s (cython-3.1.4.tar.gz) = 35d6e19f10c94f258bfd2151cf3576f8107a0f02e0094e552c1b6b3690f5be0a
-SHA512 (cython-3.1.4.tar.gz) = dd524d7de59f949a8bac1cb944a7a2b4eb26b13107db4fd6f9af000d5af18dd08ac5768253721e3513f5b4c1593fdd8cf055f4ffc17d541b2b90ca461522e8f1
-Size (cython-3.1.4.tar.gz) = 3190778 bytes
+BLAKE2s (cython-3.1.5.tar.gz) = 14252f5f621a403f3c9d9295e9a32c3372908a8925d4d61b1c0ee07b3fdf664a
+SHA512 (cython-3.1.5.tar.gz) = cff0cebd3b72b47f92a0bb8f77e564655a966ee58442b7fe76db2263b8b0d5b3636bfb0a561b1f27fd10cfd113e52388b32971bea66f4d2cb6dbf8580465b873
+Size (cython-3.1.5.tar.gz) = 3192050 bytes
 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
 SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5



Home | Main Index | Thread Index | Old Index