Source-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.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd3d947cd39c
branches:  trunk
changeset: 435544:fd3d947cd39c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 09 07:21:45 2020 +0000

description:
py-cython: updated to 0.29.21

0.29.21
=======

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

* Fix a regression in 0.29.20 where ``__div__`` failed to be found in extension types.

* Fix a regression in 0.29.20 where a call inside of a finally clause could fail to compile.

* Zero-sized buffers could fail to validate as C/Fortran-contiguous.

* ``exec()`` did not allow recent Python syntax features in Py3.8+ due to
  https://bugs.python.org/issue35975.

* Binding staticmethods of Cython functions were not behaving like Python methods in Py3.

* Pythran calls to NumPy methods no longer generate useless method lookup code.

* The ``PyUnicode_GET_LENGTH()`` macro was missing from the ``cpython.*`` declarations.

* The deprecated ``PyUnicode_*()`` C-API functions are no longer used, except for Unicode
  strings that contain lone surrogates.  Unicode strings that contain non-BMP characters
  or surrogate pairs now generate different C code on 16-bit Python 2.x Unicode deployments
  (such as MS-Windows).  Generating the C code on Python 3.x is recommended in this case.

* Some template parameters were missing from the C++ ``std::unordered_map`` declaration.

* Several internal code generation issues regarding temporary variables were resolved.

diffstat:

 devel/py-cython/Makefile |   4 ++--
 devel/py-cython/PLIST    |   5 ++++-
 devel/py-cython/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 80cbefe6a632 -r fd3d947cd39c devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Thu Jul 09 00:47:40 2020 +0000
+++ b/devel/py-cython/Makefile  Thu Jul 09 07:21:45 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2020/06/11 08:02:35 adam Exp $
+# $NetBSD: Makefile,v 1.69 2020/07/09 07:21:45 adam Exp $
 
-DISTNAME=      Cython-0.29.20
+DISTNAME=      Cython-0.29.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}
diff -r 80cbefe6a632 -r fd3d947cd39c devel/py-cython/PLIST
--- a/devel/py-cython/PLIST     Thu Jul 09 00:47:40 2020 +0000
+++ b/devel/py-cython/PLIST     Thu Jul 09 07:21:45 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/04/03 16:19:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/07/09 07:21:45 adam Exp $
 bin/cygdb-${PYVERSSUFFIX}
 bin/cython-${PYVERSSUFFIX}
 bin/cythonize-${PYVERSSUFFIX}
@@ -172,6 +172,9 @@
 ${PYSITELIB}/Cython/Compiler/Tests/TestSignatureMatching.py
 ${PYSITELIB}/Cython/Compiler/Tests/TestSignatureMatching.pyc
 ${PYSITELIB}/Cython/Compiler/Tests/TestSignatureMatching.pyo
+${PYSITELIB}/Cython/Compiler/Tests/TestStringEncoding.py
+${PYSITELIB}/Cython/Compiler/Tests/TestStringEncoding.pyc
+${PYSITELIB}/Cython/Compiler/Tests/TestStringEncoding.pyo
 ${PYSITELIB}/Cython/Compiler/Tests/TestTreeFragment.py
 ${PYSITELIB}/Cython/Compiler/Tests/TestTreeFragment.pyc
 ${PYSITELIB}/Cython/Compiler/Tests/TestTreeFragment.pyo
diff -r 80cbefe6a632 -r fd3d947cd39c devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Thu Jul 09 00:47:40 2020 +0000
+++ b/devel/py-cython/distinfo  Thu Jul 09 07:21:45 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2020/06/11 08:02:35 adam Exp $
+$NetBSD: distinfo,v 1.61 2020/07/09 07:21:45 adam Exp $
 
-SHA1 (Cython-0.29.20.tar.gz) = 695704d96f18451f05a709fcb2eb616636ed6a87
-RMD160 (Cython-0.29.20.tar.gz) = dc0ffc38ddaf861d6eab2758e488b1175f6400b7
-SHA512 (Cython-0.29.20.tar.gz) = 600d879171dd70a10ff652fa660d5290fb59d8978c9c1600776c083a4080369ad233ccc1cb82a765abe7bc82d6e85321bb8020769ed792cd8b3a97f51662513f
-Size (Cython-0.29.20.tar.gz) = 2065748 bytes
+SHA1 (Cython-0.29.21.tar.gz) = 3aafce4489a7bc7a48c843cdfb8dac4677fdac50
+RMD160 (Cython-0.29.21.tar.gz) = 7cb8cb7d1fc4a8ec74ebbfc800bdc413b9c36771
+SHA512 (Cython-0.29.21.tar.gz) = 6216e63996e83b887cdcee6cd912d42e7da853640336b9190f5115d687848a902ee5a8edd6bfaef645c066b89e17dcd80ca1387688eb80a527ec23a0a4636e8f
+Size (Cython-0.29.21.tar.gz) = 2067355 bytes
 SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48



Home | Main Index | Thread Index | Old Index