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 May 19 14:14:45 UTC 2025

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

Log Message:
py-cython: updated to 3.1.1

3.1.1 (2025-05-19)

Bugs fixed

* A reference leak in the async delegation code was fixed.
* Conditional if-else expressions mixing Python and C (numeric) types could end up
  inferring an overly tight result type, thus leading to unexpected type conversions,
  runtime exceptions on assignment, or incorrect "temporary assignment" compile errors.
* Some Limited API issues were resolved.
* Large C ``long long`` values could be truncated when passed into PyPy.
* ``callable()`` incorrectly reported ``False`` in PyPy for classes with metaclasses.
* The signature of fused functions was no longer introspectable in Cython 3.1.0.
* Coroutines could generate invalid C with line tracing enabled.
* Code using ``complex()`` could generate invalid C code missing type declarations.
* Code using e.g. ``list[int | None]``  outside of variable/argument annotations failed to compile.
* Code using ctuples in a ``const`` context could generate invalid C.
* Accessing special methods on cpdef enums failed to compile.
* Some C compiler warnings were resolved.
* Re-establish support for PyPy 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.85 -r1.86 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.102 pkgsrc/devel/py-cython/Makefile:1.103
--- pkgsrc/devel/py-cython/Makefile:1.102       Sun May 11 10:28:25 2025
+++ pkgsrc/devel/py-cython/Makefile     Mon May 19 14:14:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2025/05/11 10:28:25 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2025/05/19 14:14:44 adam Exp $
 
-DISTNAME=      cython-3.1.0
+DISTNAME=      cython-3.1.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.85 pkgsrc/devel/py-cython/distinfo:1.86
--- pkgsrc/devel/py-cython/distinfo:1.85        Sun May 11 10:28:26 2025
+++ pkgsrc/devel/py-cython/distinfo     Mon May 19 14:14:44 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.85 2025/05/11 10:28:26 wiz Exp $
+$NetBSD: distinfo,v 1.86 2025/05/19 14:14:44 adam Exp $
 
-BLAKE2s (cython-3.1.0.tar.gz) = 90cbfcc66bf2d3c6c453855be942885c1451d87263a3310c27120eea942bd23c
-SHA512 (cython-3.1.0.tar.gz) = 94bbf2d020785a24828e9f5516515d11926bc3511074e5ea780db30d0b8dde332d52adb950dbdca4767ba86d5e7630549efc442e73269d2c4c91ac4844a69a14
-Size (cython-3.1.0.tar.gz) = 3181017 bytes
+BLAKE2s (cython-3.1.1.tar.gz) = 2c6415576244b55f00415c90300d7441d519816dbee0c0b23e4926cb490cfd4b
+SHA512 (cython-3.1.1.tar.gz) = 5c64b5d280b234d93d02e91ab22567342350671c605df30a3ac7b41b64e0605eb0aef7bc721f68d35d6048085eaa392cb0a803df32ca902e51e2009c987d962e
+Size (cython-3.1.1.tar.gz) = 3175446 bytes
 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
 SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5



Home | Main Index | Thread Index | Old Index