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: Fri Dec 29 21:22:57 UTC 2023
Modified Files:
pkgsrc/devel/py-cython: Makefile distinfo
Log Message:
py-cython: updated to 3.0.7
3.0.7 (2023-12-19)
==================
Bugs fixed
----------
* In the iterator of generator expressions, ``await`` and ``yield`` were not correctly analysed.
(Github issue :issue:`5851`)
* ``cpdef`` enums with the same name cimported from different modules could lead to
invalid C code.
(Github issue :issue:`5887`)
* Some declarations in ``cpython.unicode`` were fixed and extended.
(Github issue :issue:`5902`)
* Compiling fused types used in pxd files could crash Cython in Python 3.11+.
(Github issues :issue:`5894`, :issue:`5588`)
* Source files with non-ASCII file names could crash Cython.
(Github issue :issue:`5873`)
* Includes all bug-fixes and features from the 0.29 maintenance branch
up to the :ref:`0.29.37` release.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.78 -r1.79 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.88 pkgsrc/devel/py-cython/Makefile:1.89
--- pkgsrc/devel/py-cython/Makefile:1.88 Sun Nov 26 14:16:48 2023
+++ pkgsrc/devel/py-cython/Makefile Fri Dec 29 21:22:57 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2023/11/26 14:16:48 adam Exp $
+# $NetBSD: Makefile,v 1.89 2023/12/29 21:22:57 adam Exp $
-DISTNAME= Cython-3.0.6
+DISTNAME= Cython-3.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/}
Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.78 pkgsrc/devel/py-cython/distinfo:1.79
--- pkgsrc/devel/py-cython/distinfo:1.78 Sun Nov 26 14:16:48 2023
+++ pkgsrc/devel/py-cython/distinfo Fri Dec 29 21:22:57 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.78 2023/11/26 14:16:48 adam Exp $
+$NetBSD: distinfo,v 1.79 2023/12/29 21:22:57 adam Exp $
-BLAKE2s (Cython-3.0.6.tar.gz) = 6b3e8fdc940cec3762c8e34a78ce85051b66916b1539ce0331d15d7aaf0358d8
-SHA512 (Cython-3.0.6.tar.gz) = 7cd0df8d4367c8ac9891331fac7d0975d3b4bd4a740ca9744976001d9a393c64f38d093593aac60842f35790f2532b5343b1415c2377cf477fee66c56bf4de69
-Size (Cython-3.0.6.tar.gz) = 2740354 bytes
+BLAKE2s (Cython-3.0.7.tar.gz) = da3f50a85e96b5f8c105cba70ae92a038a558321dd2371e439572d82f9a133b5
+SHA512 (Cython-3.0.7.tar.gz) = 52d4d824779ff2765c85527a11abc20e08b8ff90a7d4ae23ec47e6697c0bdef07909764ff81577d3c86cf2da519cc7982133d9846fe16e4524be4d79cffde3e9
+Size (Cython-3.0.7.tar.gz) = 2741910 bytes
SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
SHA1 (patch-runtests.py) = b955b089d284f638eb5de85878204c084c550ef5
Home |
Main Index |
Thread Index |
Old Index