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:           Tue Mar  1 09:59:12 UTC 2022

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

Log Message:
py-cython: updated to 0.29.28

0.29.28 (2022-02-17)
====================

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

* Due to backwards incompatible changes in CPython 3.11a4, the feature flags
  ``CYTHON_FAST_THREAD_STATE`` and ``CYTHON_USE_EXC_INFO_STACK`` are now disabled
  in Python 3.11 and later.  They are enabled again in Cython 3.0.
  Patch by David Woods.

* A C compiler warning in older PyPy versions was resolved.
  Patch by Matti Picus.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.69 -r1.70 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.77 pkgsrc/devel/py-cython/Makefile:1.78
--- pkgsrc/devel/py-cython/Makefile:1.77        Mon Jan 31 11:24:04 2022
+++ pkgsrc/devel/py-cython/Makefile     Tue Mar  1 09:59:12 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2022/01/31 11:24:04 adam Exp $
+# $NetBSD: Makefile,v 1.78 2022/03/01 09:59:12 adam Exp $
 
-DISTNAME=      Cython-0.29.27
+DISTNAME=      Cython-0.29.28
 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.69 pkgsrc/devel/py-cython/distinfo:1.70
--- pkgsrc/devel/py-cython/distinfo:1.69        Mon Jan 31 11:24:04 2022
+++ pkgsrc/devel/py-cython/distinfo     Tue Mar  1 09:59:12 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.69 2022/01/31 11:24:04 adam Exp $
+$NetBSD: distinfo,v 1.70 2022/03/01 09:59:12 adam Exp $
 
-BLAKE2s (Cython-0.29.27.tar.gz) = 6983dcfd46bbdca285054c8c0e869be53c800408e04a21418084f9219db1eaa0
-SHA512 (Cython-0.29.27.tar.gz) = ac0e57ee89c4f3c7113799336ab102e8dfe3799c752f46912b6aa9487f1fc294a677c8ad9c7c3ad1d1baa6c0b0d3f6fd0aefbde73c5d3d95cde982dfc0e31dcb
-Size (Cython-0.29.27.tar.gz) = 2081166 bytes
+BLAKE2s (Cython-0.29.28.tar.gz) = ca69a12d41e74deac25e5a3e2e2887158313c42a66d24b54fc2c5c31943df057
+SHA512 (Cython-0.29.28.tar.gz) = cff0125d64596955acc20ec28cbeeb8e186b383fcba380d77991225f943dc64cd498bc09f441cec04c56d808b194fa181a760fd9f5f9d7890829de666ec37c77
+Size (Cython-0.29.28.tar.gz) = 2081368 bytes
 SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666
 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9
 SHA1 (patch-runtests.py) = 18e970afd950efa2ec5631c0d747ffaee68be2a1



Home | Main Index | Thread Index | Old Index