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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/570e91a9eecc
branches:  trunk
changeset: 334513:570e91a9eecc
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 29 20:27:32 2019 +0000

description:
py-cython: updated to 0.29.9

0.29.9:
Bugs fixed
* Fix a crash regression in 0.29.8 when creating code objects fails.
* Remove an incorrect cast when using true-division in C++ operations.

0.29.8:
Bugs fixed
* C compile errors with CPython 3.8 were resolved.
* Python tuple constants that compare equal but have different item
  types could incorrectly be merged into a single constant.
* Non-ASCII characters in unprefixed strings could crash the compiler when
  used with language level 3str.
* Starred expressions in %-formatting tuples could fail to compile for
  unicode strings.
* Passing Python class references through cython.inline() was broken.

diffstat:

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

diffs (29 lines):

diff -r bc6b6d147b05 -r 570e91a9eecc devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Wed May 29 20:16:36 2019 +0000
+++ b/devel/py-cython/Makefile  Wed May 29 20:27:32 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2019/04/15 08:18:38 adam Exp $
+# $NetBSD: Makefile,v 1.56 2019/05/29 20:27:32 adam Exp $
 
-DISTNAME=      Cython-0.29.7
+DISTNAME=      Cython-0.29.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}
diff -r bc6b6d147b05 -r 570e91a9eecc devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Wed May 29 20:16:36 2019 +0000
+++ b/devel/py-cython/distinfo  Wed May 29 20:27:32 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2019/04/15 08:18:38 adam Exp $
+$NetBSD: distinfo,v 1.48 2019/05/29 20:27:32 adam Exp $
 
-SHA1 (Cython-0.29.7.tar.gz) = eaa3dc383143cfe92c1c73d59b209fafb9776ac7
-RMD160 (Cython-0.29.7.tar.gz) = f9f9a9f0228d83e742500e2e479b1d6528220770
-SHA512 (Cython-0.29.7.tar.gz) = 1c2fd2185d65445318118d917ff6f8b4b958b0a036bc3ce1587dcb8fa94ccc750901cece27e4d0d39c53db68c3a620edf2dcf9424d7a6df58a0275097b90fa6e
-Size (Cython-0.29.7.tar.gz) = 2047944 bytes
+SHA1 (Cython-0.29.9.tar.gz) = d3d387db34aefd41d05f9132456d25079124d479
+RMD160 (Cython-0.29.9.tar.gz) = 7725e9fd4c71e4a50ee0c553f01e64647cfc8024
+SHA512 (Cython-0.29.9.tar.gz) = 17ac97eaa01e3c6cd9c7d597822ad25ef5cec2354055304a2999a0a0d969fa0513640470260cf0d88c8d9a7c331f02d1ebf144245a6c45de47e26e7fa73b0ae1
+Size (Cython-0.29.9.tar.gz) = 2049206 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48



Home | Main Index | Thread Index | Old Index