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:           Sat Nov 24 15:33:06 UTC 2018

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

Log Message:
py-cython: updated to 0.29.1

0.29.1:

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

* Extensions compiled with MinGW-64 under Windows could misinterpret integer
  objects larger than 15 bit and return incorrect results.

* Cython no longer requires the source to be writable when copying its data
  into a memory view slice.

* Line tracing of try-statements generated invalid C code.

* When using the warn.undeclared directive, Cython's own code generated
  warnings that are now fixed.

* Cython's memoryviews no longer require strides for setting the shape field
  but only the PyBUF_ND flag to be set.

* Some C compiler warnings about unused memoryview code were fixed.

* A C compiler warning about implicit signed/unsigned conversion was fixed.

* Assignments to C++ references returned by operator[] could fail to compile.

* The power operator and the support for NumPy math functions were fixed
  in Pythran expressions.

* Signatures with memory view arguments now show the expected type
  when embedded in docstrings.

* Some from ... cimport ... constructs were not correctly considered
  when searching modified dependencies in cythonize() to decide
  whether to recompile a module.

* A struct field type in the cpython.array declarations was corrected.
  Patch by John Kirkham.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.40 -r1.41 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.48 pkgsrc/devel/py-cython/Makefile:1.49
--- pkgsrc/devel/py-cython/Makefile:1.48        Mon Oct 15 08:21:03 2018
+++ pkgsrc/devel/py-cython/Makefile     Sat Nov 24 15:33:06 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/10/15 08:21:03 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/11/24 15:33:06 adam Exp $
 
-DISTNAME=      Cython-0.29
+DISTNAME=      Cython-0.29.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}

Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.40 pkgsrc/devel/py-cython/distinfo:1.41
--- pkgsrc/devel/py-cython/distinfo:1.40        Mon Oct 15 08:21:03 2018
+++ pkgsrc/devel/py-cython/distinfo     Sat Nov 24 15:33:06 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2018/10/15 08:21:03 adam Exp $
+$NetBSD: distinfo,v 1.41 2018/11/24 15:33:06 adam Exp $
 
-SHA1 (Cython-0.29.tar.gz) = efe76eb5511a4f089cc6719b98624f31916b9258
-RMD160 (Cython-0.29.tar.gz) = 613bcee93bb497a5b951554554464511a1110eec
-SHA512 (Cython-0.29.tar.gz) = f90249c12bb9c1f5b9bcecd66624516d6e255a8d321a5dada2ba4eda360c12623c64b391177e061eac7a37b24ec53f8098fc0e1b46065e69eb0766585f739ab6
-Size (Cython-0.29.tar.gz) = 2037177 bytes
+SHA1 (Cython-0.29.1.tar.gz) = afbb57c0c4a194dcd32167bcca5ee02257b8fbab
+RMD160 (Cython-0.29.1.tar.gz) = 6a1f8e8e083a0ffb0ca2af0aeb74b9288dcb4648
+SHA512 (Cython-0.29.1.tar.gz) = f5b97fed6f4f1131cf43504df797d2e87c343f17d49b661747f26040eb171603b29444beb04043b1e61aa347a8a8a2e8d53c2e2c6d8a8108866f153bc7d51b6b
+Size (Cython-0.29.1.tar.gz) = 2040434 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48



Home | Main Index | Thread Index | Old Index