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.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb371ba5ef4
branches:  trunk
changeset: 770697:adb371ba5ef4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 07 09:44:13 2021 +0000

description:
py-cython: updated to 0.29.25

0.29.25
=======

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

* Several incompatibilities with CPython 3.11 were resolved.

* Some C compiler warnings were resolved.

* C++ ``std::move()`` should only be used automatically in MSVC versions that support it.

 * The ``Py_hash_t`` type failed to accept arbitrary "index" values.

* Avoid copying unaligned 16-bit values since some platforms require them to be aligned.
  Use memcpy() instead to let the C compiler decide how to do it.

* Cython crashed on invalid truthiness tests on C++ types without ``operator bool``.
  Patch by David Woods.

* The declaration of ``PyUnicode_CompareWithASCIIString()`` in ``cpython.unicode`` was incorrect.

diffstat:

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

diffs (28 lines):

diff -r 044a598feb73 -r adb371ba5ef4 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Tue Dec 07 09:43:17 2021 +0000
+++ b/devel/py-cython/Makefile  Tue Dec 07 09:44:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2021/07/14 08:07:26 adam Exp $
+# $NetBSD: Makefile,v 1.73 2021/12/07 09:44:13 adam Exp $
 
-DISTNAME=      Cython-0.29.24
+DISTNAME=      Cython-0.29.25
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}
diff -r 044a598feb73 -r adb371ba5ef4 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Tue Dec 07 09:43:17 2021 +0000
+++ b/devel/py-cython/distinfo  Tue Dec 07 09:44:13 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.66 2021/10/26 10:18:21 nia Exp $
+$NetBSD: distinfo,v 1.67 2021/12/07 09:44:13 adam Exp $
 
-BLAKE2s (Cython-0.29.24.tar.gz) = 6f9292d598f06f1530389dbdc667e5649ea817580e1532f48b57e0da829290d5
-SHA512 (Cython-0.29.24.tar.gz) = d8baa0c70c6f1159d4ce9b039739733af5723e3df4cc2637c8526d036d26ce35fe20491c43d8b4cc87e8d9b5e0b4bdd3181b6c9c0fc0de6a0215bf38e28794f4
-Size (Cython-0.29.24.tar.gz) = 2076225 bytes
+BLAKE2s (Cython-0.29.25.tar.gz) = db28e37ec42a50122f9654634906e0068058c07101475a495adbd1eec5bcb303
+SHA512 (Cython-0.29.25.tar.gz) = 82c81e7b06875955801f448608d1ec05207df887e6a2cb3484ca54693c2a806d08919fde7dd41710b3d446b017d97c6cdc7e8ecbd7094515584c50651e128ad9
+Size (Cython-0.29.25.tar.gz) = 2079062 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