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:           Thu Jul  9 07:21:45 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-cython/PLIST
cvs rdiff -u -r1.60 -r1.61 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.68 pkgsrc/devel/py-cython/Makefile:1.69
--- pkgsrc/devel/py-cython/Makefile:1.68        Thu Jun 11 08:02:35 2020
+++ pkgsrc/devel/py-cython/Makefile     Thu Jul  9 07:21:45 2020
@@ -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/}

Index: pkgsrc/devel/py-cython/PLIST
diff -u pkgsrc/devel/py-cython/PLIST:1.26 pkgsrc/devel/py-cython/PLIST:1.27
--- pkgsrc/devel/py-cython/PLIST:1.26   Fri Apr  3 16:19:12 2020
+++ pkgsrc/devel/py-cython/PLIST        Thu Jul  9 07:21:45 2020
@@ -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/TestP
 ${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

Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.60 pkgsrc/devel/py-cython/distinfo:1.61
--- pkgsrc/devel/py-cython/distinfo:1.60        Thu Jun 11 08:02:35 2020
+++ pkgsrc/devel/py-cython/distinfo     Thu Jul  9 07:21:45 2020
@@ -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