pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-cython py-cython: updated to 0.29.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7661af42e8b3
branches:  trunk
changeset: 374855:7661af42e8b3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 01 09:59:12 2022 +0000

description:
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.

diffstat:

 devel/py-cython/Makefile |  4 ++--
 devel/py-cython/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r c792d7af3ffb -r 7661af42e8b3 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Tue Mar 01 09:50:13 2022 +0000
+++ b/devel/py-cython/Makefile  Tue Mar 01 09:59:12 2022 +0000
@@ -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/}
diff -r c792d7af3ffb -r 7661af42e8b3 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Tue Mar 01 09:50:13 2022 +0000
+++ b/devel/py-cython/distinfo  Tue Mar 01 09:59:12 2022 +0000
@@ -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