pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: py-cython: updated to 0.28.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/919fba24986d
branches:  trunk
changeset: 306205:919fba24986d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 13 06:55:45 2018 +0000
description:
py-cython: updated to 0.28.2

0.28.2 (2018-04-13)
Features added
abs() is faster for Python long objects.
The C++11 methods front() and end() were added to the declaration of libcpp.string.
The C++11 methods reserve() and bucket_count() are declared for libcpp.unordered_map.

Bugs fixed
The copy of a read-only memoryview was considered read-only as well, whereas a common reason to copy a read-only view is to make it writable. The result of the copying is now a writable buffer by 
default.
The switch statement generation failed to apply recursively to the body of converted if-statements.
NULL was sometimes rejected as exception return value when the returned type is a fused pointer type.
Fixed compatibility with PyPy 5.11.

Other changes
The NumPy tutorial was rewritten to use memoryviews instead of the older buffer declaration syntax.

diffstat:

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

diffs (41 lines):

diff -r 4e7525f7da27 -r 919fba24986d devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Thu Apr 12 16:09:50 2018 +0000
+++ b/devel/py-cython/Makefile  Fri Apr 13 06:55:45 2018 +0000
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.43 2018/03/19 08:22:54 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/04/13 06:55:45 adam Exp $
 
-DISTNAME=      Cython-0.28.1
+DISTNAME=      Cython-0.28.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    lang python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cython/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://cython.org/
 COMMENT=       C-Extensions for Python
 LICENSE=       apache-1.1
 
-PLIST_VARS=    cygdb
-
 REPLACE_PYTHON+=       Cython/Build/Cythonize.py
 REPLACE_PYTHON+=       Cython/Debugger/Cygdb.py
 REPLACE_PYTHON+=       Cython/Debugger/libpython.py
diff -r 4e7525f7da27 -r 919fba24986d devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Thu Apr 12 16:09:50 2018 +0000
+++ b/devel/py-cython/distinfo  Fri Apr 13 06:55:45 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2018/03/19 08:22:54 adam Exp $
+$NetBSD: distinfo,v 1.36 2018/04/13 06:55:45 adam Exp $
 
-SHA1 (Cython-0.28.1.tar.gz) = 48431c9d33b656215a65df3a80817c80cf43e006
-RMD160 (Cython-0.28.1.tar.gz) = 4105a8c3d57bca85cb3bd025e952cbbf6fb04187
-SHA512 (Cython-0.28.1.tar.gz) = 88db126d3c1cfc93b682f2f617faebf44d413ff9f5b5e59b8438c677cd17a2870574e8811cd5ef882466a293999a1952e897da3fb90bab26a9868c7b3148df32
-Size (Cython-0.28.1.tar.gz) = 1835764 bytes
+SHA1 (Cython-0.28.2.tar.gz) = 3f8c5ed37d11d9ceab2690db68a513ef80697938
+RMD160 (Cython-0.28.2.tar.gz) = 7dfeace8945ba24df7155731d8024f9d82d49975
+SHA512 (Cython-0.28.2.tar.gz) = 7d09d1fdc10f96eb6121657b71e059c38c479b4ca180965a8e5adb89ac0f9be50260ea46197c45e8ddc7c1339b9b88c140dac2c4a7a49e1943fb4bf24a73d082
+Size (Cython-0.28.2.tar.gz) = 1878797 bytes
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da



Home | Main Index | Thread Index | Old Index