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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35d7c8cab958
branches:  trunk
changeset: 330328:35d7c8cab958
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 28 08:56:03 2019 +0000

description:
py-cython: updated to 0.29.6

0.29.6:

Bugs fixed

* Fix a crash when accessing the __kwdefaults__ special attribute of
  fused functions.

* Fix the parsing of buffer format strings that contain numeric sizes, which
  could lead to incorrect input rejections.

* Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
  Patch by Michael Anselmi.

* Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3,
  even though the default encoding there is UTF-8.

diffstat:

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

diffs (29 lines):

diff -r 04995121db53 -r 35d7c8cab958 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Thu Feb 28 08:51:00 2019 +0000
+++ b/devel/py-cython/Makefile  Thu Feb 28 08:56:03 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2019/02/09 17:20:03 adam Exp $
+# $NetBSD: Makefile,v 1.54 2019/02/28 08:56:03 adam Exp $
 
-DISTNAME=      Cython-0.29.5
+DISTNAME=      Cython-0.29.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}
diff -r 04995121db53 -r 35d7c8cab958 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Thu Feb 28 08:51:00 2019 +0000
+++ b/devel/py-cython/distinfo  Thu Feb 28 08:56:03 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2019/02/09 17:20:03 adam Exp $
+$NetBSD: distinfo,v 1.46 2019/02/28 08:56:03 adam Exp $
 
-SHA1 (Cython-0.29.5.tar.gz) = 19195608d0dcbfe583b3f34144779d84d28eb544
-RMD160 (Cython-0.29.5.tar.gz) = c325183c2d9558c31a396d60877c44aaf336a3f0
-SHA512 (Cython-0.29.5.tar.gz) = 4bbf54b248b9a08b9118d751a6bb5dbb81ae7a8238c8a3124d94bf7be67f15b68820e6ce5470903fb5d5ff5c3c213e1580f1c57a8cda33b356263f9ab46e8851
-Size (Cython-0.29.5.tar.gz) = 2045488 bytes
+SHA1 (Cython-0.29.6.tar.gz) = 94ec3db8f44c1de97b9e9105f48b4cbca815725d
+RMD160 (Cython-0.29.6.tar.gz) = ce75a5cddbf74c4c2ee08c7be30111d14c46b55d
+SHA512 (Cython-0.29.6.tar.gz) = bb8095b438a7d2567b8b831628fbb32c02299c866e41113da62fb5a5d4982dc0df947a9f723a82c52086806435d8f3518e78a803166149d476f81e042a12494e
+Size (Cython-0.29.6.tar.gz) = 2047021 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48



Home | Main Index | Thread Index | Old Index