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: Fri Apr 13 06:55:45 UTC 2018
Modified Files:
pkgsrc/devel/py-cython: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.35 -r1.36 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.43 pkgsrc/devel/py-cython/Makefile:1.44
--- pkgsrc/devel/py-cython/Makefile:1.43 Mon Mar 19 08:22:54 2018
+++ pkgsrc/devel/py-cython/Makefile Fri Apr 13 06:55:45 2018
@@ -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
Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.35 pkgsrc/devel/py-cython/distinfo:1.36
--- pkgsrc/devel/py-cython/distinfo:1.35 Mon Mar 19 08:22:54 2018
+++ pkgsrc/devel/py-cython/distinfo Fri Apr 13 06:55:45 2018
@@ -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